/PC/VS7.1/make_versioninfo.vcproj

http://unladen-swallow.googlecode.com/ · MSBuild · 140 lines · 140 code · 0 blank · 0 comment · 0 complexity · 39d92028d528b7f0a202e0920ba7a06b MD5 · raw file

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="make_versioninfo"
  6. RootNamespace="make_versioninfo"
  7. SccProjectName="make_versioninfo"
  8. SccLocalPath="..">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".\."
  17. IntermediateDirectory=".\x86-temp-release\make_versioninfo"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="2"
  25. InlineFunctionExpansion="1"
  26. AdditionalIncludeDirectories="..\..\Include,..\..\PC"
  27. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="2"
  30. EnableFunctionLevelLinking="TRUE"
  31. UsePrecompiledHeader="2"
  32. WarningLevel="3"
  33. SuppressStartupBanner="TRUE"
  34. DebugInformationFormat="3"
  35. CompileAs="0"/>
  36. <Tool
  37. Name="VCCustomBuildTool"
  38. CommandLine=".\make_versioninfo.exe &gt;..\..\PC\pythonnt_rc.h
  39. "
  40. Outputs="..\..\PC\pythonnt_rc.h"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. OutputFile=".\./make_versioninfo.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".\./make_versioninfo.pdb"
  48. SubSystem="1"
  49. BaseAddress="0x1d000000"
  50. TargetMachine="1"/>
  51. <Tool
  52. Name="VCMIDLTool"/>
  53. <Tool
  54. Name="VCPostBuildEventTool"
  55. CommandLine="$(TargetFileName) &gt; ..\..\PC\python_nt.h"/>
  56. <Tool
  57. Name="VCPreBuildEventTool"/>
  58. <Tool
  59. Name="VCPreLinkEventTool"/>
  60. <Tool
  61. Name="VCResourceCompilerTool"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCXMLDataGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. <Tool
  69. Name="VCManagedWrapperGeneratorTool"/>
  70. <Tool
  71. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Debug|Win32"
  75. OutputDirectory=".\."
  76. IntermediateDirectory=".\x86-temp-debug\make_versioninfo"
  77. ConfigurationType="1"
  78. UseOfMFC="0"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="0"
  84. AdditionalIncludeDirectories="..\..\Include,..\..\PC"
  85. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  86. RuntimeLibrary="3"
  87. UsePrecompiledHeader="2"
  88. BrowseInformation="1"
  89. WarningLevel="3"
  90. SuppressStartupBanner="TRUE"
  91. DebugInformationFormat="3"
  92. CompileAs="0"/>
  93. <Tool
  94. Name="VCCustomBuildTool"
  95. CommandLine=".\make_versioninfo_d.exe &gt;..\..\PC\pythonnt_rc_d.h
  96. "
  97. Outputs="..\..\PC\pythonnt_rc_d.h"/>
  98. <Tool
  99. Name="VCLinkerTool"
  100. OutputFile="./make_versioninfo_d.exe"
  101. LinkIncremental="1"
  102. SuppressStartupBanner="TRUE"
  103. GenerateDebugInformation="TRUE"
  104. ProgramDatabaseFile=".\./make_versioninfo_d.pdb"
  105. SubSystem="1"
  106. BaseAddress="0x1d000000"
  107. TargetMachine="1"/>
  108. <Tool
  109. Name="VCMIDLTool"/>
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. CommandLine="$(TargetFileName) &gt; ..\..\PC\python_nt_d.h"/>
  113. <Tool
  114. Name="VCPreBuildEventTool"/>
  115. <Tool
  116. Name="VCPreLinkEventTool"/>
  117. <Tool
  118. Name="VCResourceCompilerTool"/>
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"/>
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"/>
  123. <Tool
  124. Name="VCWebDeploymentTool"/>
  125. <Tool
  126. Name="VCManagedWrapperGeneratorTool"/>
  127. <Tool
  128. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  129. </Configuration>
  130. </Configurations>
  131. <References>
  132. </References>
  133. <Files>
  134. <File
  135. RelativePath="..\..\PC\make_versioninfo.c">
  136. </File>
  137. </Files>
  138. <Globals>
  139. </Globals>
  140. </VisualStudioProject>