source: trunk/DirectShowSpy/DirectShowSpy.vcxproj @ 223

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

COM helper for graph to text "conversion"

File size: 25.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release Trace|Win32">
13      <Configuration>Release Trace</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release Trace|x64">
17      <Configuration>Release Trace</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release|Win32">
21      <Configuration>Release</Configuration>
22      <Platform>Win32</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release|x64">
25      <Configuration>Release</Configuration>
26      <Platform>x64</Platform>
27    </ProjectConfiguration>
28  </ItemGroup>
29  <PropertyGroup Label="Globals">
30    <ProjectGuid>{1A5DA4E5-ED09-476A-9A42-538D0DDA3FB9}</ProjectGuid>
31    <RootNamespace>DirectShowSpy</RootNamespace>
32    <Keyword>AtlProj</Keyword>
33  </PropertyGroup>
34  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="Configuration">
36    <ConfigurationType>DynamicLibrary</ConfigurationType>
37    <PlatformToolset>v100</PlatformToolset>
38    <UseOfAtl>Static</UseOfAtl>
39    <CharacterSet>Unicode</CharacterSet>
40    <WholeProgramOptimization>true</WholeProgramOptimization>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
43    <ConfigurationType>DynamicLibrary</ConfigurationType>
44    <PlatformToolset>v100</PlatformToolset>
45    <UseOfAtl>Static</UseOfAtl>
46    <CharacterSet>Unicode</CharacterSet>
47    <WholeProgramOptimization>true</WholeProgramOptimization>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
50    <ConfigurationType>DynamicLibrary</ConfigurationType>
51    <PlatformToolset>v100</PlatformToolset>
52    <UseOfAtl>Dynamic</UseOfAtl>
53    <CharacterSet>Unicode</CharacterSet>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'" Label="Configuration">
56    <ConfigurationType>DynamicLibrary</ConfigurationType>
57    <PlatformToolset>v100</PlatformToolset>
58    <UseOfAtl>Static</UseOfAtl>
59    <CharacterSet>Unicode</CharacterSet>
60    <WholeProgramOptimization>true</WholeProgramOptimization>
61  </PropertyGroup>
62  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
63    <ConfigurationType>DynamicLibrary</ConfigurationType>
64    <PlatformToolset>v100</PlatformToolset>
65    <UseOfAtl>Static</UseOfAtl>
66    <CharacterSet>Unicode</CharacterSet>
67    <WholeProgramOptimization>true</WholeProgramOptimization>
68  </PropertyGroup>
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
70    <ConfigurationType>DynamicLibrary</ConfigurationType>
71    <PlatformToolset>v100</PlatformToolset>
72    <UseOfAtl>Dynamic</UseOfAtl>
73    <CharacterSet>Unicode</CharacterSet>
74  </PropertyGroup>
75  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
76  <ImportGroup Label="ExtensionSettings">
77  </ImportGroup>
78  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="PropertySheets">
79    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80  </ImportGroup>
81  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
82    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83  </ImportGroup>
84  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
85    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86  </ImportGroup>
87  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'" Label="PropertySheets">
88    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89  </ImportGroup>
90  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
91    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92  </ImportGroup>
93  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
94    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95  </ImportGroup>
96  <PropertyGroup Label="UserMacros" />
97  <PropertyGroup>
98    <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
99  </PropertyGroup>
100  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
101    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
102    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
103    <IgnoreImportLibrary>true</IgnoreImportLibrary>
104    <LinkIncremental>true</LinkIncremental>
105  </PropertyGroup>
106  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
108    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
109    <IgnoreImportLibrary>true</IgnoreImportLibrary>
110    <LinkIncremental>true</LinkIncremental>
111  </PropertyGroup>
112  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
113    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
114    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
115    <IgnoreImportLibrary>true</IgnoreImportLibrary>
116    <LinkIncremental>false</LinkIncremental>
117  </PropertyGroup>
118  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
119    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
120    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
121    <IgnoreImportLibrary>true</IgnoreImportLibrary>
122    <LinkIncremental>false</LinkIncremental>
123  </PropertyGroup>
124  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
125    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
126    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
127    <IgnoreImportLibrary>true</IgnoreImportLibrary>
128    <LinkIncremental>false</LinkIncremental>
129  </PropertyGroup>
130  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
131    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
132    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
133    <IgnoreImportLibrary>true</IgnoreImportLibrary>
134    <LinkIncremental>false</LinkIncremental>
135  </PropertyGroup>
136  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
137    <Midl>
138      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139      <MkTypLibCompatible>false</MkTypLibCompatible>
140      <TargetEnvironment>Win32</TargetEnvironment>
141      <GenerateStublessProxies>true</GenerateStublessProxies>
142      <TypeLibraryName>$(IntDir)DirectShowSpy.tlb</TypeLibraryName>
143      <HeaderFileName>DirectShowSpy_i.h</HeaderFileName>
144      <DllDataFileName />
145      <InterfaceIdentifierFileName>DirectShowSpy_i.c</InterfaceIdentifierFileName>
146      <ProxyFileName>DirectShowSpy_p.c</ProxyFileName>
147      <ValidateAllParameters>true</ValidateAllParameters>
148    </Midl>
149    <ClCompile>
150      <Optimization>Disabled</Optimization>
151      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152      <MinimalRebuild>true</MinimalRebuild>
153      <ExceptionHandling>Async</ExceptionHandling>
154      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
155      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
156      <PrecompiledHeader>Use</PrecompiledHeader>
157      <WarningLevel>Level3</WarningLevel>
158      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
159    </ClCompile>
160    <ResourceCompile>
161      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162      <Culture>0x0409</Culture>
163      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
164    </ResourceCompile>
165    <Link>
166      <RegisterOutput>true</RegisterOutput>
167      <ModuleDefinitionFile>.\DirectShowSpy.def</ModuleDefinitionFile>
168      <GenerateDebugInformation>true</GenerateDebugInformation>
169      <SubSystem>Windows</SubSystem>
170      <TargetMachine>MachineX86</TargetMachine>
171    </Link>
172  </ItemDefinitionGroup>
173  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
174    <Midl>
175      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
176      <MkTypLibCompatible>false</MkTypLibCompatible>
177      <TargetEnvironment>X64</TargetEnvironment>
178      <GenerateStublessProxies>true</GenerateStublessProxies>
179      <TypeLibraryName>$(IntDir)DirectShowSpy.tlb</TypeLibraryName>
180      <HeaderFileName>DirectShowSpy_i.h</HeaderFileName>
181      <DllDataFileName />
182      <InterfaceIdentifierFileName>DirectShowSpy_i.c</InterfaceIdentifierFileName>
183      <ProxyFileName>DirectShowSpy_p.c</ProxyFileName>
184    </Midl>
185    <ClCompile>
186      <Optimization>Disabled</Optimization>
187      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188      <MinimalRebuild>true</MinimalRebuild>
189      <ExceptionHandling>Async</ExceptionHandling>
190      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
191      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
192      <PrecompiledHeader>Use</PrecompiledHeader>
193      <WarningLevel>Level3</WarningLevel>
194      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
195    </ClCompile>
196    <ResourceCompile>
197      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
198      <Culture>0x0409</Culture>
199      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
200    </ResourceCompile>
201    <Link>
202      <RegisterOutput>true</RegisterOutput>
203      <ModuleDefinitionFile>.\DirectShowSpy.def</ModuleDefinitionFile>
204      <GenerateDebugInformation>true</GenerateDebugInformation>
205      <SubSystem>Windows</SubSystem>
206      <TargetMachine>MachineX64</TargetMachine>
207    </Link>
208  </ItemDefinitionGroup>
209  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
210    <Midl>
211      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
212      <MkTypLibCompatible>false</MkTypLibCompatible>
213      <TargetEnvironment>Win32</TargetEnvironment>
214      <GenerateStublessProxies>true</GenerateStublessProxies>
215      <TypeLibraryName>$(IntDir)DirectShowSpy.tlb</TypeLibraryName>
216      <HeaderFileName>DirectShowSpy_i.h</HeaderFileName>
217      <DllDataFileName />
218      <InterfaceIdentifierFileName>DirectShowSpy_i.c</InterfaceIdentifierFileName>
219      <ProxyFileName>DirectShowSpy_p.c</ProxyFileName>
220      <ValidateAllParameters>true</ValidateAllParameters>
221    </Midl>
222    <ClCompile>
223      <Optimization>Full</Optimization>
224      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
225      <IntrinsicFunctions>true</IntrinsicFunctions>
226      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
227      <OmitFramePointers>true</OmitFramePointers>
228      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
229      <WholeProgramOptimization>true</WholeProgramOptimization>
230      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
231      <StringPooling>true</StringPooling>
232      <ExceptionHandling>Async</ExceptionHandling>
233      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
234      <PrecompiledHeader>Use</PrecompiledHeader>
235      <WarningLevel>Level3</WarningLevel>
236      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
237    </ClCompile>
238    <ResourceCompile>
239      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
240      <Culture>0x0409</Culture>
241      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
242    </ResourceCompile>
243    <Link>
244      <RegisterOutput>true</RegisterOutput>
245      <ModuleDefinitionFile>.\DirectShowSpy.def</ModuleDefinitionFile>
246      <DelayLoadDLLs>dbghelp.dll;psapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
247      <GenerateDebugInformation>true</GenerateDebugInformation>
248      <SubSystem>Windows</SubSystem>
249      <OptimizeReferences>true</OptimizeReferences>
250      <EnableCOMDATFolding>true</EnableCOMDATFolding>
251      <TargetMachine>MachineX86</TargetMachine>
252    </Link>
253  </ItemDefinitionGroup>
254  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
255    <Midl>
256      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
257      <MkTypLibCompatible>false</MkTypLibCompatible>
258      <TargetEnvironment>X64</TargetEnvironment>
259      <GenerateStublessProxies>true</GenerateStublessProxies>
260      <TypeLibraryName>$(IntDir)DirectShowSpy.tlb</TypeLibraryName>
261      <HeaderFileName>DirectShowSpy_i.h</HeaderFileName>
262      <DllDataFileName />
263      <InterfaceIdentifierFileName>DirectShowSpy_i.c</InterfaceIdentifierFileName>
264      <ProxyFileName>DirectShowSpy_p.c</ProxyFileName>
265    </Midl>
266    <ClCompile>
267      <Optimization>Full</Optimization>
268      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
269      <IntrinsicFunctions>true</IntrinsicFunctions>
270      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
271      <OmitFramePointers>true</OmitFramePointers>
272      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
273      <WholeProgramOptimization>true</WholeProgramOptimization>
274      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
275      <StringPooling>true</StringPooling>
276      <ExceptionHandling>Async</ExceptionHandling>
277      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
278      <PrecompiledHeader>Use</PrecompiledHeader>
279      <WarningLevel>Level3</WarningLevel>
280      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
281    </ClCompile>
282    <ResourceCompile>
283      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
284      <Culture>0x0409</Culture>
285      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
286    </ResourceCompile>
287    <Link>
288      <RegisterOutput>true</RegisterOutput>
289      <ModuleDefinitionFile>.\DirectShowSpy.def</ModuleDefinitionFile>
290      <DelayLoadDLLs>dbghelp.dll;psapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
291      <GenerateDebugInformation>true</GenerateDebugInformation>
292      <SubSystem>Windows</SubSystem>
293      <OptimizeReferences>true</OptimizeReferences>
294      <EnableCOMDATFolding>true</EnableCOMDATFolding>
295      <TargetMachine>MachineX64</TargetMachine>
296    </Link>
297  </ItemDefinitionGroup>
298  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
299    <Midl>
300      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
301      <MkTypLibCompatible>false</MkTypLibCompatible>
302      <TargetEnvironment>Win32</TargetEnvironment>
303      <GenerateStublessProxies>true</GenerateStublessProxies>
304      <TypeLibraryName>$(IntDir)DirectShowSpy.tlb</TypeLibraryName>
305      <HeaderFileName>DirectShowSpy_i.h</HeaderFileName>
306      <DllDataFileName />
307      <InterfaceIdentifierFileName>DirectShowSpy_i.c</InterfaceIdentifierFileName>
308      <ProxyFileName>DirectShowSpy_p.c</ProxyFileName>
309      <ValidateAllParameters>true</ValidateAllParameters>
310    </Midl>
311    <ClCompile>
312      <Optimization>Full</Optimization>
313      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
314      <IntrinsicFunctions>true</IntrinsicFunctions>
315      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
316      <OmitFramePointers>true</OmitFramePointers>
317      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
318      <WholeProgramOptimization>true</WholeProgramOptimization>
319      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;_TRACE=1;_TRACELEVEL=4;%(PreprocessorDefinitions)</PreprocessorDefinitions>
320      <StringPooling>true</StringPooling>
321      <ExceptionHandling>Async</ExceptionHandling>
322      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
323      <PrecompiledHeader>Use</PrecompiledHeader>
324      <WarningLevel>Level3</WarningLevel>
325      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
326    </ClCompile>
327    <ResourceCompile>
328      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
329      <Culture>0x0409</Culture>
330      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
331    </ResourceCompile>
332    <Link>
333      <RegisterOutput>true</RegisterOutput>
334      <ModuleDefinitionFile>.\DirectShowSpy.def</ModuleDefinitionFile>
335      <DelayLoadDLLs>dbghelp.dll;psapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
336      <GenerateDebugInformation>true</GenerateDebugInformation>
337      <SubSystem>Windows</SubSystem>
338      <OptimizeReferences>true</OptimizeReferences>
339      <EnableCOMDATFolding>true</EnableCOMDATFolding>
340      <TargetMachine>MachineX86</TargetMachine>
341    </Link>
342  </ItemDefinitionGroup>
343  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
344    <Midl>
345      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
346      <MkTypLibCompatible>false</MkTypLibCompatible>
347      <TargetEnvironment>X64</TargetEnvironment>
348      <GenerateStublessProxies>true</GenerateStublessProxies>
349      <TypeLibraryName>$(IntDir)DirectShowSpy.tlb</TypeLibraryName>
350      <HeaderFileName>DirectShowSpy_i.h</HeaderFileName>
351      <DllDataFileName />
352      <InterfaceIdentifierFileName>DirectShowSpy_i.c</InterfaceIdentifierFileName>
353      <ProxyFileName>DirectShowSpy_p.c</ProxyFileName>
354    </Midl>
355    <ClCompile>
356      <Optimization>Full</Optimization>
357      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
358      <IntrinsicFunctions>true</IntrinsicFunctions>
359      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
360      <OmitFramePointers>true</OmitFramePointers>
361      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
362      <WholeProgramOptimization>true</WholeProgramOptimization>
363      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;_TRACE=1;_TRACELEVEL=4;%(PreprocessorDefinitions)</PreprocessorDefinitions>
364      <StringPooling>true</StringPooling>
365      <ExceptionHandling>Async</ExceptionHandling>
366      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
367      <PrecompiledHeader>Use</PrecompiledHeader>
368      <WarningLevel>Level3</WarningLevel>
369      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
370    </ClCompile>
371    <ResourceCompile>
372      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
373      <Culture>0x0409</Culture>
374      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
375    </ResourceCompile>
376    <Link>
377      <RegisterOutput>true</RegisterOutput>
378      <ModuleDefinitionFile>.\DirectShowSpy.def</ModuleDefinitionFile>
379      <DelayLoadDLLs>dbghelp.dll;psapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
380      <GenerateDebugInformation>true</GenerateDebugInformation>
381      <SubSystem>Windows</SubSystem>
382      <OptimizeReferences>true</OptimizeReferences>
383      <EnableCOMDATFolding>true</EnableCOMDATFolding>
384      <TargetMachine>MachineX64</TargetMachine>
385    </Link>
386  </ItemDefinitionGroup>
387  <ItemGroup>
388    <ClCompile Include="Configuration.cpp" />
389    <ClCompile Include="DirectShowSpy.cpp" />
390    <ClCompile Include="dllmain.cpp">
391      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
392      </PrecompiledHeader>
393      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
394      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
395      </PrecompiledHeader>
396      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
397      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
398      </PrecompiledHeader>
399      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">false</CompileAsManaged>
400      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
401      </PrecompiledHeader>
402      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">false</CompileAsManaged>
403      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
404      </PrecompiledHeader>
405      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
406      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
407      </PrecompiledHeader>
408      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
409    </ClCompile>
410    <ClCompile Include="FilterGraphSpy.cpp" />
411    <ClCompile Include="Helper.cpp" />
412    <ClCompile Include="stdafx.cpp">
413      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
414      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
415      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">Create</PrecompiledHeader>
416      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">Create</PrecompiledHeader>
417      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
418      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
419    </ClCompile>
420    <ClCompile Include="DirectShowSpy_i.c">
421      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
422      </PrecompiledHeader>
423      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
424      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
425      </PrecompiledHeader>
426      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
427      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
428      </PrecompiledHeader>
429      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">false</CompileAsManaged>
430      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
431      </PrecompiledHeader>
432      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">false</CompileAsManaged>
433      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
434      </PrecompiledHeader>
435      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
436      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
437      </PrecompiledHeader>
438      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
439    </ClCompile>
440  </ItemGroup>
441  <ItemGroup>
442    <None Include="DirectShowSpy.def" />
443    <None Include="DirectShowSpy.rgs" />
444    <None Include="FilterGraphSpy.rgs" />
445    <None Include="FilterMapperSpy.rgs" />
446    <None Include="GenericClass.rgs" />
447  </ItemGroup>
448  <ItemGroup>
449    <Midl Include="DirectShowSpy.idl" />
450  </ItemGroup>
451  <ItemGroup>
452    <ClInclude Include="AboutDialog.h" />
453    <ClInclude Include="Common.h" />
454    <ClInclude Include="Configuration.h" />
455    <ClInclude Include="dllmain.h" />
456    <ClInclude Include="FilterGraphHelper.h" />
457    <ClInclude Include="FilterGraphList.h" />
458    <ClInclude Include="FilterGraphSpy.h" />
459    <ClInclude Include="FilterMapperSpy.h" />
460    <ClInclude Include="GraphBuilderCallbackPropertySheet.h" />
461    <ClInclude Include="Resource.h" />
462    <ClInclude Include="stdafx.h" />
463    <ClInclude Include="SystemDeviceEnumeratorSpy.h" />
464    <ClInclude Include="targetver.h" />
465    <ClInclude Include="DirectShowSpy_i.h" />
466  </ItemGroup>
467  <ItemGroup>
468    <Image Include="AddFilter.ico" />
469    <Image Include="CreatedFilter.ico" />
470    <Image Include="Exclamation.ico" />
471    <Image Include="Failure.ico" />
472    <Image Include="Information.ico" />
473    <Image Include="Module.ico" />
474    <Image Include="RemoveFilter.ico" />
475    <Image Include="SelectedFilter.ico" />
476    <Image Include="Success.ico" />
477  </ItemGroup>
478  <ItemGroup>
479    <ResourceCompile Include="DirectShowSpy.rc" />
480  </ItemGroup>
481  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
482  <ImportGroup Label="ExtensionTargets">
483  </ImportGroup>
484</Project>
Note: See TracBrowser for help on using the repository browser.