1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9,00" 5 Name="make_versioninfo" 6 ProjectGUID="{F0E0541E-F17D-430B-97C4-93ADF0DD284E}" 7 RootNamespace="make_versioninfo" 8 TargetFrameworkVersion="131072" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 <Platform 15 Name="x64" 16 /> 17 </Platforms> 18 <ToolFiles> 19 </ToolFiles> 20 <Configurations> 21 <Configuration 22 Name="Release|Win32" 23 ConfigurationType="1" 24 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops" 25 UseOfMFC="0" 26 ATLMinimizesCRunTimeLibraryUsage="false" 27 CharacterSet="2" 28 > 29 <Tool 30 Name="VCPreBuildEventTool" 31 /> 32 <Tool 33 Name="VCCustomBuildTool" 34 Description="Build PC/pythonnt_rc(_d).h" 35 CommandLine="cd $(SolutionDir)
make_versioninfo.exe > ..\..\PC\pythonnt_rc.h
" 36 Outputs="$(SolutionDir)..\..\PC\pythonnt_rc.h" 37 /> 38 <Tool 39 Name="VCXMLDataGeneratorTool" 40 /> 41 <Tool 42 Name="VCWebServiceProxyGeneratorTool" 43 /> 44 <Tool 45 Name="VCMIDLTool" 46 /> 47 <Tool 48 Name="VCCLCompilerTool" 49 Optimization="2" 50 InlineFunctionExpansion="1" 51 EnableIntrinsicFunctions="true" 52 AdditionalIncludeDirectories="" 53 PreprocessorDefinitions="_CONSOLE" 54 StringPooling="true" 55 RuntimeLibrary="2" 56 EnableFunctionLevelLinking="true" 57 CompileAs="0" 58 /> 59 <Tool 60 Name="VCManagedResourceCompilerTool" 61 /> 62 <Tool 63 Name="VCResourceCompilerTool" 64 /> 65 <Tool 66 Name="VCPreLinkEventTool" 67 /> 68 <Tool 69 Name="VCLinkerTool" 70 OutputFile="$(SolutionDir)make_versioninfo.exe" 71 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" 72 SubSystem="1" 73 BaseAddress="0x1d000000" 74 /> 75 <Tool 76 Name="VCALinkTool" 77 /> 78 <Tool 79 Name="VCManifestTool" 80 /> 81 <Tool 82 Name="VCXDCMakeTool" 83 /> 84 <Tool 85 Name="VCBscMakeTool" 86 /> 87 <Tool 88 Name="VCFxCopTool" 89 /> 90 <Tool 91 Name="VCAppVerifierTool" 92 /> 93 <Tool 94 Name="VCPostBuildEventTool" 95 CommandLine="cd $(SolutionDir)
make_versioninfo.exe > ..\..\PC\python_nt.h
" 96 /> 97 </Configuration> 98 <Configuration 99 Name="Release|x64" 100 ConfigurationType="1" 101 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops" 102 > 103 <Tool 104 Name="VCPreBuildEventTool" 105 /> 106 <Tool 107 Name="VCCustomBuildTool" 108 Description="Build PC/pythonnt_rc(_d).h" 109 CommandLine="cd $(SolutionDir)
make_versioninfo.exe > ..\..\PC\pythonnt_rc.h
" 110 Outputs="$(SolutionDir)..\..\PC\pythonnt_rc.h" 111 /> 112 <Tool 113 Name="VCXMLDataGeneratorTool" 114 /> 115 <Tool 116 Name="VCWebServiceProxyGeneratorTool" 117 /> 118 <Tool 119 Name="VCMIDLTool" 120 /> 121 <Tool 122 Name="VCCLCompilerTool" 123 Optimization="2" 124 InlineFunctionExpansion="1" 125 EnableIntrinsicFunctions="true" 126 PreprocessorDefinitions="_CONSOLE" 127 /> 128 <Tool 129 Name="VCManagedResourceCompilerTool" 130 /> 131 <Tool 132 Name="VCResourceCompilerTool" 133 /> 134 <Tool 135 Name="VCPreLinkEventTool" 136 /> 137 <Tool 138 Name="VCLinkerTool" 139 OutputFile="$(SolutionDir)make_versioninfo.exe" 140 /> 141 <Tool 142 Name="VCALinkTool" 143 /> 144 <Tool 145 Name="VCManifestTool" 146 /> 147 <Tool 148 Name="VCXDCMakeTool" 149 /> 150 <Tool 151 Name="VCBscMakeTool" 152 /> 153 <Tool 154 Name="VCFxCopTool" 155 /> 156 <Tool 157 Name="VCAppVerifierTool" 158 /> 159 <Tool 160 Name="VCPostBuildEventTool" 161 CommandLine="cd $(SolutionDir)
make_versioninfo.exe > ..\..\PC\python_nt.h
" 162 /> 163 </Configuration> 164 <Configuration 165 Name="Debug|Win32" 166 ConfigurationType="1" 167 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops" 168 UseOfMFC="0" 169 ATLMinimizesCRunTimeLibraryUsage="false" 170 CharacterSet="0" 171 > 172 <Tool 173 Name="VCPreBuildEventTool" 174 /> 175 <Tool 176 Name="VCCustomBuildTool" 177 Description="Build PC/pythonnt_rc(_d).h" 178 CommandLine="cd $(SolutionDir)
make_versioninfo_d.exe > ..\..\PC\pythonnt_rc_d.h
" 179 Outputs="$(SolutionDir)..\..\PC\pythonnt_rc_d.h" 180 /> 181 <Tool 182 Name="VCXMLDataGeneratorTool" 183 /> 184 <Tool 185 Name="VCWebServiceProxyGeneratorTool" 186 /> 187 <Tool 188 Name="VCMIDLTool" 189 /> 190 <Tool 191 Name="VCCLCompilerTool" 192 Optimization="0" 193 InlineFunctionExpansion="1" 194 EnableIntrinsicFunctions="false" 195 AdditionalIncludeDirectories="" 196 PreprocessorDefinitions="_CONSOLE" 197 StringPooling="true" 198 RuntimeLibrary="2" 199 EnableFunctionLevelLinking="true" 200 CompileAs="0" 201 /> 202 <Tool 203 Name="VCManagedResourceCompilerTool" 204 /> 205 <Tool 206 Name="VCResourceCompilerTool" 207 /> 208 <Tool 209 Name="VCPreLinkEventTool" 210 /> 211 <Tool 212 Name="VCLinkerTool" 213 OutputFile="$(SolutionDir)make_versioninfo_d.exe" 214 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" 215 SubSystem="1" 216 BaseAddress="0x1d000000" 217 /> 218 <Tool 219 Name="VCALinkTool" 220 /> 221 <Tool 222 Name="VCManifestTool" 223 /> 224 <Tool 225 Name="VCXDCMakeTool" 226 /> 227 <Tool 228 Name="VCBscMakeTool" 229 /> 230 <Tool 231 Name="VCFxCopTool" 232 /> 233 <Tool 234 Name="VCAppVerifierTool" 235 /> 236 <Tool 237 Name="VCPostBuildEventTool" 238 CommandLine="cd $(SolutionDir)
make_versioninfo_d.exe > ..\..\PC\python_nt_d.h
" 239 /> 240 </Configuration> 241 <Configuration 242 Name="Debug|x64" 243 ConfigurationType="1" 244 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\debug.vsprops" 245 > 246 <Tool 247 Name="VCPreBuildEventTool" 248 /> 249 <Tool 250 Name="VCCustomBuildTool" 251 Description="Build PC/pythonnt_rc(_d).h" 252 CommandLine="cd $(SolutionDir)
make_versioninfo_d.exe > ..\..\PC\pythonnt_rc_d.h
" 253 Outputs="$(SolutionDir)..\..\PC\pythonnt_rc_d.h" 254 /> 255 <Tool 256 Name="VCXMLDataGeneratorTool" 257 /> 258 <Tool 259 Name="VCWebServiceProxyGeneratorTool" 260 /> 261 <Tool 262 Name="VCMIDLTool" 263 TargetEnvironment="3" 264 /> 265 <Tool 266 Name="VCCLCompilerTool" 267 Optimization="0" 268 InlineFunctionExpansion="1" 269 EnableIntrinsicFunctions="false" 270 PreprocessorDefinitions="_CONSOLE" 271 /> 272 <Tool 273 Name="VCManagedResourceCompilerTool" 274 /> 275 <Tool 276 Name="VCResourceCompilerTool" 277 /> 278 <Tool 279 Name="VCPreLinkEventTool" 280 /> 281 <Tool 282 Name="VCLinkerTool" 283 OutputFile="$(SolutionDir)make_versioninfo_d.exe" 284 TargetMachine="17" 285 /> 286 <Tool 287 Name="VCALinkTool" 288 /> 289 <Tool 290 Name="VCManifestTool" 291 /> 292 <Tool 293 Name="VCXDCMakeTool" 294 /> 295 <Tool 296 Name="VCBscMakeTool" 297 /> 298 <Tool 299 Name="VCFxCopTool" 300 /> 301 <Tool 302 Name="VCAppVerifierTool" 303 /> 304 <Tool 305 Name="VCPostBuildEventTool" 306 CommandLine="cd $(SolutionDir)
make_versioninfo_d.exe > ..\..\PC\python_nt_d.h
" 307 /> 308 </Configuration> 309 </Configurations> 310 <References> 311 </References> 312 <Files> 313 <Filter 314 Name="Source Files" 315 > 316 <File 317 RelativePath="..\..\PC\make_versioninfo.c" 318 > 319 </File> 320 </Filter> 321 </Files> 322 <Globals> 323 </Globals> 324</VisualStudioProject> 325