2
0

modules.vsprops 720 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="modules"
  6. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  7. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  8. InheritedPropertySheets=".\winlibs.vsprops"
  9. >
  10. <Tool
  11. Name="VCCLCompilerTool"
  12. AdditionalIncludeDirectories="&quot;$(SolutionDir)\src\include&quot;"
  13. PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;MOD_EXPORTS"
  14. WarningLevel="4"
  15. />
  16. <Tool
  17. Name="VCLinkerTool"
  18. OutputFile=""
  19. GenerateDebugInformation="true"
  20. ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
  21. ImportLibrary="$(OutDir)/$(InputName).lib"
  22. />
  23. </VisualStudioPropertySheet>