blob: da21efca8717d4de3ed72425bd97c55c57361e19 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pjproject-vs8-common-defaults"
6 OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName)"
7 IntermediateDirectory="$(OutDir)"
8 >
9 <Tool
10 Name="VCCLCompilerTool"
11 BrowseInformation="1"
12 WarningLevel="4"
13 CompileAs="0"
14 />
15 <Tool
16 Name="VCLibrarianTool"
17 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib"
18 />
19 <Tool
20 Name="VCLinkerTool"
21 OutputFile="..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe"
22 />
23 <UserMacro
24 Name="VSVer"
25 Value="8"
26 />
27</VisualStudioPropertySheet>