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