source: trunk/DirectShowSpy/DirectShowSpy.vcproj @ 442

Last change on this file since 442 was 147, checked in by roman, 11 years ago

COM registration UI

File size: 20.2 KB
Line 
1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="DirectShowSpy"
6        ProjectGUID="{1A5DA4E5-ED09-476A-9A42-538D0DDA3FB9}"
7        RootNamespace="DirectShowSpy"
8        Keyword="AtlProj"
9        TargetFrameworkVersion="196613"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)"
25                        IntermediateDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
26                        ConfigurationType="2"
27                        UseOfATL="2"
28                        ATLMinimizesCRunTimeLibraryUsage="false"
29                        CharacterSet="1"
30                        >
31                        <Tool
32                                Name="VCPreBuildEventTool"
33                        />
34                        <Tool
35                                Name="VCCustomBuildTool"
36                        />
37                        <Tool
38                                Name="VCXMLDataGeneratorTool"
39                        />
40                        <Tool
41                                Name="VCWebServiceProxyGeneratorTool"
42                        />
43                        <Tool
44                                Name="VCMIDLTool"
45                                PreprocessorDefinitions="_DEBUG"
46                                MkTypLibCompatible="false"
47                                TargetEnvironment="1"
48                                GenerateStublessProxies="true"
49                                TypeLibraryName="$(IntDir)/DirectShowSpy.tlb"
50                                HeaderFileName="DirectShowSpy_i.h"
51                                DLLDataFileName=""
52                                InterfaceIdentifierFileName="DirectShowSpy_i.c"
53                                ProxyFileName="DirectShowSpy_p.c"
54                                ValidateParameters="true"
55                        />
56                        <Tool
57                                Name="VCCLCompilerTool"
58                                Optimization="0"
59                                PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
60                                MinimalRebuild="true"
61                                ExceptionHandling="2"
62                                BasicRuntimeChecks="3"
63                                RuntimeLibrary="3"
64                                UsePrecompiledHeader="2"
65                                WarningLevel="3"
66                                DebugInformationFormat="4"
67                        />
68                        <Tool
69                                Name="VCManagedResourceCompilerTool"
70                        />
71                        <Tool
72                                Name="VCResourceCompilerTool"
73                                PreprocessorDefinitions="_DEBUG"
74                                Culture="1033"
75                                AdditionalIncludeDirectories="$(IntDir)"
76                        />
77                        <Tool
78                                Name="VCPreLinkEventTool"
79                        />
80                        <Tool
81                                Name="VCLinkerTool"
82                                RegisterOutput="true"
83                                IgnoreImportLibrary="true"
84                                LinkIncremental="2"
85                                ModuleDefinitionFile=".\DirectShowSpy.def"
86                                GenerateDebugInformation="true"
87                                SubSystem="2"
88                                TargetMachine="1"
89                        />
90                        <Tool
91                                Name="VCALinkTool"
92                        />
93                        <Tool
94                                Name="VCManifestTool"
95                        />
96                        <Tool
97                                Name="VCXDCMakeTool"
98                        />
99                        <Tool
100                                Name="VCBscMakeTool"
101                        />
102                        <Tool
103                                Name="VCFxCopTool"
104                        />
105                        <Tool
106                                Name="VCAppVerifierTool"
107                        />
108                        <Tool
109                                Name="VCPostBuildEventTool"
110                        />
111                </Configuration>
112                <Configuration
113                        Name="Debug|x64"
114                        OutputDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)"
115                        IntermediateDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
116                        ConfigurationType="2"
117                        UseOfATL="2"
118                        ATLMinimizesCRunTimeLibraryUsage="false"
119                        CharacterSet="1"
120                        >
121                        <Tool
122                                Name="VCPreBuildEventTool"
123                        />
124                        <Tool
125                                Name="VCCustomBuildTool"
126                        />
127                        <Tool
128                                Name="VCXMLDataGeneratorTool"
129                        />
130                        <Tool
131                                Name="VCWebServiceProxyGeneratorTool"
132                        />
133                        <Tool
134                                Name="VCMIDLTool"
135                                PreprocessorDefinitions="_DEBUG"
136                                MkTypLibCompatible="false"
137                                TargetEnvironment="3"
138                                GenerateStublessProxies="true"
139                                TypeLibraryName="$(IntDir)/DirectShowSpy.tlb"
140                                HeaderFileName="DirectShowSpy_i.h"
141                                DLLDataFileName=""
142                                InterfaceIdentifierFileName="DirectShowSpy_i.c"
143                                ProxyFileName="DirectShowSpy_p.c"
144                        />
145                        <Tool
146                                Name="VCCLCompilerTool"
147                                Optimization="0"
148                                PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
149                                MinimalRebuild="true"
150                                ExceptionHandling="2"
151                                BasicRuntimeChecks="3"
152                                RuntimeLibrary="3"
153                                UsePrecompiledHeader="2"
154                                WarningLevel="3"
155                                DebugInformationFormat="3"
156                        />
157                        <Tool
158                                Name="VCManagedResourceCompilerTool"
159                        />
160                        <Tool
161                                Name="VCResourceCompilerTool"
162                                PreprocessorDefinitions="_DEBUG"
163                                Culture="1033"
164                                AdditionalIncludeDirectories="$(IntDir)"
165                        />
166                        <Tool
167                                Name="VCPreLinkEventTool"
168                        />
169                        <Tool
170                                Name="VCLinkerTool"
171                                RegisterOutput="true"
172                                IgnoreImportLibrary="true"
173                                LinkIncremental="2"
174                                ModuleDefinitionFile=".\DirectShowSpy.def"
175                                GenerateDebugInformation="true"
176                                SubSystem="2"
177                                TargetMachine="17"
178                        />
179                        <Tool
180                                Name="VCALinkTool"
181                        />
182                        <Tool
183                                Name="VCManifestTool"
184                        />
185                        <Tool
186                                Name="VCXDCMakeTool"
187                        />
188                        <Tool
189                                Name="VCBscMakeTool"
190                        />
191                        <Tool
192                                Name="VCFxCopTool"
193                        />
194                        <Tool
195                                Name="VCAppVerifierTool"
196                        />
197                        <Tool
198                                Name="VCPostBuildEventTool"
199                        />
200                </Configuration>
201                <Configuration
202                        Name="Release|Win32"
203                        OutputDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)"
204                        IntermediateDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
205                        ConfigurationType="2"
206                        UseOfATL="1"
207                        ATLMinimizesCRunTimeLibraryUsage="false"
208                        CharacterSet="1"
209                        WholeProgramOptimization="1"
210                        >
211                        <Tool
212                                Name="VCPreBuildEventTool"
213                        />
214                        <Tool
215                                Name="VCCustomBuildTool"
216                        />
217                        <Tool
218                                Name="VCXMLDataGeneratorTool"
219                        />
220                        <Tool
221                                Name="VCWebServiceProxyGeneratorTool"
222                        />
223                        <Tool
224                                Name="VCMIDLTool"
225                                PreprocessorDefinitions="NDEBUG"
226                                MkTypLibCompatible="false"
227                                TargetEnvironment="1"
228                                GenerateStublessProxies="true"
229                                TypeLibraryName="$(IntDir)/DirectShowSpy.tlb"
230                                HeaderFileName="DirectShowSpy_i.h"
231                                DLLDataFileName=""
232                                InterfaceIdentifierFileName="DirectShowSpy_i.c"
233                                ProxyFileName="DirectShowSpy_p.c"
234                                ValidateParameters="true"
235                        />
236                        <Tool
237                                Name="VCCLCompilerTool"
238                                Optimization="3"
239                                InlineFunctionExpansion="2"
240                                EnableIntrinsicFunctions="true"
241                                FavorSizeOrSpeed="2"
242                                OmitFramePointers="true"
243                                EnableFiberSafeOptimizations="true"
244                                WholeProgramOptimization="true"
245                                PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
246                                StringPooling="true"
247                                ExceptionHandling="2"
248                                RuntimeLibrary="0"
249                                UsePrecompiledHeader="2"
250                                WarningLevel="3"
251                                DebugInformationFormat="3"
252                        />
253                        <Tool
254                                Name="VCManagedResourceCompilerTool"
255                        />
256                        <Tool
257                                Name="VCResourceCompilerTool"
258                                PreprocessorDefinitions="NDEBUG"
259                                Culture="1033"
260                                AdditionalIncludeDirectories="$(IntDir)"
261                        />
262                        <Tool
263                                Name="VCPreLinkEventTool"
264                        />
265                        <Tool
266                                Name="VCLinkerTool"
267                                RegisterOutput="true"
268                                IgnoreImportLibrary="true"
269                                LinkIncremental="1"
270                                ModuleDefinitionFile=".\DirectShowSpy.def"
271                                DelayLoadDLLs="dbghelp.dll"
272                                GenerateDebugInformation="true"
273                                SubSystem="2"
274                                OptimizeReferences="2"
275                                EnableCOMDATFolding="2"
276                                TargetMachine="1"
277                        />
278                        <Tool
279                                Name="VCALinkTool"
280                        />
281                        <Tool
282                                Name="VCManifestTool"
283                        />
284                        <Tool
285                                Name="VCXDCMakeTool"
286                        />
287                        <Tool
288                                Name="VCBscMakeTool"
289                        />
290                        <Tool
291                                Name="VCFxCopTool"
292                        />
293                        <Tool
294                                Name="VCAppVerifierTool"
295                        />
296                        <Tool
297                                Name="VCPostBuildEventTool"
298                        />
299                </Configuration>
300                <Configuration
301                        Name="Release|x64"
302                        OutputDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)"
303                        IntermediateDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
304                        ConfigurationType="2"
305                        UseOfATL="1"
306                        ATLMinimizesCRunTimeLibraryUsage="false"
307                        CharacterSet="1"
308                        WholeProgramOptimization="1"
309                        >
310                        <Tool
311                                Name="VCPreBuildEventTool"
312                        />
313                        <Tool
314                                Name="VCCustomBuildTool"
315                        />
316                        <Tool
317                                Name="VCXMLDataGeneratorTool"
318                        />
319                        <Tool
320                                Name="VCWebServiceProxyGeneratorTool"
321                        />
322                        <Tool
323                                Name="VCMIDLTool"
324                                PreprocessorDefinitions="NDEBUG"
325                                MkTypLibCompatible="false"
326                                TargetEnvironment="3"
327                                GenerateStublessProxies="true"
328                                TypeLibraryName="$(IntDir)/DirectShowSpy.tlb"
329                                HeaderFileName="DirectShowSpy_i.h"
330                                DLLDataFileName=""
331                                InterfaceIdentifierFileName="DirectShowSpy_i.c"
332                                ProxyFileName="DirectShowSpy_p.c"
333                        />
334                        <Tool
335                                Name="VCCLCompilerTool"
336                                Optimization="3"
337                                InlineFunctionExpansion="2"
338                                EnableIntrinsicFunctions="true"
339                                FavorSizeOrSpeed="2"
340                                OmitFramePointers="true"
341                                EnableFiberSafeOptimizations="true"
342                                WholeProgramOptimization="true"
343                                PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
344                                StringPooling="true"
345                                ExceptionHandling="2"
346                                RuntimeLibrary="0"
347                                UsePrecompiledHeader="2"
348                                WarningLevel="3"
349                                DebugInformationFormat="3"
350                        />
351                        <Tool
352                                Name="VCManagedResourceCompilerTool"
353                        />
354                        <Tool
355                                Name="VCResourceCompilerTool"
356                                PreprocessorDefinitions="NDEBUG"
357                                Culture="1033"
358                                AdditionalIncludeDirectories="$(IntDir)"
359                        />
360                        <Tool
361                                Name="VCPreLinkEventTool"
362                        />
363                        <Tool
364                                Name="VCLinkerTool"
365                                RegisterOutput="true"
366                                IgnoreImportLibrary="true"
367                                LinkIncremental="1"
368                                ModuleDefinitionFile=".\DirectShowSpy.def"
369                                DelayLoadDLLs="dbghelp.dll"
370                                GenerateDebugInformation="true"
371                                SubSystem="2"
372                                OptimizeReferences="2"
373                                EnableCOMDATFolding="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 Trace|Win32"
400                        OutputDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)"
401                        IntermediateDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)\$(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="1"
425                                GenerateStublessProxies="true"
426                                TypeLibraryName="$(IntDir)/DirectShowSpy.tlb"
427                                HeaderFileName="DirectShowSpy_i.h"
428                                DLLDataFileName=""
429                                InterfaceIdentifierFileName="DirectShowSpy_i.c"
430                                ProxyFileName="DirectShowSpy_p.c"
431                                ValidateParameters="true"
432                        />
433                        <Tool
434                                Name="VCCLCompilerTool"
435                                Optimization="3"
436                                InlineFunctionExpansion="2"
437                                EnableIntrinsicFunctions="true"
438                                FavorSizeOrSpeed="2"
439                                OmitFramePointers="true"
440                                EnableFiberSafeOptimizations="true"
441                                WholeProgramOptimization="true"
442                                PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_TRACE=1;_TRACELEVEL=4"
443                                StringPooling="true"
444                                ExceptionHandling="2"
445                                RuntimeLibrary="0"
446                                UsePrecompiledHeader="2"
447                                WarningLevel="3"
448                                DebugInformationFormat="3"
449                        />
450                        <Tool
451                                Name="VCManagedResourceCompilerTool"
452                        />
453                        <Tool
454                                Name="VCResourceCompilerTool"
455                                PreprocessorDefinitions="NDEBUG"
456                                Culture="1033"
457                                AdditionalIncludeDirectories="$(IntDir)"
458                        />
459                        <Tool
460                                Name="VCPreLinkEventTool"
461                        />
462                        <Tool
463                                Name="VCLinkerTool"
464                                RegisterOutput="true"
465                                IgnoreImportLibrary="true"
466                                LinkIncremental="1"
467                                ModuleDefinitionFile=".\DirectShowSpy.def"
468                                DelayLoadDLLs="dbghelp.dll"
469                                GenerateDebugInformation="true"
470                                SubSystem="2"
471                                OptimizeReferences="2"
472                                EnableCOMDATFolding="2"
473                                TargetMachine="1"
474                        />
475                        <Tool
476                                Name="VCALinkTool"
477                        />
478                        <Tool
479                                Name="VCManifestTool"
480                        />
481                        <Tool
482                                Name="VCXDCMakeTool"
483                        />
484                        <Tool
485                                Name="VCBscMakeTool"
486                        />
487                        <Tool
488                                Name="VCFxCopTool"
489                        />
490                        <Tool
491                                Name="VCAppVerifierTool"
492                        />
493                        <Tool
494                                Name="VCPostBuildEventTool"
495                        />
496                </Configuration>
497                <Configuration
498                        Name="Release Trace|x64"
499                        OutputDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)"
500                        IntermediateDirectory="$(SolutionDir)_Bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
501                        ConfigurationType="2"
502                        UseOfATL="1"
503                        ATLMinimizesCRunTimeLibraryUsage="false"
504                        CharacterSet="1"
505                        WholeProgramOptimization="1"
506                        >
507                        <Tool
508                                Name="VCPreBuildEventTool"
509                        />
510                        <Tool
511                                Name="VCCustomBuildTool"
512                        />
513                        <Tool
514                                Name="VCXMLDataGeneratorTool"
515                        />
516                        <Tool
517                                Name="VCWebServiceProxyGeneratorTool"
518                        />
519                        <Tool
520                                Name="VCMIDLTool"
521                                PreprocessorDefinitions="NDEBUG"
522                                MkTypLibCompatible="false"
523                                TargetEnvironment="3"
524                                GenerateStublessProxies="true"
525                                TypeLibraryName="$(IntDir)/DirectShowSpy.tlb"
526                                HeaderFileName="DirectShowSpy_i.h"
527                                DLLDataFileName=""
528                                InterfaceIdentifierFileName="DirectShowSpy_i.c"
529                                ProxyFileName="DirectShowSpy_p.c"
530                        />
531                        <Tool
532                                Name="VCCLCompilerTool"
533                                Optimization="3"
534                                InlineFunctionExpansion="2"
535                                EnableIntrinsicFunctions="true"
536                                FavorSizeOrSpeed="2"
537                                OmitFramePointers="true"
538                                EnableFiberSafeOptimizations="true"
539                                WholeProgramOptimization="true"
540                                PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_TRACE=1;_TRACELEVEL=4"
541                                StringPooling="true"
542                                ExceptionHandling="2"
543                                RuntimeLibrary="0"
544                                UsePrecompiledHeader="2"
545                                WarningLevel="3"
546                                DebugInformationFormat="3"
547                        />
548                        <Tool
549                                Name="VCManagedResourceCompilerTool"
550                        />
551                        <Tool
552                                Name="VCResourceCompilerTool"
553                                PreprocessorDefinitions="NDEBUG"
554                                Culture="1033"
555                                AdditionalIncludeDirectories="$(IntDir)"
556                        />
557                        <Tool
558                                Name="VCPreLinkEventTool"
559                        />
560                        <Tool
561                                Name="VCLinkerTool"
562                                RegisterOutput="true"
563                                IgnoreImportLibrary="true"
564                                LinkIncremental="1"
565                                ModuleDefinitionFile=".\DirectShowSpy.def"
566                                DelayLoadDLLs="dbghelp.dll"
567                                GenerateDebugInformation="true"
568                                SubSystem="2"
569                                OptimizeReferences="2"
570                                EnableCOMDATFolding="2"
571                                TargetMachine="17"
572                        />
573                        <Tool
574                                Name="VCALinkTool"
575                        />
576                        <Tool
577                                Name="VCManifestTool"
578                        />
579                        <Tool
580                                Name="VCXDCMakeTool"
581                        />
582                        <Tool
583                                Name="VCBscMakeTool"
584                        />
585                        <Tool
586                                Name="VCFxCopTool"
587                        />
588                        <Tool
589                                Name="VCAppVerifierTool"
590                        />
591                        <Tool
592                                Name="VCPostBuildEventTool"
593                        />
594                </Configuration>
595        </Configurations>
596        <References>
597        </References>
598        <Files>
599                <Filter
600                        Name="Source Files"
601                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
602                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
603                        >
604                        <File
605                                RelativePath=".\Configuration.cpp"
606                                >
607                        </File>
608                        <File
609                                RelativePath=".\DirectShowSpy.cpp"
610                                >
611                        </File>
612                        <File
613                                RelativePath=".\DirectShowSpy.def"
614                                >
615                        </File>
616                        <File
617                                RelativePath=".\DirectShowSpy.idl"
618                                >
619                        </File>
620                        <File
621                                RelativePath=".\dllmain.cpp"
622                                >
623                                <FileConfiguration
624                                        Name="Debug|Win32"
625                                        >
626                                        <Tool
627                                                Name="VCCLCompilerTool"
628                                                UsePrecompiledHeader="0"
629                                                CompileAsManaged="0"
630                                        />
631                                </FileConfiguration>
632                                <FileConfiguration
633                                        Name="Debug|x64"
634                                        >
635                                        <Tool
636                                                Name="VCCLCompilerTool"
637                                                UsePrecompiledHeader="0"
638                                                CompileAsManaged="0"
639                                        />
640                                </FileConfiguration>
641                                <FileConfiguration
642                                        Name="Release|Win32"
643                                        >
644                                        <Tool
645                                                Name="VCCLCompilerTool"
646                                                UsePrecompiledHeader="0"
647                                                CompileAsManaged="0"
648                                        />
649                                </FileConfiguration>
650                                <FileConfiguration
651                                        Name="Release|x64"
652                                        >
653                                        <Tool
654                                                Name="VCCLCompilerTool"
655                                                UsePrecompiledHeader="0"
656                                                CompileAsManaged="0"
657                                        />
658                                </FileConfiguration>
659                                <FileConfiguration
660                                        Name="Release Trace|Win32"
661                                        >
662                                        <Tool
663                                                Name="VCCLCompilerTool"
664                                                UsePrecompiledHeader="0"
665                                                CompileAsManaged="0"
666                                        />
667                                </FileConfiguration>
668                                <FileConfiguration
669                                        Name="Release Trace|x64"
670                                        >
671                                        <Tool
672                                                Name="VCCLCompilerTool"
673                                                UsePrecompiledHeader="0"
674                                                CompileAsManaged="0"
675                                        />
676                                </FileConfiguration>
677                        </File>
678                        <File
679                                RelativePath=".\FilterGraphSpy.cpp"
680                                >
681                        </File>
682                        <File
683                                RelativePath=".\stdafx.cpp"
684                                >
685                                <FileConfiguration
686                                        Name="Debug|Win32"
687                                        >
688                                        <Tool
689                                                Name="VCCLCompilerTool"
690                                                UsePrecompiledHeader="1"
691                                        />
692                                </FileConfiguration>
693                                <FileConfiguration
694                                        Name="Debug|x64"
695                                        >
696                                        <Tool
697                                                Name="VCCLCompilerTool"
698                                                UsePrecompiledHeader="1"
699                                        />
700                                </FileConfiguration>
701                                <FileConfiguration
702                                        Name="Release|Win32"
703                                        >
704                                        <Tool
705                                                Name="VCCLCompilerTool"
706                                                UsePrecompiledHeader="1"
707                                        />
708                                </FileConfiguration>
709                                <FileConfiguration
710                                        Name="Release|x64"
711                                        >
712                                        <Tool
713                                                Name="VCCLCompilerTool"
714                                                UsePrecompiledHeader="1"
715                                        />
716                                </FileConfiguration>
717                                <FileConfiguration
718                                        Name="Release Trace|Win32"
719                                        >
720                                        <Tool
721                                                Name="VCCLCompilerTool"
722                                                UsePrecompiledHeader="1"
723                                        />
724                                </FileConfiguration>
725                                <FileConfiguration
726                                        Name="Release Trace|x64"
727                                        >
728                                        <Tool
729                                                Name="VCCLCompilerTool"
730                                                UsePrecompiledHeader="1"
731                                        />
732                                </FileConfiguration>
733                        </File>
734                </Filter>
735                <Filter
736                        Name="Header Files"
737                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
738                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
739                        >
740                        <File
741                                RelativePath=".\AboutDialog.h"
742                                >
743                        </File>
744                        <File
745                                RelativePath=".\Common.h"
746                                >
747                        </File>
748                        <File
749                                RelativePath=".\Configuration.h"
750                                >
751                        </File>
752                        <File
753                                RelativePath=".\dllmain.h"
754                                >
755                        </File>
756                        <File
757                                RelativePath=".\FilterGraphSpy.h"
758                                >
759                        </File>
760                        <File
761                                RelativePath=".\FilterMapperSpy.h"
762                                >
763                        </File>
764                        <File
765                                RelativePath=".\GraphBuilderCallbackPropertySheet.h"
766                                >
767                        </File>
768                        <File
769                                RelativePath=".\Resource.h"
770                                >
771                        </File>
772                        <File
773                                RelativePath=".\stdafx.h"
774                                >
775                        </File>
776                        <File
777                                RelativePath=".\SystemDeviceEnumeratorSpy.h"
778                                >
779                        </File>
780                        <File
781                                RelativePath=".\targetver.h"
782                                >
783                        </File>
784                </Filter>
785                <Filter
786                        Name="Resource Files"
787                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
788                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
789                        >
790                        <File
791                                RelativePath=".\AddFilter.ico"
792                                >
793                        </File>
794                        <File
795                                RelativePath=".\CreatedFilter.ico"
796                                >
797                        </File>
798                        <File
799                                RelativePath=".\DirectShowSpy.rc"
800                                >
801                        </File>
802                        <File
803                                RelativePath=".\DirectShowSpy.rgs"
804                                >
805                        </File>
806                        <File
807                                RelativePath=".\Exclamation.ico"
808                                >
809                        </File>
810                        <File
811                                RelativePath=".\Failure.ico"
812                                >
813                        </File>
814                        <File
815                                RelativePath=".\FilterGraphSpy.rgs"
816                                >
817                        </File>
818                        <File
819                                RelativePath=".\FilterMapperSpy.rgs"
820                                >
821                        </File>
822                        <File
823                                RelativePath=".\GenericClass.rgs"
824                                >
825                        </File>
826                        <File
827                                RelativePath=".\Information.ico"
828                                >
829                        </File>
830                        <File
831                                RelativePath=".\Module.ico"
832                                >
833                        </File>
834                        <File
835                                RelativePath=".\RemoveFilter.ico"
836                                >
837                        </File>
838                        <File
839                                RelativePath=".\SelectedFilter.ico"
840                                >
841                        </File>
842                        <File
843                                RelativePath=".\Success.ico"
844                                >
845                        </File>
846                </Filter>
847                <Filter
848                        Name="Generated Files"
849                        SourceControlFiles="false"
850                        >
851                        <File
852                                RelativePath=".\DirectShowSpy_i.c"
853                                >
854                                <FileConfiguration
855                                        Name="Debug|Win32"
856                                        >
857                                        <Tool
858                                                Name="VCCLCompilerTool"
859                                                UsePrecompiledHeader="0"
860                                                CompileAsManaged="0"
861                                        />
862                                </FileConfiguration>
863                                <FileConfiguration
864                                        Name="Debug|x64"
865                                        >
866                                        <Tool
867                                                Name="VCCLCompilerTool"
868                                                UsePrecompiledHeader="0"
869                                                CompileAsManaged="0"
870                                        />
871                                </FileConfiguration>
872                                <FileConfiguration
873                                        Name="Release|Win32"
874                                        >
875                                        <Tool
876                                                Name="VCCLCompilerTool"
877                                                UsePrecompiledHeader="0"
878                                                CompileAsManaged="0"
879                                        />
880                                </FileConfiguration>
881                                <FileConfiguration
882                                        Name="Release|x64"
883                                        >
884                                        <Tool
885                                                Name="VCCLCompilerTool"
886                                                UsePrecompiledHeader="0"
887                                                CompileAsManaged="0"
888                                        />
889                                </FileConfiguration>
890                                <FileConfiguration
891                                        Name="Release Trace|Win32"
892                                        >
893                                        <Tool
894                                                Name="VCCLCompilerTool"
895                                                UsePrecompiledHeader="0"
896                                                CompileAsManaged="0"
897                                        />
898                                </FileConfiguration>
899                                <FileConfiguration
900                                        Name="Release Trace|x64"
901                                        >
902                                        <Tool
903                                                Name="VCCLCompilerTool"
904                                                UsePrecompiledHeader="0"
905                                                CompileAsManaged="0"
906                                        />
907                                </FileConfiguration>
908                        </File>
909                        <File
910                                RelativePath=".\DirectShowSpy_i.h"
911                                >
912                        </File>
913                </Filter>
914        </Files>
915        <Globals>
916        </Globals>
917</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.