root/trunk/FilterGraphSpy/FilterGraphSpy.vcproj

82178
11
		<Platform
11
		<Platform
12
			Name="Win32"
12
			Name="Win32"
13
		/>
13
		/>
14
		<Platform
15
			Name="x64"
16
		/>
14
	</Platforms>
17
	</Platforms>
15
	<ToolFiles>
18
	<ToolFiles>
16
	</ToolFiles>
19
	</ToolFiles>
17
	<Configurations>
20
	<Configurations>
18
		<Configuration
21
		<Configuration
19
			Name="Debug|Win32"
22
			Name="Debug|Win32"
20
			OutputDirectory="$(ConfigurationName)"
23
			OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
21
			IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
24
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
22
			ConfigurationType="2"
25
			ConfigurationType="2"
23
			UseOfATL="2"
26
			UseOfATL="2"
24
			ATLMinimizesCRunTimeLibraryUsage="false"
27
			ATLMinimizesCRunTimeLibraryUsage="false"
...
...
107
		</Configuration>
110
		</Configuration>
108
		<Configuration
111
		<Configuration
109
			Name="Release|Win32"
112
			Name="Release|Win32"
110
			OutputDirectory="$(ConfigurationName)"
113
			OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
111
			IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
114
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
112
			ConfigurationType="2"
115
			ConfigurationType="2"
113
			UseOfATL="1"
116
			UseOfATL="1"
114
			ATLMinimizesCRunTimeLibraryUsage="false"
117
			ATLMinimizesCRunTimeLibraryUsage="false"
...
...
206
		</Configuration>
209
		</Configuration>
207
		<Configuration
210
		<Configuration
208
			Name="Release Trace|Win32"
211
			Name="Release Trace|Win32"
209
			OutputDirectory="$(ConfigurationName)"
212
			OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
210
			IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
213
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
211
			ConfigurationType="2"
214
			ConfigurationType="2"
212
			UseOfATL="1"
215
			UseOfATL="1"
213
			ATLMinimizesCRunTimeLibraryUsage="false"
216
			ATLMinimizesCRunTimeLibraryUsage="false"
...
...
303
				Name="VCPostBuildEventTool"
306
				Name="VCPostBuildEventTool"
304
			/>
307
			/>
305
		</Configuration>
308
		</Configuration>
309
		<Configuration
310
			Name="Debug|x64"
311
			OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
312
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
313
			ConfigurationType="2"
314
			UseOfATL="2"
315
			ATLMinimizesCRunTimeLibraryUsage="false"
316
			CharacterSet="1"
317
			>
318
			<Tool
319
				Name="VCPreBuildEventTool"
320
			/>
321
			<Tool
322
				Name="VCCustomBuildTool"
323
			/>
324
			<Tool
325
				Name="VCXMLDataGeneratorTool"
326
			/>
327
			<Tool
328
				Name="VCWebServiceProxyGeneratorTool"
329
			/>
330
			<Tool
331
				Name="VCMIDLTool"
332
				PreprocessorDefinitions="_DEBUG"
333
				MkTypLibCompatible="false"
334
				TargetEnvironment="3"
335
				GenerateStublessProxies="true"
336
				TypeLibraryName="$(IntDir)/FilterGraphSpy.tlb"
337
				HeaderFileName="FilterGraphSpy_i.h"
338
				DLLDataFileName=""
339
				InterfaceIdentifierFileName="FilterGraphSpy_i.c"
340
				ProxyFileName="FilterGraphSpy_p.c"
341
			/>
342
			<Tool
343
				Name="VCCLCompilerTool"
344
				Optimization="0"
345
				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
346
				MinimalRebuild="true"
347
				ExceptionHandling="2"
348
				BasicRuntimeChecks="3"
349
				RuntimeLibrary="3"
350
				UsePrecompiledHeader="2"
351
				WarningLevel="3"
352
				DebugInformationFormat="3"
353
			/>
354
			<Tool
355
				Name="VCManagedResourceCompilerTool"
356
			/>
357
			<Tool
358
				Name="VCResourceCompilerTool"
359
				PreprocessorDefinitions="_DEBUG"
360
				Culture="1033"
361
				AdditionalIncludeDirectories="$(IntDir)"
362
			/>
363
			<Tool
364
				Name="VCPreLinkEventTool"
365
			/>
366
			<Tool
367
				Name="VCLinkerTool"
368
				RegisterOutput="true"
369
				IgnoreImportLibrary="true"
370
				LinkIncremental="2"
371
				ModuleDefinitionFile=".\FilterGraphSpy.def"
372
				GenerateDebugInformation="true"
373
				SubSystem="2"
374
				TargetMachine="17"
375
			/>
376
			<Tool
377
				Name="VCALinkTool"
378
			/>
379
			<Tool
380
				Name="VCManifestTool"
381
			/>
382
			<Tool
383
				Name="VCXDCMakeTool"
384
			/>
385
			<Tool
386
				Name="VCBscMakeTool"
387
			/>
388
			<Tool
389
				Name="VCFxCopTool"
390
			/>
391
			<Tool
392
				Name="VCAppVerifierTool"
393
			/>
394
			<Tool
395
				Name="VCPostBuildEventTool"
396
			/>
397
		</Configuration>
398
		<Configuration
399
			Name="Release|x64"
400
			OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
401
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
402
			ConfigurationType="2"
403
			UseOfATL="1"
404
			ATLMinimizesCRunTimeLibraryUsage="false"
405
			CharacterSet="1"
406
			WholeProgramOptimization="1"
407
			>
408
			<Tool
409
				Name="VCPreBuildEventTool"
410
			/>
411
			<Tool
412
				Name="VCCustomBuildTool"
413
			/>
414
			<Tool
415
				Name="VCXMLDataGeneratorTool"
416
			/>
417
			<Tool
418
				Name="VCWebServiceProxyGeneratorTool"
419
			/>
420
			<Tool
421
				Name="VCMIDLTool"
422
				PreprocessorDefinitions="NDEBUG"
423
				MkTypLibCompatible="false"
424
				TargetEnvironment="3"
425
				GenerateStublessProxies="true"
426
				TypeLibraryName="$(IntDir)/FilterGraphSpy.tlb"
427
				HeaderFileName="FilterGraphSpy_i.h"
428
				DLLDataFileName=""
429
				InterfaceIdentifierFileName="FilterGraphSpy_i.c"
430
				ProxyFileName="FilterGraphSpy_p.c"
431
			/>
432
			<Tool
433
				Name="VCCLCompilerTool"
434
				Optimization="3"
435
				InlineFunctionExpansion="2"
436
				EnableIntrinsicFunctions="true"
437
				FavorSizeOrSpeed="2"
438
				OmitFramePointers="true"
439
				EnableFiberSafeOptimizations="true"
440
				WholeProgramOptimization="true"
441
				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
442
				StringPooling="true"
443
				ExceptionHandling="2"
444
				RuntimeLibrary="0"
445
				UsePrecompiledHeader="2"
446
				WarningLevel="3"
447
				DebugInformationFormat="3"
448
			/>
449
			<Tool
450
				Name="VCManagedResourceCompilerTool"
451
			/>
452
			<Tool
453
				Name="VCResourceCompilerTool"
454
				PreprocessorDefinitions="NDEBUG"
455
				Culture="1033"
456
				AdditionalIncludeDirectories="$(IntDir)"
457
			/>
458
			<Tool
459
				Name="VCPreLinkEventTool"
460
			/>
461
			<Tool
462
				Name="VCLinkerTool"
463
				RegisterOutput="true"
464
				IgnoreImportLibrary="true"
465
				LinkIncremental="1"
466
				ModuleDefinitionFile=".\FilterGraphSpy.def"
467
				DelayLoadDLLs="dbghelp.dll"
468
				GenerateDebugInformation="true"
469
				SubSystem="2"
470
				OptimizeReferences="2"
471
				EnableCOMDATFolding="2"
472
				TargetMachine="17"
473
			/>
474
			<Tool
475
				Name="VCALinkTool"
476
			/>
477
			<Tool
478
				Name="VCManifestTool"
479
			/>
480
			<Tool
481
				Name="VCXDCMakeTool"
482
			/>
483
			<Tool
484
				Name="VCBscMakeTool"
485
			/>
486
			<Tool
487
				Name="VCFxCopTool"
488
			/>
489
			<Tool
490
				Name="VCAppVerifierTool"
491
			/>
492
			<Tool
493
				Name="VCPostBuildEventTool"
494
			/>
495
		</Configuration>
496
		<Configuration
497
			Name="Release Trace|x64"
498
			OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
499
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
500
			ConfigurationType="2"
501
			UseOfATL="1"
502
			ATLMinimizesCRunTimeLibraryUsage="false"
503
			CharacterSet="1"
504
			WholeProgramOptimization="1"
505
			>
506
			<Tool
507
				Name="VCPreBuildEventTool"
508
			/>
509
			<Tool
510
				Name="VCCustomBuildTool"
511
			/>
512
			<Tool
513
				Name="VCXMLDataGeneratorTool"
514
			/>
515
			<Tool
516
				Name="VCWebServiceProxyGeneratorTool"
517
			/>
518
			<Tool
519
				Name="VCMIDLTool"
520
				PreprocessorDefinitions="NDEBUG"
521
				MkTypLibCompatible="false"
522
				TargetEnvironment="3"
523
				GenerateStublessProxies="true"
524
				TypeLibraryName="$(IntDir)/FilterGraphSpy.tlb"
525
				HeaderFileName="FilterGraphSpy_i.h"
526
				DLLDataFileName=""
527
				InterfaceIdentifierFileName="FilterGraphSpy_i.c"
528
				ProxyFileName="FilterGraphSpy_p.c"
529
			/>
530
			<Tool
531
				Name="VCCLCompilerTool"
532
				Optimization="3"
533
				InlineFunctionExpansion="2"
534
				EnableIntrinsicFunctions="true"
535
				FavorSizeOrSpeed="2"
536
				OmitFramePointers="true"
537
				EnableFiberSafeOptimizations="true"
538
				WholeProgramOptimization="true"
539
				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_TRACE=1;_TRACELEVEL=4"
540
				StringPooling="true"
541
				ExceptionHandling="2"
542
				RuntimeLibrary="0"
543
				UsePrecompiledHeader="2"
544
				WarningLevel="3"
545
				DebugInformationFormat="3"
546
			/>
547
			<Tool
548
				Name="VCManagedResourceCompilerTool"
549
			/>
550
			<Tool
551
				Name="VCResourceCompilerTool"
552
				PreprocessorDefinitions="NDEBUG"
553
				Culture="1033"
554
				AdditionalIncludeDirectories="$(IntDir)"
555
			/>
556
			<Tool
557
				Name="VCPreLinkEventTool"
558
			/>
559
			<Tool
560
				Name="VCLinkerTool"
561
				RegisterOutput="true"
562
				IgnoreImportLibrary="true"
563
				LinkIncremental="1"
564
				ModuleDefinitionFile=".\FilterGraphSpy.def"
565
				DelayLoadDLLs="dbghelp.dll"
566
				GenerateDebugInformation="true"
567
				SubSystem="2"
568
				OptimizeReferences="2"
569
				EnableCOMDATFolding="2"
570
				TargetMachine="17"
571
			/>
572
			<Tool
573
				Name="VCALinkTool"
574
			/>
575
			<Tool
576
				Name="VCManifestTool"
577
			/>
578
			<Tool
579
				Name="VCXDCMakeTool"
580
			/>
581
			<Tool
582
				Name="VCBscMakeTool"
583
			/>
584
			<Tool
585
				Name="VCFxCopTool"
586
			/>
587
			<Tool
588
				Name="VCAppVerifierTool"
589
			/>
590
			<Tool
591
				Name="VCPostBuildEventTool"
592
			/>
593
		</Configuration>
306
	</Configurations>
594
	</Configurations>
307
	<References>
595
	<References>
308
	</References>
596
	</References>
...
...
342
						CompileAsManaged="0"
630
						CompileAsManaged="0"
343
					/>
631
					/>
344
				</FileConfiguration>
632
				</FileConfiguration>
633
				<FileConfiguration
634
					Name="Debug|x64"
635
					>
636
					<Tool
637
						Name="VCCLCompilerTool"
638
						UsePrecompiledHeader="0"
639
						CompileAsManaged="0"
640
					/>
641
				</FileConfiguration>
642
				<FileConfiguration
643
					Name="Release|x64"
644
					>
645
					<Tool
646
						Name="VCCLCompilerTool"
647
						UsePrecompiledHeader="0"
648
						CompileAsManaged="0"
649
					/>
650
				</FileConfiguration>
651
				<FileConfiguration
652
					Name="Release Trace|x64"
653
					>
654
					<Tool
655
						Name="VCCLCompilerTool"
656
						UsePrecompiledHeader="0"
657
						CompileAsManaged="0"
658
					/>
659
				</FileConfiguration>
345
			</File>
660
			</File>
346
			<File
661
			<File
347
				RelativePath=".\FilterGraphSpy.cpp"
662
				RelativePath=".\FilterGraphSpy.cpp"
...
...
386
						UsePrecompiledHeader="1"
701
						UsePrecompiledHeader="1"
387
					/>
702
					/>
388
				</FileConfiguration>
703
				</FileConfiguration>
704
				<FileConfiguration
705
					Name="Debug|x64"
706
					>
707
					<Tool
708
						Name="VCCLCompilerTool"
709
						UsePrecompiledHeader="1"
710
					/>
711
				</FileConfiguration>
712
				<FileConfiguration
713
					Name="Release|x64"
714
					>
715
					<Tool
716
						Name="VCCLCompilerTool"
717
						UsePrecompiledHeader="1"
718
					/>
719
				</FileConfiguration>
720
				<FileConfiguration
721
					Name="Release Trace|x64"
722
					>
723
					<Tool
724
						Name="VCCLCompilerTool"
725
						UsePrecompiledHeader="1"
726
					/>
727
				</FileConfiguration>
389
			</File>
728
			</File>
390
		</Filter>
729
		</Filter>
391
		<Filter
730
		<Filter
...
...
466
						CompileAsManaged="0"
805
						CompileAsManaged="0"
467
					/>
806
					/>
468
				</FileConfiguration>
807
				</FileConfiguration>
808
				<FileConfiguration
809
					Name="Debug|x64"
810
					>
811
					<Tool
812
						Name="VCCLCompilerTool"
813
						UsePrecompiledHeader="0"
814
						CompileAsManaged="0"
815
					/>
816
				</FileConfiguration>
817
				<FileConfiguration
818
					Name="Release|x64"
819
					>
820
					<Tool
821
						Name="VCCLCompilerTool"
822
						UsePrecompiledHeader="0"
823
						CompileAsManaged="0"
824
					/>
825
				</FileConfiguration>
826
				<FileConfiguration
827
					Name="Release Trace|x64"
828
					>
829
					<Tool
830
						Name="VCCLCompilerTool"
831
						UsePrecompiledHeader="0"
832
						CompileAsManaged="0"
833
					/>
834
				</FileConfiguration>
469
			</File>
835
			</File>
470
			<File
836
			<File
471
				RelativePath=".\FilterGraphSpy_i.h"
837
				RelativePath=".\FilterGraphSpy_i.h"