2007-10-18 02:28:27 -04:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="modules"
|
|
|
|
OutputDirectory="$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
2007-10-19 02:44:27 -04:00
|
|
|
InheritedPropertySheets=".\winlibs.vsprops"
|
2007-10-18 02:28:27 -04:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)\src\include""
|
|
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;MOD_EXPORTS"
|
|
|
|
WarningLevel="4"
|
|
|
|
WarnAsError="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2007-10-18 14:11:43 -04:00
|
|
|
OutputFile=""
|
2007-10-18 02:28:27 -04:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
|
|
|
|
ImportLibrary="$(OutDir)/$(InputName).lib"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|