source: trunk/Utilities/OneShotSampleGrabber/OneShotSampleGrabber.vcxproj @ 415

Last change on this file since 415 was 415, checked in by roman, 9 years ago
File size: 19.6 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="Development Release Trace|Win32">
13      <Configuration>Development Release Trace</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Development Release Trace|x64">
17      <Configuration>Development Release Trace</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release Trace|Win32">
21      <Configuration>Release Trace</Configuration>
22      <Platform>Win32</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release Trace|x64">
25      <Configuration>Release Trace</Configuration>
26      <Platform>x64</Platform>
27    </ProjectConfiguration>
28    <ProjectConfiguration Include="Release|Win32">
29      <Configuration>Release</Configuration>
30      <Platform>Win32</Platform>
31    </ProjectConfiguration>
32    <ProjectConfiguration Include="Release|x64">
33      <Configuration>Release</Configuration>
34      <Platform>x64</Platform>
35    </ProjectConfiguration>
36  </ItemGroup>
37  <PropertyGroup Label="Globals">
38    <ProjectGuid>{31F826E6-87B7-42B5-A697-D98E6115CE07}</ProjectGuid>
39    <Keyword>Win32Proj</Keyword>
40    <RootNamespace>OneShotSampleGrabber</RootNamespace>
41  </PropertyGroup>
42  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
44    <ConfigurationType>Application</ConfigurationType>
45    <UseDebugLibraries>true</UseDebugLibraries>
46    <PlatformToolset>v110_xp</PlatformToolset>
47    <CharacterSet>Unicode</CharacterSet>
48    <UseOfAtl>Static</UseOfAtl>
49  </PropertyGroup>
50  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
51    <ConfigurationType>Application</ConfigurationType>
52    <UseDebugLibraries>true</UseDebugLibraries>
53    <PlatformToolset>v110_xp</PlatformToolset>
54    <CharacterSet>Unicode</CharacterSet>
55    <UseOfAtl>Static</UseOfAtl>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
58    <ConfigurationType>Application</ConfigurationType>
59    <UseDebugLibraries>false</UseDebugLibraries>
60    <PlatformToolset>v110_xp</PlatformToolset>
61    <WholeProgramOptimization>true</WholeProgramOptimization>
62    <CharacterSet>Unicode</CharacterSet>
63    <UseOfAtl>Static</UseOfAtl>
64  </PropertyGroup>
65  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="Configuration">
66    <ConfigurationType>Application</ConfigurationType>
67    <UseDebugLibraries>false</UseDebugLibraries>
68    <PlatformToolset>v110_xp</PlatformToolset>
69    <WholeProgramOptimization>true</WholeProgramOptimization>
70    <CharacterSet>Unicode</CharacterSet>
71    <UseOfAtl>Static</UseOfAtl>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'" Label="Configuration">
74    <ConfigurationType>Application</ConfigurationType>
75    <UseDebugLibraries>false</UseDebugLibraries>
76    <PlatformToolset>v110_xp</PlatformToolset>
77    <WholeProgramOptimization>true</WholeProgramOptimization>
78    <CharacterSet>Unicode</CharacterSet>
79    <UseOfAtl>Static</UseOfAtl>
80  </PropertyGroup>
81  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
82    <ConfigurationType>Application</ConfigurationType>
83    <UseDebugLibraries>false</UseDebugLibraries>
84    <PlatformToolset>v110_xp</PlatformToolset>
85    <WholeProgramOptimization>true</WholeProgramOptimization>
86    <CharacterSet>Unicode</CharacterSet>
87    <UseOfAtl>Static</UseOfAtl>
88  </PropertyGroup>
89  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'" Label="Configuration">
90    <ConfigurationType>Application</ConfigurationType>
91    <UseDebugLibraries>false</UseDebugLibraries>
92    <PlatformToolset>v110_xp</PlatformToolset>
93    <WholeProgramOptimization>true</WholeProgramOptimization>
94    <CharacterSet>Unicode</CharacterSet>
95    <UseOfAtl>Static</UseOfAtl>
96  </PropertyGroup>
97  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|x64'" Label="Configuration">
98    <ConfigurationType>Application</ConfigurationType>
99    <UseDebugLibraries>false</UseDebugLibraries>
100    <PlatformToolset>v110_xp</PlatformToolset>
101    <WholeProgramOptimization>true</WholeProgramOptimization>
102    <CharacterSet>Unicode</CharacterSet>
103    <UseOfAtl>Static</UseOfAtl>
104  </PropertyGroup>
105  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
106  <ImportGroup Label="ExtensionSettings">
107  </ImportGroup>
108  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
109    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110  </ImportGroup>
111  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
112    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
113  </ImportGroup>
114  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
115    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
116  </ImportGroup>
117  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="PropertySheets">
118    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119  </ImportGroup>
120  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'" Label="PropertySheets">
121    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
122  </ImportGroup>
123  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
124    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
125  </ImportGroup>
126  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'" Label="PropertySheets">
127    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
128  </ImportGroup>
129  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|x64'" Label="PropertySheets">
130    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
131  </ImportGroup>
132  <PropertyGroup Label="UserMacros" />
133  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
134    <LinkIncremental>true</LinkIncremental>
135    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
136    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
137  </PropertyGroup>
138  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
139    <LinkIncremental>true</LinkIncremental>
140    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
141    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
142  </PropertyGroup>
143  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
144    <LinkIncremental>false</LinkIncremental>
145    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
146    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
147  </PropertyGroup>
148  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
149    <LinkIncremental>false</LinkIncremental>
150    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
151    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
152  </PropertyGroup>
153  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
154    <LinkIncremental>false</LinkIncremental>
155    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
156    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
157  </PropertyGroup>
158  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
159    <LinkIncremental>false</LinkIncremental>
160    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
161    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
162  </PropertyGroup>
163  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
164    <LinkIncremental>false</LinkIncremental>
165    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
166    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
167  </PropertyGroup>
168  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|x64'">
169    <LinkIncremental>false</LinkIncremental>
170    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
171    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
172  </PropertyGroup>
173  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
174    <ClCompile>
175      <PrecompiledHeader>Use</PrecompiledHeader>
176      <WarningLevel>Level3</WarningLevel>
177      <Optimization>Disabled</Optimization>
178      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179      <SDLCheck>true</SDLCheck>
180    </ClCompile>
181    <Link>
182      <SubSystem>Console</SubSystem>
183      <GenerateDebugInformation>true</GenerateDebugInformation>
184    </Link>
185  </ItemDefinitionGroup>
186  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
187    <ClCompile>
188      <PrecompiledHeader>Use</PrecompiledHeader>
189      <WarningLevel>Level3</WarningLevel>
190      <Optimization>Disabled</Optimization>
191      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192      <SDLCheck>true</SDLCheck>
193    </ClCompile>
194    <Link>
195      <SubSystem>Console</SubSystem>
196      <GenerateDebugInformation>true</GenerateDebugInformation>
197    </Link>
198  </ItemDefinitionGroup>
199  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
200    <ClCompile>
201      <WarningLevel>Level3</WarningLevel>
202      <PrecompiledHeader>Use</PrecompiledHeader>
203      <Optimization>Full</Optimization>
204      <FunctionLevelLinking>true</FunctionLevelLinking>
205      <IntrinsicFunctions>true</IntrinsicFunctions>
206      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
207      <SDLCheck>true</SDLCheck>
208      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
209      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
210      <OmitFramePointers>true</OmitFramePointers>
211      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
212      <StringPooling>true</StringPooling>
213      <ExceptionHandling>Async</ExceptionHandling>
214      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
215    </ClCompile>
216    <Link>
217      <SubSystem>Console</SubSystem>
218      <GenerateDebugInformation>true</GenerateDebugInformation>
219      <EnableCOMDATFolding>true</EnableCOMDATFolding>
220      <OptimizeReferences>true</OptimizeReferences>
221      <LargeAddressAware>true</LargeAddressAware>
222    </Link>
223  </ItemDefinitionGroup>
224  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
225    <ClCompile>
226      <WarningLevel>Level3</WarningLevel>
227      <PrecompiledHeader>Use</PrecompiledHeader>
228      <Optimization>Full</Optimization>
229      <FunctionLevelLinking>true</FunctionLevelLinking>
230      <IntrinsicFunctions>true</IntrinsicFunctions>
231      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_TRACE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
232      <SDLCheck>true</SDLCheck>
233      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
234      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
235      <OmitFramePointers>true</OmitFramePointers>
236      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
237      <StringPooling>true</StringPooling>
238      <ExceptionHandling>Async</ExceptionHandling>
239      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
240    </ClCompile>
241    <Link>
242      <SubSystem>Console</SubSystem>
243      <GenerateDebugInformation>true</GenerateDebugInformation>
244      <EnableCOMDATFolding>true</EnableCOMDATFolding>
245      <OptimizeReferences>true</OptimizeReferences>
246      <LargeAddressAware>true</LargeAddressAware>
247    </Link>
248  </ItemDefinitionGroup>
249  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
250    <ClCompile>
251      <WarningLevel>Level3</WarningLevel>
252      <PrecompiledHeader>Use</PrecompiledHeader>
253      <Optimization>Full</Optimization>
254      <FunctionLevelLinking>true</FunctionLevelLinking>
255      <IntrinsicFunctions>true</IntrinsicFunctions>
256      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_TRACE=1;_DEVELOPMENT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
257      <SDLCheck>true</SDLCheck>
258      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
259      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
260      <OmitFramePointers>true</OmitFramePointers>
261      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
262      <StringPooling>true</StringPooling>
263      <ExceptionHandling>Async</ExceptionHandling>
264      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
265    </ClCompile>
266    <Link>
267      <SubSystem>Console</SubSystem>
268      <GenerateDebugInformation>true</GenerateDebugInformation>
269      <EnableCOMDATFolding>true</EnableCOMDATFolding>
270      <OptimizeReferences>true</OptimizeReferences>
271      <LargeAddressAware>true</LargeAddressAware>
272    </Link>
273  </ItemDefinitionGroup>
274  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
275    <ClCompile>
276      <WarningLevel>Level3</WarningLevel>
277      <PrecompiledHeader>Use</PrecompiledHeader>
278      <Optimization>Full</Optimization>
279      <FunctionLevelLinking>true</FunctionLevelLinking>
280      <IntrinsicFunctions>true</IntrinsicFunctions>
281      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
282      <SDLCheck>true</SDLCheck>
283      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
284      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
285      <OmitFramePointers>true</OmitFramePointers>
286      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
287      <StringPooling>true</StringPooling>
288      <ExceptionHandling>Async</ExceptionHandling>
289      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
290    </ClCompile>
291    <Link>
292      <SubSystem>Console</SubSystem>
293      <GenerateDebugInformation>true</GenerateDebugInformation>
294      <EnableCOMDATFolding>true</EnableCOMDATFolding>
295      <OptimizeReferences>true</OptimizeReferences>
296      <LargeAddressAware>true</LargeAddressAware>
297    </Link>
298  </ItemDefinitionGroup>
299  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
300    <ClCompile>
301      <WarningLevel>Level3</WarningLevel>
302      <PrecompiledHeader>Use</PrecompiledHeader>
303      <Optimization>Full</Optimization>
304      <FunctionLevelLinking>true</FunctionLevelLinking>
305      <IntrinsicFunctions>true</IntrinsicFunctions>
306      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_TRACE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
307      <SDLCheck>true</SDLCheck>
308      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
309      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
310      <OmitFramePointers>true</OmitFramePointers>
311      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
312      <StringPooling>true</StringPooling>
313      <ExceptionHandling>Async</ExceptionHandling>
314      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
315    </ClCompile>
316    <Link>
317      <SubSystem>Console</SubSystem>
318      <GenerateDebugInformation>true</GenerateDebugInformation>
319      <EnableCOMDATFolding>true</EnableCOMDATFolding>
320      <OptimizeReferences>true</OptimizeReferences>
321      <LargeAddressAware>true</LargeAddressAware>
322    </Link>
323  </ItemDefinitionGroup>
324  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|x64'">
325    <ClCompile>
326      <WarningLevel>Level3</WarningLevel>
327      <PrecompiledHeader>Use</PrecompiledHeader>
328      <Optimization>Full</Optimization>
329      <FunctionLevelLinking>true</FunctionLevelLinking>
330      <IntrinsicFunctions>true</IntrinsicFunctions>
331      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_TRACE=1;_DEVELOPMENT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
332      <SDLCheck>true</SDLCheck>
333      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
334      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
335      <OmitFramePointers>true</OmitFramePointers>
336      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
337      <StringPooling>true</StringPooling>
338      <ExceptionHandling>Async</ExceptionHandling>
339      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
340    </ClCompile>
341    <Link>
342      <SubSystem>Console</SubSystem>
343      <GenerateDebugInformation>true</GenerateDebugInformation>
344      <EnableCOMDATFolding>true</EnableCOMDATFolding>
345      <OptimizeReferences>true</OptimizeReferences>
346      <LargeAddressAware>true</LargeAddressAware>
347    </Link>
348  </ItemDefinitionGroup>
349  <ItemGroup>
350    <ClInclude Include="Module.h" />
351    <ClInclude Include="resource.h" />
352    <ClInclude Include="stdafx.h" />
353    <ClInclude Include="targetver.h" />
354  </ItemGroup>
355  <ItemGroup>
356    <ClCompile Include="Application.cpp" />
357    <ClCompile Include="stdafx.cpp">
358      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
359      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
360      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
361      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">Create</PrecompiledHeader>
362      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">Create</PrecompiledHeader>
363      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
364      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">Create</PrecompiledHeader>
365      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|x64'">Create</PrecompiledHeader>
366    </ClCompile>
367  </ItemGroup>
368  <ItemGroup>
369    <ResourceCompile Include="Module.rc" />
370  </ItemGroup>
371  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
372  <ImportGroup Label="ExtensionTargets">
373  </ImportGroup>
374</Project>
Note: See TracBrowser for help on using the repository browser.