BuildConfigurationBase.vsprops 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="BuildConfigurationBase"
  6. OutputDirectory="$(IntDir)"
  7. IntermediateDirectory="build\$(ProjectName)\$(ConfigurationName)"
  8. CharacterSet="2"
  9. BuildLogFile="$(IntDir)\BuildLog.htm"
  10. >
  11. <Tool
  12. Name="VCPreBuildEventTool"
  13. />
  14. <Tool
  15. Name="VCCustomBuildTool"
  16. />
  17. <Tool
  18. Name="VCXMLDataGeneratorTool"
  19. />
  20. <Tool
  21. Name="VCWebServiceProxyGeneratorTool"
  22. />
  23. <Tool
  24. Name="VCMIDLTool"
  25. />
  26. <Tool
  27. Name="VCCLCompilerTool"
  28. UsePrecompiledHeader="2"
  29. PrecompiledHeaderThrough="precompiled.h"
  30. ObjectFile="$(IntDir)\"
  31. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  32. XMLDocumentationFileName="$(IntDir)\"
  33. WarningLevel="4"
  34. Detect64BitPortabilityProblems="false"
  35. />
  36. <Tool
  37. Name="VCManagedResourceCompilerTool"
  38. />
  39. <Tool
  40. Name="VCResourceCompilerTool"
  41. />
  42. <Tool
  43. Name="VCPreLinkEventTool"
  44. />
  45. <Tool
  46. Name="VCLibrarianTool"
  47. />
  48. <Tool
  49. Name="VCLinkerTool"
  50. LinkLibraryDependencies="false"
  51. GenerateDebugInformation="true"
  52. SubSystem="2"
  53. TargetMachine="1"
  54. />
  55. <Tool
  56. Name="VCALinkTool"
  57. />
  58. <Tool
  59. Name="VCXDCMakeTool"
  60. />
  61. <Tool
  62. Name="VCBscMakeTool"
  63. />
  64. <Tool
  65. Name="VCFxCopTool"
  66. />
  67. <Tool
  68. Name="VCPostBuildEventTool"
  69. />
  70. </VisualStudioPropertySheet>