source: trunk/DirectShowSpy/EnumerateFilters/EnumerateFilters.vcproj @ 193

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

Cosmetic, moved binaries, added graph list and clipboard copy property sheet

File size: 8.3 KB
Line 
1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="EnumerateFilters"
6        ProjectGUID="{27D9723B-C970-4185-A448-0E46EBCA0E7A}"
7        RootNamespace="EnumerateFilters"
8        Keyword="Win32Proj"
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)$(ConfigurationName)\$(PlatformName)"
25                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
26                        ConfigurationType="1"
27                        UseOfATL="1"
28                        CharacterSet="1"
29                        >
30                        <Tool
31                                Name="VCPreBuildEventTool"
32                        />
33                        <Tool
34                                Name="VCCustomBuildTool"
35                        />
36                        <Tool
37                                Name="VCXMLDataGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCWebServiceProxyGeneratorTool"
41                        />
42                        <Tool
43                                Name="VCMIDLTool"
44                        />
45                        <Tool
46                                Name="VCCLCompilerTool"
47                                Optimization="0"
48                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
49                                MinimalRebuild="true"
50                                BasicRuntimeChecks="3"
51                                RuntimeLibrary="3"
52                                UsePrecompiledHeader="2"
53                                WarningLevel="3"
54                                DebugInformationFormat="4"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCPreLinkEventTool"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                LinkIncremental="2"
68                                GenerateDebugInformation="true"
69                                SubSystem="1"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCPostBuildEventTool"
92                        />
93                </Configuration>
94                <Configuration
95                        Name="Release|Win32"
96                        OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
97                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
98                        ConfigurationType="1"
99                        UseOfATL="1"
100                        CharacterSet="1"
101                        WholeProgramOptimization="1"
102                        >
103                        <Tool
104                                Name="VCPreBuildEventTool"
105                        />
106                        <Tool
107                                Name="VCCustomBuildTool"
108                        />
109                        <Tool
110                                Name="VCXMLDataGeneratorTool"
111                        />
112                        <Tool
113                                Name="VCWebServiceProxyGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCMIDLTool"
117                        />
118                        <Tool
119                                Name="VCCLCompilerTool"
120                                Optimization="3"
121                                InlineFunctionExpansion="2"
122                                EnableIntrinsicFunctions="true"
123                                FavorSizeOrSpeed="2"
124                                OmitFramePointers="true"
125                                EnableFiberSafeOptimizations="true"
126                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
127                                StringPooling="true"
128                                RuntimeLibrary="0"
129                                BufferSecurityCheck="false"
130                                EnableFunctionLevelLinking="true"
131                                UsePrecompiledHeader="2"
132                                WarningLevel="3"
133                                DebugInformationFormat="3"
134                        />
135                        <Tool
136                                Name="VCManagedResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCResourceCompilerTool"
140                        />
141                        <Tool
142                                Name="VCPreLinkEventTool"
143                        />
144                        <Tool
145                                Name="VCLinkerTool"
146                                LinkIncremental="1"
147                                GenerateDebugInformation="true"
148                                SubSystem="1"
149                                OptimizeReferences="2"
150                                EnableCOMDATFolding="2"
151                                TargetMachine="1"
152                        />
153                        <Tool
154                                Name="VCALinkTool"
155                        />
156                        <Tool
157                                Name="VCManifestTool"
158                        />
159                        <Tool
160                                Name="VCXDCMakeTool"
161                        />
162                        <Tool
163                                Name="VCBscMakeTool"
164                        />
165                        <Tool
166                                Name="VCFxCopTool"
167                        />
168                        <Tool
169                                Name="VCAppVerifierTool"
170                        />
171                        <Tool
172                                Name="VCPostBuildEventTool"
173                        />
174                </Configuration>
175                <Configuration
176                        Name="Debug|x64"
177                        OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
178                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
179                        ConfigurationType="1"
180                        UseOfATL="1"
181                        CharacterSet="1"
182                        >
183                        <Tool
184                                Name="VCPreBuildEventTool"
185                        />
186                        <Tool
187                                Name="VCCustomBuildTool"
188                        />
189                        <Tool
190                                Name="VCXMLDataGeneratorTool"
191                        />
192                        <Tool
193                                Name="VCWebServiceProxyGeneratorTool"
194                        />
195                        <Tool
196                                Name="VCMIDLTool"
197                                TargetEnvironment="3"
198                        />
199                        <Tool
200                                Name="VCCLCompilerTool"
201                                Optimization="0"
202                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
203                                MinimalRebuild="true"
204                                BasicRuntimeChecks="3"
205                                RuntimeLibrary="3"
206                                UsePrecompiledHeader="2"
207                                WarningLevel="3"
208                                DebugInformationFormat="3"
209                        />
210                        <Tool
211                                Name="VCManagedResourceCompilerTool"
212                        />
213                        <Tool
214                                Name="VCResourceCompilerTool"
215                        />
216                        <Tool
217                                Name="VCPreLinkEventTool"
218                        />
219                        <Tool
220                                Name="VCLinkerTool"
221                                LinkIncremental="2"
222                                GenerateDebugInformation="true"
223                                SubSystem="1"
224                                TargetMachine="17"
225                        />
226                        <Tool
227                                Name="VCALinkTool"
228                        />
229                        <Tool
230                                Name="VCManifestTool"
231                        />
232                        <Tool
233                                Name="VCXDCMakeTool"
234                        />
235                        <Tool
236                                Name="VCBscMakeTool"
237                        />
238                        <Tool
239                                Name="VCFxCopTool"
240                        />
241                        <Tool
242                                Name="VCAppVerifierTool"
243                        />
244                        <Tool
245                                Name="VCPostBuildEventTool"
246                        />
247                </Configuration>
248                <Configuration
249                        Name="Release|x64"
250                        OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)"
251                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\$(ProjectName)"
252                        ConfigurationType="1"
253                        UseOfATL="1"
254                        CharacterSet="1"
255                        WholeProgramOptimization="1"
256                        >
257                        <Tool
258                                Name="VCPreBuildEventTool"
259                        />
260                        <Tool
261                                Name="VCCustomBuildTool"
262                        />
263                        <Tool
264                                Name="VCXMLDataGeneratorTool"
265                        />
266                        <Tool
267                                Name="VCWebServiceProxyGeneratorTool"
268                        />
269                        <Tool
270                                Name="VCMIDLTool"
271                                TargetEnvironment="3"
272                        />
273                        <Tool
274                                Name="VCCLCompilerTool"
275                                Optimization="3"
276                                InlineFunctionExpansion="2"
277                                EnableIntrinsicFunctions="true"
278                                FavorSizeOrSpeed="2"
279                                OmitFramePointers="true"
280                                EnableFiberSafeOptimizations="true"
281                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
282                                StringPooling="true"
283                                RuntimeLibrary="0"
284                                BufferSecurityCheck="false"
285                                EnableFunctionLevelLinking="true"
286                                UsePrecompiledHeader="2"
287                                WarningLevel="3"
288                                DebugInformationFormat="3"
289                        />
290                        <Tool
291                                Name="VCManagedResourceCompilerTool"
292                        />
293                        <Tool
294                                Name="VCResourceCompilerTool"
295                        />
296                        <Tool
297                                Name="VCPreLinkEventTool"
298                        />
299                        <Tool
300                                Name="VCLinkerTool"
301                                LinkIncremental="1"
302                                GenerateDebugInformation="true"
303                                SubSystem="1"
304                                OptimizeReferences="2"
305                                EnableCOMDATFolding="2"
306                                TargetMachine="17"
307                        />
308                        <Tool
309                                Name="VCALinkTool"
310                        />
311                        <Tool
312                                Name="VCManifestTool"
313                        />
314                        <Tool
315                                Name="VCXDCMakeTool"
316                        />
317                        <Tool
318                                Name="VCBscMakeTool"
319                        />
320                        <Tool
321                                Name="VCFxCopTool"
322                        />
323                        <Tool
324                                Name="VCAppVerifierTool"
325                        />
326                        <Tool
327                                Name="VCPostBuildEventTool"
328                        />
329                </Configuration>
330        </Configurations>
331        <References>
332        </References>
333        <Files>
334                <Filter
335                        Name="Source Files"
336                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
337                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
338                        >
339                        <File
340                                RelativePath=".\EnumerateFilters.cpp"
341                                >
342                        </File>
343                        <File
344                                RelativePath=".\stdafx.cpp"
345                                >
346                                <FileConfiguration
347                                        Name="Debug|Win32"
348                                        >
349                                        <Tool
350                                                Name="VCCLCompilerTool"
351                                                UsePrecompiledHeader="1"
352                                        />
353                                </FileConfiguration>
354                                <FileConfiguration
355                                        Name="Release|Win32"
356                                        >
357                                        <Tool
358                                                Name="VCCLCompilerTool"
359                                                UsePrecompiledHeader="1"
360                                        />
361                                </FileConfiguration>
362                                <FileConfiguration
363                                        Name="Debug|x64"
364                                        >
365                                        <Tool
366                                                Name="VCCLCompilerTool"
367                                                UsePrecompiledHeader="1"
368                                        />
369                                </FileConfiguration>
370                                <FileConfiguration
371                                        Name="Release|x64"
372                                        >
373                                        <Tool
374                                                Name="VCCLCompilerTool"
375                                                UsePrecompiledHeader="1"
376                                        />
377                                </FileConfiguration>
378                        </File>
379                </Filter>
380                <Filter
381                        Name="Header Files"
382                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
383                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
384                        >
385                        <File
386                                RelativePath=".\stdafx.h"
387                                >
388                        </File>
389                        <File
390                                RelativePath=".\targetver.h"
391                                >
392                        </File>
393                </Filter>
394                <Filter
395                        Name="Resource Files"
396                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
397                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
398                        >
399                </Filter>
400                <File
401                        RelativePath=".\ClassDiagram1.cd"
402                        >
403                </File>
404        </Files>
405        <Globals>
406        </Globals>
407</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.