blob: b4140d4246c19cf1dcb241ed5904eb89565e8b3f [file] [log] [blame]
Hal Canaryc7a46652016-10-17 11:52:40 -04001@rem Copyright 2016 Google Inc.
2@rem
3@rem Use of this source code is governed by a BSD-style license that can be
4@rem found in the LICENSE file.
5
6@set CSC="C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\csc.exe"
7@set LIB="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2"
8
9%CSC% /lib:%LIB% ^
10/reference:"PresentationCore.dll" ^
11/reference:"PresentationFramework.dll" ^
12/reference:"ReachFramework.dll" ^
13/reference:"WindowsBase.dll" ^
14"%~dp0%xps_to_png.cs"