Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="9,00" |
| 5 | Name="python" |
| 6 | ProjectGUID="{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}" |
| 7 | TargetFrameworkVersion="131072" |
| 8 | > |
| 9 | <Platforms> |
| 10 | <Platform |
| 11 | Name="Win32" |
| 12 | /> |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 13 | <Platform |
| 14 | Name="x64" |
| 15 | /> |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 16 | </Platforms> |
| 17 | <ToolFiles> |
| 18 | </ToolFiles> |
| 19 | <Configurations> |
| 20 | <Configuration |
| 21 | Name="Release|Win32" |
| 22 | ConfigurationType="1" |
| 23 | InheritedPropertySheets=".\pyproject.vsprops" |
| 24 | UseOfMFC="0" |
| 25 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 26 | CharacterSet="2" |
| 27 | > |
| 28 | <Tool |
| 29 | Name="VCPreBuildEventTool" |
| 30 | /> |
| 31 | <Tool |
| 32 | Name="VCCustomBuildTool" |
| 33 | /> |
| 34 | <Tool |
| 35 | Name="VCXMLDataGeneratorTool" |
| 36 | /> |
| 37 | <Tool |
| 38 | Name="VCWebServiceProxyGeneratorTool" |
| 39 | /> |
| 40 | <Tool |
| 41 | Name="VCMIDLTool" |
| 42 | /> |
| 43 | <Tool |
| 44 | Name="VCCLCompilerTool" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 45 | AdditionalIncludeDirectories="" |
Christian Heimes | ad32deb | 2007-11-20 05:57:30 +0000 | [diff] [blame] | 46 | PreprocessorDefinitions="NDEBUG;_CONSOLE" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 47 | StringPooling="true" |
| 48 | RuntimeLibrary="2" |
| 49 | EnableFunctionLevelLinking="true" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 50 | CompileAs="0" |
| 51 | /> |
| 52 | <Tool |
| 53 | Name="VCManagedResourceCompilerTool" |
| 54 | /> |
| 55 | <Tool |
| 56 | Name="VCResourceCompilerTool" |
| 57 | PreprocessorDefinitions="NDEBUG" |
| 58 | Culture="1033" |
| 59 | /> |
| 60 | <Tool |
| 61 | Name="VCPreLinkEventTool" |
| 62 | /> |
| 63 | <Tool |
| 64 | Name="VCLinkerTool" |
| 65 | AdditionalDependencies="odbccp32.lib" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 66 | OutputFile="$(OutDir)\python.exe" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 67 | SubSystem="1" |
| 68 | StackReserveSize="2000000" |
| 69 | BaseAddress="0x1d000000" |
| 70 | /> |
| 71 | <Tool |
| 72 | Name="VCALinkTool" |
| 73 | /> |
| 74 | <Tool |
| 75 | Name="VCManifestTool" |
| 76 | /> |
| 77 | <Tool |
| 78 | Name="VCXDCMakeTool" |
| 79 | /> |
| 80 | <Tool |
| 81 | Name="VCBscMakeTool" |
| 82 | /> |
| 83 | <Tool |
| 84 | Name="VCFxCopTool" |
| 85 | /> |
| 86 | <Tool |
| 87 | Name="VCAppVerifierTool" |
| 88 | /> |
| 89 | <Tool |
| 90 | Name="VCPostBuildEventTool" |
| 91 | /> |
| 92 | </Configuration> |
| 93 | <Configuration |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 94 | Name="Release|x64" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 95 | ConfigurationType="1" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 96 | InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 97 | UseOfMFC="0" |
| 98 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 99 | CharacterSet="2" |
| 100 | > |
| 101 | <Tool |
| 102 | Name="VCPreBuildEventTool" |
| 103 | /> |
| 104 | <Tool |
| 105 | Name="VCCustomBuildTool" |
| 106 | /> |
| 107 | <Tool |
| 108 | Name="VCXMLDataGeneratorTool" |
| 109 | /> |
| 110 | <Tool |
| 111 | Name="VCWebServiceProxyGeneratorTool" |
| 112 | /> |
| 113 | <Tool |
| 114 | Name="VCMIDLTool" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 115 | TargetEnvironment="3" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 116 | /> |
| 117 | <Tool |
| 118 | Name="VCCLCompilerTool" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 119 | AdditionalIncludeDirectories="" |
Christian Heimes | ad32deb | 2007-11-20 05:57:30 +0000 | [diff] [blame] | 120 | PreprocessorDefinitions="NDEBUG;_CONSOLE" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 121 | StringPooling="true" |
| 122 | RuntimeLibrary="2" |
| 123 | EnableFunctionLevelLinking="true" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 124 | CompileAs="0" |
| 125 | /> |
| 126 | <Tool |
| 127 | Name="VCManagedResourceCompilerTool" |
| 128 | /> |
| 129 | <Tool |
| 130 | Name="VCResourceCompilerTool" |
| 131 | PreprocessorDefinitions="NDEBUG" |
| 132 | Culture="1033" |
| 133 | /> |
| 134 | <Tool |
| 135 | Name="VCPreLinkEventTool" |
| 136 | /> |
| 137 | <Tool |
| 138 | Name="VCLinkerTool" |
| 139 | AdditionalDependencies="odbccp32.lib" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 140 | OutputFile="$(OutDir)\python.exe" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 141 | SubSystem="1" |
| 142 | StackReserveSize="2000000" |
| 143 | BaseAddress="0x1d000000" |
| 144 | /> |
| 145 | <Tool |
| 146 | Name="VCALinkTool" |
| 147 | /> |
| 148 | <Tool |
| 149 | Name="VCManifestTool" |
| 150 | /> |
| 151 | <Tool |
| 152 | Name="VCXDCMakeTool" |
| 153 | /> |
| 154 | <Tool |
| 155 | Name="VCBscMakeTool" |
| 156 | /> |
| 157 | <Tool |
| 158 | Name="VCFxCopTool" |
| 159 | /> |
| 160 | <Tool |
| 161 | Name="VCAppVerifierTool" |
| 162 | /> |
| 163 | <Tool |
| 164 | Name="VCPostBuildEventTool" |
| 165 | /> |
| 166 | </Configuration> |
| 167 | <Configuration |
| 168 | Name="Debug|Win32" |
| 169 | ConfigurationType="1" |
| 170 | InheritedPropertySheets=".\pyproject.vsprops" |
| 171 | UseOfMFC="0" |
| 172 | ATLMinimizesCRunTimeLibraryUsage="false" |
Christian Heimes | 81c951c | 2007-11-21 02:20:59 +0000 | [diff] [blame^] | 173 | CharacterSet="0" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 174 | > |
| 175 | <Tool |
| 176 | Name="VCPreBuildEventTool" |
| 177 | /> |
| 178 | <Tool |
| 179 | Name="VCCustomBuildTool" |
| 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" |
Christian Heimes | 81c951c | 2007-11-21 02:20:59 +0000 | [diff] [blame^] | 193 | EnableIntrinsicFunctions="false" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 194 | AdditionalIncludeDirectories="" |
Christian Heimes | ad32deb | 2007-11-20 05:57:30 +0000 | [diff] [blame] | 195 | PreprocessorDefinitions="_DEBUG;_CONSOLE" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 196 | RuntimeLibrary="3" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 197 | BrowseInformation="1" |
| 198 | CompileAs="0" |
| 199 | /> |
| 200 | <Tool |
| 201 | Name="VCManagedResourceCompilerTool" |
| 202 | /> |
| 203 | <Tool |
| 204 | Name="VCResourceCompilerTool" |
| 205 | PreprocessorDefinitions="_DEBUG" |
| 206 | Culture="1033" |
| 207 | AdditionalIncludeDirectories="..\Include" |
| 208 | /> |
| 209 | <Tool |
| 210 | Name="VCPreLinkEventTool" |
| 211 | /> |
| 212 | <Tool |
| 213 | Name="VCLinkerTool" |
| 214 | AdditionalDependencies="odbccp32.lib" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 215 | OutputFile="$(OutDir)\python_d.exe" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 216 | SubSystem="1" |
| 217 | StackReserveSize="2000000" |
| 218 | BaseAddress="0x1d000000" |
| 219 | /> |
| 220 | <Tool |
| 221 | Name="VCALinkTool" |
| 222 | /> |
| 223 | <Tool |
| 224 | Name="VCManifestTool" |
| 225 | /> |
| 226 | <Tool |
| 227 | Name="VCXDCMakeTool" |
| 228 | /> |
| 229 | <Tool |
| 230 | Name="VCBscMakeTool" |
| 231 | /> |
| 232 | <Tool |
| 233 | Name="VCFxCopTool" |
| 234 | /> |
| 235 | <Tool |
| 236 | Name="VCAppVerifierTool" |
| 237 | /> |
| 238 | <Tool |
| 239 | Name="VCPostBuildEventTool" |
| 240 | /> |
| 241 | </Configuration> |
| 242 | <Configuration |
| 243 | Name="Debug|x64" |
| 244 | ConfigurationType="1" |
| 245 | InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops" |
| 246 | UseOfMFC="0" |
| 247 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 248 | CharacterSet="2" |
| 249 | > |
| 250 | <Tool |
| 251 | Name="VCPreBuildEventTool" |
| 252 | /> |
| 253 | <Tool |
| 254 | Name="VCCustomBuildTool" |
| 255 | /> |
| 256 | <Tool |
| 257 | Name="VCXMLDataGeneratorTool" |
| 258 | /> |
| 259 | <Tool |
| 260 | Name="VCWebServiceProxyGeneratorTool" |
| 261 | /> |
| 262 | <Tool |
| 263 | Name="VCMIDLTool" |
| 264 | TargetEnvironment="3" |
| 265 | /> |
| 266 | <Tool |
| 267 | Name="VCCLCompilerTool" |
| 268 | Optimization="0" |
Christian Heimes | 81c951c | 2007-11-21 02:20:59 +0000 | [diff] [blame^] | 269 | EnableIntrinsicFunctions="false" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 270 | AdditionalIncludeDirectories="" |
Christian Heimes | ad32deb | 2007-11-20 05:57:30 +0000 | [diff] [blame] | 271 | PreprocessorDefinitions="_DEBUG;_CONSOLE" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 272 | RuntimeLibrary="3" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 273 | BrowseInformation="1" |
| 274 | CompileAs="0" |
| 275 | /> |
| 276 | <Tool |
| 277 | Name="VCManagedResourceCompilerTool" |
| 278 | /> |
| 279 | <Tool |
| 280 | Name="VCResourceCompilerTool" |
| 281 | PreprocessorDefinitions="_DEBUG" |
| 282 | Culture="1033" |
| 283 | AdditionalIncludeDirectories="..\Include" |
| 284 | /> |
| 285 | <Tool |
| 286 | Name="VCPreLinkEventTool" |
| 287 | /> |
| 288 | <Tool |
| 289 | Name="VCLinkerTool" |
| 290 | AdditionalDependencies="odbccp32.lib" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 291 | OutputFile="$(OutDir)\python_d.exe" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 292 | SubSystem="1" |
| 293 | StackReserveSize="2000000" |
| 294 | BaseAddress="0x1d000000" |
| 295 | /> |
| 296 | <Tool |
| 297 | Name="VCALinkTool" |
| 298 | /> |
| 299 | <Tool |
| 300 | Name="VCManifestTool" |
| 301 | /> |
| 302 | <Tool |
| 303 | Name="VCXDCMakeTool" |
| 304 | /> |
| 305 | <Tool |
| 306 | Name="VCBscMakeTool" |
| 307 | /> |
| 308 | <Tool |
| 309 | Name="VCFxCopTool" |
| 310 | /> |
| 311 | <Tool |
| 312 | Name="VCAppVerifierTool" |
| 313 | /> |
| 314 | <Tool |
| 315 | Name="VCPostBuildEventTool" |
| 316 | /> |
| 317 | </Configuration> |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 318 | <Configuration |
| 319 | Name="PGInstrument|Win32" |
| 320 | ConfigurationType="1" |
| 321 | InheritedPropertySheets=".\pyproject.vsprops;.\pginstrument.vsprops" |
| 322 | UseOfMFC="0" |
| 323 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 324 | CharacterSet="2" |
| 325 | > |
| 326 | <Tool |
| 327 | Name="VCPreBuildEventTool" |
| 328 | /> |
| 329 | <Tool |
| 330 | Name="VCCustomBuildTool" |
| 331 | /> |
| 332 | <Tool |
| 333 | Name="VCXMLDataGeneratorTool" |
| 334 | /> |
| 335 | <Tool |
| 336 | Name="VCWebServiceProxyGeneratorTool" |
| 337 | /> |
| 338 | <Tool |
| 339 | Name="VCMIDLTool" |
| 340 | /> |
| 341 | <Tool |
| 342 | Name="VCCLCompilerTool" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 343 | AdditionalIncludeDirectories="" |
| 344 | PreprocessorDefinitions="NDEBUG;_CONSOLE" |
| 345 | StringPooling="true" |
| 346 | RuntimeLibrary="2" |
| 347 | EnableFunctionLevelLinking="true" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 348 | CompileAs="0" |
| 349 | /> |
| 350 | <Tool |
| 351 | Name="VCManagedResourceCompilerTool" |
| 352 | /> |
| 353 | <Tool |
| 354 | Name="VCResourceCompilerTool" |
| 355 | PreprocessorDefinitions="NDEBUG" |
| 356 | Culture="1033" |
| 357 | /> |
| 358 | <Tool |
| 359 | Name="VCPreLinkEventTool" |
| 360 | /> |
| 361 | <Tool |
| 362 | Name="VCLinkerTool" |
| 363 | AdditionalDependencies="odbccp32.lib" |
| 364 | OutputFile="$(OutDir)\python.exe" |
| 365 | SubSystem="1" |
| 366 | StackReserveSize="2000000" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 367 | BaseAddress="0x1d000000" |
| 368 | /> |
| 369 | <Tool |
| 370 | Name="VCALinkTool" |
| 371 | /> |
| 372 | <Tool |
| 373 | Name="VCManifestTool" |
| 374 | /> |
| 375 | <Tool |
| 376 | Name="VCXDCMakeTool" |
| 377 | /> |
| 378 | <Tool |
| 379 | Name="VCBscMakeTool" |
| 380 | /> |
| 381 | <Tool |
| 382 | Name="VCFxCopTool" |
| 383 | /> |
| 384 | <Tool |
| 385 | Name="VCAppVerifierTool" |
| 386 | /> |
| 387 | <Tool |
| 388 | Name="VCPostBuildEventTool" |
| 389 | /> |
| 390 | </Configuration> |
| 391 | <Configuration |
| 392 | Name="PGInstrument|x64" |
| 393 | ConfigurationType="1" |
| 394 | InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\pginstrument.vsprops" |
| 395 | UseOfMFC="0" |
| 396 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 397 | CharacterSet="2" |
| 398 | > |
| 399 | <Tool |
| 400 | Name="VCPreBuildEventTool" |
| 401 | /> |
| 402 | <Tool |
| 403 | Name="VCCustomBuildTool" |
| 404 | /> |
| 405 | <Tool |
| 406 | Name="VCXMLDataGeneratorTool" |
| 407 | /> |
| 408 | <Tool |
| 409 | Name="VCWebServiceProxyGeneratorTool" |
| 410 | /> |
| 411 | <Tool |
| 412 | Name="VCMIDLTool" |
| 413 | TargetEnvironment="3" |
| 414 | /> |
| 415 | <Tool |
| 416 | Name="VCCLCompilerTool" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 417 | AdditionalIncludeDirectories="" |
| 418 | PreprocessorDefinitions="NDEBUG;_CONSOLE" |
| 419 | StringPooling="true" |
| 420 | RuntimeLibrary="2" |
| 421 | EnableFunctionLevelLinking="true" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 422 | CompileAs="0" |
| 423 | /> |
| 424 | <Tool |
| 425 | Name="VCManagedResourceCompilerTool" |
| 426 | /> |
| 427 | <Tool |
| 428 | Name="VCResourceCompilerTool" |
| 429 | PreprocessorDefinitions="NDEBUG" |
| 430 | Culture="1033" |
| 431 | /> |
| 432 | <Tool |
| 433 | Name="VCPreLinkEventTool" |
| 434 | /> |
| 435 | <Tool |
| 436 | Name="VCLinkerTool" |
| 437 | AdditionalDependencies="odbccp32.lib" |
| 438 | OutputFile="$(OutDir)\python.exe" |
| 439 | SubSystem="1" |
| 440 | StackReserveSize="2000000" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 441 | BaseAddress="0x1d000000" |
| 442 | TargetMachine="17" |
| 443 | /> |
| 444 | <Tool |
| 445 | Name="VCALinkTool" |
| 446 | /> |
| 447 | <Tool |
| 448 | Name="VCManifestTool" |
| 449 | /> |
| 450 | <Tool |
| 451 | Name="VCXDCMakeTool" |
| 452 | /> |
| 453 | <Tool |
| 454 | Name="VCBscMakeTool" |
| 455 | /> |
| 456 | <Tool |
| 457 | Name="VCFxCopTool" |
| 458 | /> |
| 459 | <Tool |
| 460 | Name="VCAppVerifierTool" |
| 461 | /> |
| 462 | <Tool |
| 463 | Name="VCPostBuildEventTool" |
| 464 | /> |
| 465 | </Configuration> |
| 466 | <Configuration |
| 467 | Name="PGUpdate|Win32" |
| 468 | ConfigurationType="1" |
| 469 | InheritedPropertySheets=".\pyproject.vsprops;.\pgupdate.vsprops" |
| 470 | UseOfMFC="0" |
| 471 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 472 | CharacterSet="2" |
| 473 | > |
| 474 | <Tool |
| 475 | Name="VCPreBuildEventTool" |
| 476 | /> |
| 477 | <Tool |
| 478 | Name="VCCustomBuildTool" |
| 479 | /> |
| 480 | <Tool |
| 481 | Name="VCXMLDataGeneratorTool" |
| 482 | /> |
| 483 | <Tool |
| 484 | Name="VCWebServiceProxyGeneratorTool" |
| 485 | /> |
| 486 | <Tool |
| 487 | Name="VCMIDLTool" |
| 488 | /> |
| 489 | <Tool |
| 490 | Name="VCCLCompilerTool" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 491 | AdditionalIncludeDirectories="" |
| 492 | PreprocessorDefinitions="NDEBUG;_CONSOLE" |
| 493 | StringPooling="true" |
| 494 | RuntimeLibrary="2" |
| 495 | EnableFunctionLevelLinking="true" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 496 | CompileAs="0" |
| 497 | /> |
| 498 | <Tool |
| 499 | Name="VCManagedResourceCompilerTool" |
| 500 | /> |
| 501 | <Tool |
| 502 | Name="VCResourceCompilerTool" |
| 503 | PreprocessorDefinitions="NDEBUG" |
| 504 | Culture="1033" |
| 505 | /> |
| 506 | <Tool |
| 507 | Name="VCPreLinkEventTool" |
| 508 | /> |
| 509 | <Tool |
| 510 | Name="VCLinkerTool" |
| 511 | AdditionalDependencies="odbccp32.lib" |
| 512 | OutputFile="$(OutDir)\python.exe" |
| 513 | SubSystem="1" |
| 514 | StackReserveSize="2000000" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 515 | BaseAddress="0x1d000000" |
| 516 | /> |
| 517 | <Tool |
| 518 | Name="VCALinkTool" |
| 519 | /> |
| 520 | <Tool |
| 521 | Name="VCManifestTool" |
| 522 | /> |
| 523 | <Tool |
| 524 | Name="VCXDCMakeTool" |
| 525 | /> |
| 526 | <Tool |
| 527 | Name="VCBscMakeTool" |
| 528 | /> |
| 529 | <Tool |
| 530 | Name="VCFxCopTool" |
| 531 | /> |
| 532 | <Tool |
| 533 | Name="VCAppVerifierTool" |
| 534 | /> |
| 535 | <Tool |
| 536 | Name="VCPostBuildEventTool" |
| 537 | /> |
| 538 | </Configuration> |
| 539 | <Configuration |
| 540 | Name="PGUpdate|x64" |
| 541 | ConfigurationType="1" |
| 542 | InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\pgupdate.vsprops" |
| 543 | UseOfMFC="0" |
| 544 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 545 | CharacterSet="2" |
| 546 | > |
| 547 | <Tool |
| 548 | Name="VCPreBuildEventTool" |
| 549 | /> |
| 550 | <Tool |
| 551 | Name="VCCustomBuildTool" |
| 552 | /> |
| 553 | <Tool |
| 554 | Name="VCXMLDataGeneratorTool" |
| 555 | /> |
| 556 | <Tool |
| 557 | Name="VCWebServiceProxyGeneratorTool" |
| 558 | /> |
| 559 | <Tool |
| 560 | Name="VCMIDLTool" |
| 561 | TargetEnvironment="3" |
| 562 | /> |
| 563 | <Tool |
| 564 | Name="VCCLCompilerTool" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 565 | AdditionalIncludeDirectories="" |
| 566 | PreprocessorDefinitions="NDEBUG;_CONSOLE" |
| 567 | StringPooling="true" |
| 568 | RuntimeLibrary="2" |
| 569 | EnableFunctionLevelLinking="true" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 570 | CompileAs="0" |
| 571 | /> |
| 572 | <Tool |
| 573 | Name="VCManagedResourceCompilerTool" |
| 574 | /> |
| 575 | <Tool |
| 576 | Name="VCResourceCompilerTool" |
| 577 | PreprocessorDefinitions="NDEBUG" |
| 578 | Culture="1033" |
| 579 | /> |
| 580 | <Tool |
| 581 | Name="VCPreLinkEventTool" |
| 582 | /> |
| 583 | <Tool |
| 584 | Name="VCLinkerTool" |
| 585 | AdditionalDependencies="odbccp32.lib" |
| 586 | OutputFile="$(OutDir)\python.exe" |
| 587 | SubSystem="1" |
| 588 | StackReserveSize="2000000" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 589 | BaseAddress="0x1d000000" |
| 590 | TargetMachine="17" |
| 591 | /> |
| 592 | <Tool |
| 593 | Name="VCALinkTool" |
| 594 | /> |
| 595 | <Tool |
| 596 | Name="VCManifestTool" |
| 597 | /> |
| 598 | <Tool |
| 599 | Name="VCXDCMakeTool" |
| 600 | /> |
| 601 | <Tool |
| 602 | Name="VCBscMakeTool" |
| 603 | /> |
| 604 | <Tool |
| 605 | Name="VCFxCopTool" |
| 606 | /> |
| 607 | <Tool |
| 608 | Name="VCAppVerifierTool" |
| 609 | /> |
| 610 | <Tool |
| 611 | Name="VCPostBuildEventTool" |
| 612 | /> |
| 613 | </Configuration> |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 614 | </Configurations> |
| 615 | <References> |
| 616 | </References> |
| 617 | <Files> |
| 618 | <Filter |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 619 | Name="Resource Files" |
| 620 | > |
| 621 | <File |
| 622 | RelativePath="..\PC\pycon.ico" |
| 623 | > |
| 624 | </File> |
| 625 | <File |
| 626 | RelativePath="..\PC\python_exe.rc" |
| 627 | > |
| 628 | </File> |
| 629 | </Filter> |
| 630 | <Filter |
| 631 | Name="Source Files" |
| 632 | > |
| 633 | <File |
| 634 | RelativePath="..\Modules\python.c" |
| 635 | > |
| 636 | </File> |
| 637 | </Filter> |
| 638 | </Files> |
| 639 | <Globals> |
| 640 | </Globals> |
| 641 | </VisualStudioProject> |