aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/xps_to_png/compile_xps_to_png.bat
blob: b4140d4246c19cf1dcb241ed5904eb89565e8b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@rem Copyright 2016 Google Inc.
@rem
@rem Use of this source code is governed by a BSD-style license that can be
@rem found in the LICENSE file.

@set CSC="C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\csc.exe"
@set LIB="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2"

%CSC% /lib:%LIB% ^
/reference:"PresentationCore.dll" ^
/reference:"PresentationFramework.dll" ^
/reference:"ReachFramework.dll" ^
/reference:"WindowsBase.dll" ^
"%~dp0%xps_to_png.cs"