source: trunk/DirectShowSpy/DirectShowSpy.vcproj @ 117

Last change on this file since 117 was 95, checked in by roman, 12 years ago

DirectShowSpy? moved from Assembla

File size: 19.9 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=".\DirectShowSpy.cpp"
606                                >
607                        </File>
608                        <File
609                                RelativePath=".\DirectShowSpy.def"
610                                >
611                        </File>
612                        <File
613                                RelativePath=".\DirectShowSpy.idl"
614                                >
615                        </File>
616                        <File
617                                RelativePath=".\dllmain.cpp"
618                                >
619                                <FileConfiguration
620                                        Name="Debug|Win32"
621                                        >
622                                        <Tool
623                                                Name="VCCLCompilerTool"
624                                                UsePrecompiledHeader="0"
625                                                CompileAsManaged="0"
626                                        />
627                                </FileConfiguration>
628                                <FileConfiguration
629                                        Name="Debug|x64"
630                                        >
631                                        <Tool
632                                                Name="VCCLCompilerTool"
633                                                UsePrecompiledHeader="0"
634                                                CompileAsManaged="0"
635                                        />
636                                </FileConfiguration>
637                                <FileConfiguration
638                                        Name="Release|Win32"
639                                        >
640                                        <Tool
641                                                Name="VCCLCompilerTool"
642                                                UsePrecompiledHeader="0"
643                                                CompileAsManaged="0"
644                                        />
645                                </FileConfiguration>
646                                <FileConfiguration
647                                        Name="Release|x64"
648                                        >
649                                        <Tool
650                                                Name="VCCLCompilerTool"
651                                                UsePrecompiledHeader="0"
652                                                CompileAsManaged="0"
653                                        />
654                                </FileConfiguration>
655                                <FileConfiguration
656                                        Name="Release Trace|Win32"
657                                        >
658                                        <Tool
659                                                Name="VCCLCompilerTool"
660                                                UsePrecompiledHeader="0"
661                                                CompileAsManaged="0"
662                                        />
663                                </FileConfiguration>
664                                <FileConfiguration
665                                        Name="Release Trace|x64"
666                                        >
667                                        <Tool
668                                                Name="VCCLCompilerTool"
669                                                UsePrecompiledHeader="0"
670                                                CompileAsManaged="0"
671                                        />
672                                </FileConfiguration>
673                        </File>
674                        <File
675                                RelativePath=".\FilterGraphSpy.cpp"
676                                >
677                        </File>
678                        <File
679                                RelativePath=".\stdafx.cpp"
680                                >
681                                <FileConfiguration
682                                        Name="Debug|Win32"
683                                        >
684                                        <Tool
685                                                Name="VCCLCompilerTool"
686                                                UsePrecompiledHeader="1"
687                                        />
688                                </FileConfiguration>
689                                <FileConfiguration
690                                        Name="Debug|x64"
691                                        >
692                                        <Tool
693                                                Name="VCCLCompilerTool"
694                                                UsePrecompiledHeader="1"
695                                        />
696                                </FileConfiguration>
697                                <FileConfiguration
698                                        Name="Release|Win32"
699                                        >
700                                        <Tool
701                                                Name="VCCLCompilerTool"
702                                                UsePrecompiledHeader="1"
703                                        />
704                                </FileConfiguration>
705                                <FileConfiguration
706                                        Name="Release|x64"
707                                        >
708                                        <Tool
709                                                Name="VCCLCompilerTool"
710                                                UsePrecompiledHeader="1"
711                                        />
712                                </FileConfiguration>
713                                <FileConfiguration
714                                        Name="Release Trace|Win32"
715                                        >
716                                        <Tool
717                                                Name="VCCLCompilerTool"
718                                                UsePrecompiledHeader="1"
719                                        />
720                                </FileConfiguration>
721                                <FileConfiguration
722                                        Name="Release Trace|x64"
723                                        >
724                                        <Tool
725                                                Name="VCCLCompilerTool"
726                                                UsePrecompiledHeader="1"
727                                        />
728                                </FileConfiguration>
729                        </File>
730                </Filter>
731                <Filter
732                        Name="Header Files"
733                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
734                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
735                        >
736                        <File
737                                RelativePath=".\AboutDialog.h"
738                                >
739                        </File>
740                        <File
741                                RelativePath=".\Common.h"
742                                >
743                        </File>
744                        <File
745                                RelativePath=".\dllmain.h"
746                                >
747                        </File>
748                        <File
749                                RelativePath=".\FilterGraphSpy.h"
750                                >
751                        </File>
752                        <File
753                                RelativePath=".\FilterMapperSpy.h"
754                                >
755                        </File>
756                        <File
757                                RelativePath=".\GraphBuilderCallbackPropertySheet.h"
758                                >
759                        </File>
760                        <File
761                                RelativePath=".\Resource.h"
762                                >
763                        </File>
764                        <File
765                                RelativePath=".\stdafx.h"
766                                >
767                        </File>
768                        <File
769                                RelativePath=".\targetver.h"
770                                >
771                        </File>
772                </Filter>
773                <Filter
774                        Name="Resource Files"
775                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
776                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
777                        >
778                        <File
779                                RelativePath=".\AddFilter.ico"
780                                >
781                        </File>
782                        <File
783                                RelativePath=".\CreatedFilter.ico"
784                                >
785                        </File>
786                        <File
787                                RelativePath=".\DirectShowSpy.rc"
788                                >
789                        </File>
790                        <File
791                                RelativePath=".\DirectShowSpy.rgs"
792                                >
793                        </File>
794                        <File
795                                RelativePath=".\Failure.ico"
796                                >
797                        </File>
798                        <File
799                                RelativePath=".\FilterGraphSpy.rgs"
800                                >
801                        </File>
802                        <File
803                                RelativePath=".\FilterMapperSpy.rgs"
804                                >
805                        </File>
806                        <File
807                                RelativePath=".\Module.ico"
808                                >
809                        </File>
810                        <File
811                                RelativePath=".\RemoveFilter.ico"
812                                >
813                        </File>
814                        <File
815                                RelativePath=".\SelectedFilter.ico"
816                                >
817                        </File>
818                        <File
819                                RelativePath=".\Success.ico"
820                                >
821                        </File>
822                </Filter>
823                <Filter
824                        Name="Generated Files"
825                        SourceControlFiles="false"
826                        >
827                        <File
828                                RelativePath=".\DirectShowSpy_i.c"
829                                >
830                                <FileConfiguration
831                                        Name="Debug|Win32"
832                                        >
833                                        <Tool
834                                                Name="VCCLCompilerTool"
835                                                UsePrecompiledHeader="0"
836                                                CompileAsManaged="0"
837                                        />
838                                </FileConfiguration>
839                                <FileConfiguration
840                                        Name="Debug|x64"
841                                        >
842                                        <Tool
843                                                Name="VCCLCompilerTool"
844                                                UsePrecompiledHeader="0"
845                                                CompileAsManaged="0"
846                                        />
847                                </FileConfiguration>
848                                <FileConfiguration
849                                        Name="Release|Win32"
850                                        >
851                                        <Tool
852                                                Name="VCCLCompilerTool"
853                                                UsePrecompiledHeader="0"
854                                                CompileAsManaged="0"
855                                        />
856                                </FileConfiguration>
857                                <FileConfiguration
858                                        Name="Release|x64"
859                                        >
860                                        <Tool
861                                                Name="VCCLCompilerTool"
862                                                UsePrecompiledHeader="0"
863                                                CompileAsManaged="0"
864                                        />
865                                </FileConfiguration>
866                                <FileConfiguration
867                                        Name="Release Trace|Win32"
868                                        >
869                                        <Tool
870                                                Name="VCCLCompilerTool"
871                                                UsePrecompiledHeader="0"
872                                                CompileAsManaged="0"
873                                        />
874                                </FileConfiguration>
875                                <FileConfiguration
876                                        Name="Release Trace|x64"
877                                        >
878                                        <Tool
879                                                Name="VCCLCompilerTool"
880                                                UsePrecompiledHeader="0"
881                                                CompileAsManaged="0"
882                                        />
883                                </FileConfiguration>
884                        </File>
885                        <File
886                                RelativePath=".\DirectShowSpy_i.h"
887                                >
888                        </File>
889                </Filter>
890                <File
891                        RelativePath=".\ReadMe.txt"
892                        >
893                </File>
894        </Files>
895        <Globals>
896        </Globals>
897</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.