| 1234567891011121314151617 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="BuildConfigurationDLLRelease"
- InheritedPropertySheets="BuildConfigurationRelease.vsprops;BuildConfigurationDLL.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- RuntimeLibrary="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;$(ProjectName)_EXPORTS"
- />
- <Tool
- Name="VCLinkerTool"
- ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
- />
- </VisualStudioPropertySheet>
|