2009-04-17 23:53:48 +02:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="standard_outdirs"
|
|
|
|
OutputDirectory="$(SolutionDir)build/$(ProjectName)/$(PlatformName)/$(ConfigurationName)/"
|
|
|
|
IntermediateDirectory="$(OutDir)"
|
|
|
|
>
|
2010-12-08 04:36:10 +01:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)include/";"$(SolutionDir)include/$(PlatformName)/";"$(SolutionDir)include/$(ConfigurationName)/";"$(SolutionDir)include/$(PlatformName)/$(ConfigurationName)/""
|
|
|
|
/>
|
2009-04-17 23:53:48 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(LibraryOutDir)/$(ProjectName).lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile=""
|
|
|
|
AdditionalLibraryDirectories="$(LibraryOutDir)"
|
|
|
|
ImportLibrary="$(LibraryOutDir)$(TargetName).lib"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="LibraryOutDir"
|
|
|
|
Value="$(SolutionDir)lib/$(PlatformName)/$(ConfigurationName)/"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="ExecutableOutDir"
|
|
|
|
Value="$(SolutionDir)bin/"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|