vc9_lame_config.vsprops 865 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="vc9_lame_config"
  6. OutputDirectory="$(SolutionDir)..\output\$(ConfigurationName)"
  7. IntermediateDirectory="$(SolutionDir)..\obj\$(ConfigurationName)\$(ProjectName)"
  8. >
  9. <Tool
  10. Name="VCBscMakeTool"
  11. OutputFile="$(IntDir)/$(ProjectName).bsc"
  12. />
  13. <Tool
  14. Name="VCCLCompilerTool"
  15. PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATED"
  16. StringPooling="true"
  17. EnableFunctionLevelLinking="true"
  18. AssemblerListingLocation="$(IntDir)\"
  19. BrowseInformation="1"
  20. WarningLevel="4"
  21. DisableSpecificWarnings="4995;4996"
  22. />
  23. <Tool
  24. Name="VCLinkerTool"
  25. LinkIncremental="1"
  26. AdditionalLibraryDirectories="$(OutDir)"
  27. ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
  28. OptimizeReferences="2"
  29. />
  30. </VisualStudioPropertySheet>