1@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" 15