Visual C++ Projects: Split the Property Sheets
[atk.git] / build / win32 / vs9 / atk-gengir.vsprops
blobbd611479a9ddcf70845d2dae8613c33c5eb5e5b3
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="atkgengirprops"
6 InheritedPropertySheets=".\atk-build-defines.vsprops"
8 <UserMacro
9 Name="DoGenGir"
10 Value="
11 set VSVER=$(VSVer)&#x0D;&#x0A;
12 set CONF=$(ConfigurationName)&#x0D;&#x0A;
13 set PLAT=$(PlatformName)&#x0D;&#x0A;
14 set BASEDIR=$(GLibEtcInstallRoot)&#x0D;&#x0A;
16 cd ..&#x0D;&#x0A;
17 call gengir.bat&#x0D;&#x0A;
18 cd vs$(VSVer)&#x0D;&#x0A;
21 </VisualStudioPropertySheet>