BuildConfigurationDLLDebug.vsprops 486 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="BuildConfigurationDLLDebug"
  6. InheritedPropertySheets="BuildConfigurationDebug.vsprops;BuildConfigurationDLL.vsprops"
  7. >
  8. <Tool
  9. Name="VCCLCompilerTool"
  10. RuntimeLibrary="3"
  11. PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;$(ProjectName)_EXPORTS"
  12. />
  13. <Tool
  14. Name="VCLinkerTool"
  15. ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
  16. />
  17. </VisualStudioPropertySheet>