source: trunk/DirectShowSpy/BdaHooks/BdaHooks.vcxproj

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

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

File size: 15.8 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|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{42B74EE4-45E2-44E8-B3EE-6061DBCDD86D}</ProjectGuid>
23    <RootNamespace>BdaHooks</RootNamespace>
24    <Keyword>AtlProj</Keyword>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28    <ConfigurationType>DynamicLibrary</ConfigurationType>
29    <PlatformToolset>v110</PlatformToolset>
30    <UseOfAtl>Dynamic</UseOfAtl>
31    <CharacterSet>Unicode</CharacterSet>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34    <ConfigurationType>DynamicLibrary</ConfigurationType>
35    <PlatformToolset>v110</PlatformToolset>
36    <UseOfAtl>Dynamic</UseOfAtl>
37    <CharacterSet>Unicode</CharacterSet>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40    <ConfigurationType>DynamicLibrary</ConfigurationType>
41    <PlatformToolset>v110</PlatformToolset>
42    <UseOfAtl>Dynamic</UseOfAtl>
43    <CharacterSet>Unicode</CharacterSet>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46    <ConfigurationType>DynamicLibrary</ConfigurationType>
47    <PlatformToolset>v110</PlatformToolset>
48    <UseOfAtl>Dynamic</UseOfAtl>
49    <CharacterSet>Unicode</CharacterSet>
50  </PropertyGroup>
51  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52  <ImportGroup Label="ExtensionSettings">
53  </ImportGroup>
54  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
55    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56  </ImportGroup>
57  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59  </ImportGroup>
60  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62  </ImportGroup>
63  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <PropertyGroup Label="UserMacros" />
67  <PropertyGroup>
68    <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
69  </PropertyGroup>
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
71    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
72    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
73    <IgnoreImportLibrary>true</IgnoreImportLibrary>
74    <LinkIncremental>true</LinkIncremental>
75  </PropertyGroup>
76  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
77    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
78    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
79    <IgnoreImportLibrary>true</IgnoreImportLibrary>
80    <LinkIncremental>true</LinkIncremental>
81  </PropertyGroup>
82  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
84    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
85    <IgnoreImportLibrary>true</IgnoreImportLibrary>
86    <LinkIncremental>false</LinkIncremental>
87  </PropertyGroup>
88  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
90    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
91    <IgnoreImportLibrary>true</IgnoreImportLibrary>
92    <LinkIncremental>false</LinkIncremental>
93  </PropertyGroup>
94  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
95    <Midl>
96      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97      <MkTypLibCompatible>false</MkTypLibCompatible>
98      <TargetEnvironment>Win32</TargetEnvironment>
99      <GenerateStublessProxies>true</GenerateStublessProxies>
100      <TypeLibraryName>$(IntDir)BdaHooks.tlb</TypeLibraryName>
101      <HeaderFileName>BdaHooks_i.h</HeaderFileName>
102      <DllDataFileName />
103      <InterfaceIdentifierFileName>BdaHooks_i.c</InterfaceIdentifierFileName>
104      <ProxyFileName>BdaHooks_p.c</ProxyFileName>
105      <ValidateAllParameters>true</ValidateAllParameters>
106    </Midl>
107    <ClCompile>
108      <Optimization>Disabled</Optimization>
109      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110      <MinimalRebuild>true</MinimalRebuild>
111      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
112      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
113      <PrecompiledHeader>Use</PrecompiledHeader>
114      <WarningLevel>Level3</WarningLevel>
115      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
116    </ClCompile>
117    <ResourceCompile>
118      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119      <Culture>0x0409</Culture>
120      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
121    </ResourceCompile>
122    <Link>
123      <RegisterOutput>true</RegisterOutput>
124      <ModuleDefinitionFile>.\BdaHooks.def</ModuleDefinitionFile>
125      <GenerateDebugInformation>true</GenerateDebugInformation>
126      <SubSystem>Windows</SubSystem>
127      <TargetMachine>MachineX86</TargetMachine>
128    </Link>
129  </ItemDefinitionGroup>
130  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
131    <Midl>
132      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133      <MkTypLibCompatible>false</MkTypLibCompatible>
134      <TargetEnvironment>X64</TargetEnvironment>
135      <GenerateStublessProxies>true</GenerateStublessProxies>
136      <TypeLibraryName>$(IntDir)BdaHooks.tlb</TypeLibraryName>
137      <HeaderFileName>BdaHooks_i.h</HeaderFileName>
138      <DllDataFileName />
139      <InterfaceIdentifierFileName>BdaHooks_i.c</InterfaceIdentifierFileName>
140      <ProxyFileName>BdaHooks_p.c</ProxyFileName>
141    </Midl>
142    <ClCompile>
143      <Optimization>Disabled</Optimization>
144      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145      <MinimalRebuild>true</MinimalRebuild>
146      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
147      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
148      <PrecompiledHeader>Use</PrecompiledHeader>
149      <WarningLevel>Level3</WarningLevel>
150      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
151    </ClCompile>
152    <ResourceCompile>
153      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
154      <Culture>0x0409</Culture>
155      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
156    </ResourceCompile>
157    <Link>
158      <RegisterOutput>true</RegisterOutput>
159      <ModuleDefinitionFile>.\BdaHooks.def</ModuleDefinitionFile>
160      <GenerateDebugInformation>true</GenerateDebugInformation>
161      <SubSystem>Windows</SubSystem>
162      <TargetMachine>MachineX64</TargetMachine>
163    </Link>
164  </ItemDefinitionGroup>
165  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
166    <Midl>
167      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
168      <MkTypLibCompatible>false</MkTypLibCompatible>
169      <TargetEnvironment>Win32</TargetEnvironment>
170      <GenerateStublessProxies>true</GenerateStublessProxies>
171      <TypeLibraryName>$(IntDir)BdaHooks.tlb</TypeLibraryName>
172      <HeaderFileName>BdaHooks_i.h</HeaderFileName>
173      <DllDataFileName />
174      <InterfaceIdentifierFileName>BdaHooks_i.c</InterfaceIdentifierFileName>
175      <ProxyFileName>BdaHooks_p.c</ProxyFileName>
176      <ValidateAllParameters>true</ValidateAllParameters>
177    </Midl>
178    <ClCompile>
179      <Optimization>MaxSpeed</Optimization>
180      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;_TRACE=1;_TRACELEVEL=4;%(PreprocessorDefinitions)</PreprocessorDefinitions>
181      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
182      <PrecompiledHeader>Use</PrecompiledHeader>
183      <WarningLevel>Level3</WarningLevel>
184      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
185    </ClCompile>
186    <ResourceCompile>
187      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188      <Culture>0x0409</Culture>
189      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
190    </ResourceCompile>
191    <Link>
192      <RegisterOutput>true</RegisterOutput>
193      <ModuleDefinitionFile>.\BdaHooks.def</ModuleDefinitionFile>
194      <GenerateDebugInformation>true</GenerateDebugInformation>
195      <SubSystem>Windows</SubSystem>
196      <OptimizeReferences>true</OptimizeReferences>
197      <EnableCOMDATFolding>true</EnableCOMDATFolding>
198      <TargetMachine>MachineX86</TargetMachine>
199    </Link>
200  </ItemDefinitionGroup>
201  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
202    <Midl>
203      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
204      <MkTypLibCompatible>false</MkTypLibCompatible>
205      <TargetEnvironment>X64</TargetEnvironment>
206      <GenerateStublessProxies>true</GenerateStublessProxies>
207      <TypeLibraryName>$(IntDir)BdaHooks.tlb</TypeLibraryName>
208      <HeaderFileName>BdaHooks_i.h</HeaderFileName>
209      <DllDataFileName />
210      <InterfaceIdentifierFileName>BdaHooks_i.c</InterfaceIdentifierFileName>
211      <ProxyFileName>BdaHooks_p.c</ProxyFileName>
212    </Midl>
213    <ClCompile>
214      <Optimization>MaxSpeed</Optimization>
215      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;_TRACE=1;_TRACELEVEL=4;%(PreprocessorDefinitions)</PreprocessorDefinitions>
216      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
217      <PrecompiledHeader>Use</PrecompiledHeader>
218      <WarningLevel>Level3</WarningLevel>
219      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
220    </ClCompile>
221    <ResourceCompile>
222      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
223      <Culture>0x0409</Culture>
224      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
225    </ResourceCompile>
226    <Link>
227      <RegisterOutput>true</RegisterOutput>
228      <ModuleDefinitionFile>.\BdaHooks.def</ModuleDefinitionFile>
229      <GenerateDebugInformation>true</GenerateDebugInformation>
230      <SubSystem>Windows</SubSystem>
231      <OptimizeReferences>true</OptimizeReferences>
232      <EnableCOMDATFolding>true</EnableCOMDATFolding>
233      <TargetMachine>MachineX64</TargetMachine>
234    </Link>
235  </ItemDefinitionGroup>
236  <ItemGroup>
237    <ClCompile Include="AddRemoveHook.cpp" />
238    <ClCompile Include="BdaHooks.cpp" />
239    <ClCompile Include="ConnectHook.cpp" />
240    <ClCompile Include="dllmain.cpp">
241      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
242      </PrecompiledHeader>
243      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
244      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
245      </PrecompiledHeader>
246      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
247      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
248      </PrecompiledHeader>
249      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
250      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
251      </PrecompiledHeader>
252      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
253    </ClCompile>
254    <ClCompile Include="StateControlHook.cpp" />
255    <ClCompile Include="stdafx.cpp">
256      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
257      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
258      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
259      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
260    </ClCompile>
261    <ClCompile Include="BdaHooks_i.c">
262      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
263      </PrecompiledHeader>
264      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
265      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
266      </PrecompiledHeader>
267      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
268      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
269      </PrecompiledHeader>
270      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
271      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
272      </PrecompiledHeader>
273      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
274    </ClCompile>
275  </ItemGroup>
276  <ItemGroup>
277    <None Include="BdaHooks.def" />
278    <None Include="AddRemoveHook.rgs" />
279    <None Include="BdaHooks.rgs" />
280    <None Include="ConnectHook.rgs" />
281    <None Include="StateControlHook.rgs" />
282  </ItemGroup>
283  <ItemGroup>
284    <Midl Include="BdaHooks.idl" />
285  </ItemGroup>
286  <ItemGroup>
287    <ClInclude Include="AddRemoveHook.h" />
288    <ClInclude Include="Common.h" />
289    <ClInclude Include="ConnectHook.h" />
290    <ClInclude Include="dllmain.h" />
291    <ClInclude Include="Resource.h" />
292    <ClInclude Include="StateControlHook.h" />
293    <ClInclude Include="stdafx.h" />
294    <ClInclude Include="targetver.h" />
295    <ClInclude Include="BdaHooks_i.h" />
296  </ItemGroup>
297  <ItemGroup>
298    <ResourceCompile Include="BdaHooks.rc" />
299  </ItemGroup>
300  <ItemGroup>
301    <ProjectReference Include="..\DirectShowSpy.vcxproj">
302      <Project>{1a5da4e5-ed09-476a-9a42-538d0dda3fb9}</Project>
303      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
304    </ProjectReference>
305  </ItemGroup>
306  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
307  <ImportGroup Label="ExtensionTargets">
308  </ImportGroup>
309</Project>
Note: See TracBrowser for help on using the repository browser.