Merge pull request #1263 from abidrahmank:pyCLAHE_24
[profile/ivi/opencv.git] / samples / winrt / ImageManipulations / MediaCapture.vcxproj
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|ARM">
5       <Configuration>Debug</Configuration>
6       <Platform>ARM</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|Win32">
9       <Configuration>Debug</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Debug|x64">
13       <Configuration>Debug</Configuration>
14       <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|ARM">
17       <Configuration>Release</Configuration>
18       <Platform>ARM</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>{C5B886A7-8300-46FF-B533-9613DE2AF637}</ProjectGuid>
31     <RootNamespace>SDKSample</RootNamespace>
32     <DefaultLanguage>en-US</DefaultLanguage>
33     <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and '$(VisualStudioVersion)' == ''">$(VCTargetsPath11)</VCTargetsPath>
34     <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
35     <AppContainerApplication>true</AppContainerApplication>
36     <ProjectName>MediaCapture</ProjectName>
37   </PropertyGroup>
38   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
40     <ConfigurationType>Application</ConfigurationType>
41     <UseDebugLibraries>true</UseDebugLibraries>
42     <PlatformToolset>v110</PlatformToolset>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
45     <ConfigurationType>Application</ConfigurationType>
46     <UseDebugLibraries>true</UseDebugLibraries>
47     <PlatformToolset>v110</PlatformToolset>
48   </PropertyGroup>
49   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
50     <ConfigurationType>Application</ConfigurationType>
51     <UseDebugLibraries>true</UseDebugLibraries>
52     <PlatformToolset>v110</PlatformToolset>
53   </PropertyGroup>
54   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
55     <ConfigurationType>Application</ConfigurationType>
56     <UseDebugLibraries>false</UseDebugLibraries>
57     <WholeProgramOptimization>true</WholeProgramOptimization>
58     <PlatformToolset>v110</PlatformToolset>
59   </PropertyGroup>
60   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
61     <ConfigurationType>Application</ConfigurationType>
62     <UseDebugLibraries>false</UseDebugLibraries>
63     <WholeProgramOptimization>true</WholeProgramOptimization>
64     <PlatformToolset>v110</PlatformToolset>
65   </PropertyGroup>
66   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
67     <ConfigurationType>Application</ConfigurationType>
68     <UseDebugLibraries>false</UseDebugLibraries>
69     <WholeProgramOptimization>true</WholeProgramOptimization>
70     <PlatformToolset>v110</PlatformToolset>
71   </PropertyGroup>
72   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
73   <ImportGroup Label="ExtensionSettings">
74   </ImportGroup>
75   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77   </ImportGroup>
78   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80   </ImportGroup>
81   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
82     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83   </ImportGroup>
84   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
85     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86   </ImportGroup>
87   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
88     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89   </ImportGroup>
90   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
91     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92   </ImportGroup>
93   <PropertyGroup Label="UserMacros" />
94   <ItemDefinitionGroup>
95     <ClCompile>
96       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
97     </ClCompile>
98   </ItemDefinitionGroup>
99   <ItemGroup>
100     <ClInclude Include="AdvancedCapture.xaml.h">
101       <DependentUpon>AdvancedCapture.xaml</DependentUpon>
102       <SubType>Code</SubType>
103     </ClInclude>
104     <ClInclude Include="Constants.h" />
105     <ClInclude Include="MainPage.xaml.h">
106       <DependentUpon>MainPage.xaml</DependentUpon>
107     </ClInclude>
108     <ClInclude Include="pch.h" />
109     <ClInclude Include="Common\LayoutAwarePage.h" />
110     <ClInclude Include="Common\SuspensionManager.h" />
111     <ClInclude Include="App.xaml.h">
112       <DependentUpon>App.xaml</DependentUpon>
113     </ClInclude>
114   </ItemGroup>
115   <ItemGroup>
116     <ApplicationDefinition Include="App.xaml">
117       <SubType>Designer</SubType>
118     </ApplicationDefinition>
119     <Page Include="AdvancedCapture.xaml">
120       <SubType>Designer</SubType>
121     </Page>
122     <Page Include="Common\StandardStyles.xaml">
123       <SubType>Designer</SubType>
124     </Page>
125     <Page Include="MainPage.xaml" />
126     <Page Include="Sample-Utils\SampleTemplateStyles.xaml">
127       <SubType>Designer</SubType>
128     </Page>
129   </ItemGroup>
130   <ItemGroup>
131     <AppxManifest Include="Package.appxmanifest">
132       <SubType>Designer</SubType>
133     </AppxManifest>
134   </ItemGroup>
135   <ItemGroup>
136     <ClCompile Include="AdvancedCapture.xaml.cpp">
137       <DependentUpon>AdvancedCapture.xaml</DependentUpon>
138       <SubType>Code</SubType>
139     </ClCompile>
140     <ClCompile Include="App.xaml.cpp">
141       <DependentUpon>App.xaml</DependentUpon>
142     </ClCompile>
143     <ClCompile Include="Common\LayoutAwarePage.cpp" />
144     <ClCompile Include="Constants.cpp" />
145     <ClCompile Include="Common\SuspensionManager.cpp" />
146     <ClCompile Include="MainPage.xaml.cpp">
147       <DependentUpon>MainPage.xaml</DependentUpon>
148     </ClCompile>
149     <ClCompile Include="pch.cpp">
150       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
151       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
152       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
153       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
154       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
155       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
156     </ClCompile>
157   </ItemGroup>
158   <ItemGroup>
159     <Image Include="assets\opencv-logo-150.png" />
160     <Image Include="assets\opencv-logo-30.png" />
161     <Image Include="Assets\splash-sdk.png" />
162     <Image Include="Assets\windows-sdk.png" />
163   </ItemGroup>
164   <ItemGroup>
165     <ProjectReference Include="MediaExtensions\OcvTransform\OcvTransform.vcxproj">
166       <Project>{ba69218f-da5c-4d14-a78d-21a9e4dec669}</Project>
167     </ProjectReference>
168   </ItemGroup>
169   <ItemGroup>
170     <None Include="$(OPENCV_DIR)\bin\opencv_calib3d245.dll">
171       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
172       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
173       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
174       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
175       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
176       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
177     </None>
178     <None Include="$(OPENCV_DIR)\bin\opencv_contrib245.dll">
179       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
180       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
181       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
182       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
183       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
184       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
185     </None>
186     <None Include="$(OPENCV_DIR)\bin\opencv_core245.dll">
187       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
188       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
189       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
190       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
191       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
192       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
193     </None>
194     <None Include="$(OPENCV_DIR)\bin\opencv_features2d245.dll">
195       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
196       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
197       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
198       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
199       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
200       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
201     </None>
202     <None Include="$(OPENCV_DIR)\bin\opencv_flann245.dll">
203       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
204       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
205       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
206       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
207       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
208       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
209     </None>
210     <None Include="$(OPENCV_DIR)\bin\opencv_highgui245.dll">
211       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
212       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
213       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
214       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
215       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
216       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
217     </None>
218     <None Include="$(OPENCV_DIR)\bin\opencv_imgproc245.dll">
219       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
220       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
221       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
222       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
223       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
224       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
225     </None>
226     <None Include="$(OPENCV_DIR)\bin\opencv_legacy245.dll">
227       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
228       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
229       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
230       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
231       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
232       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
233     </None>
234     <None Include="$(OPENCV_DIR)\bin\opencv_ml245.dll">
235       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
236       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
237       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
238       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
239       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
240       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
241     </None>
242     <None Include="$(OPENCV_DIR)\bin\opencv_nonfree245.dll">
243       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
244       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
245       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
246       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
247       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
248       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
249     </None>
250     <None Include="$(OPENCV_DIR)\bin\opencv_objdetect245.dll">
251       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
252       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
253       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
254       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
255       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
256       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
257     </None>
258     <None Include="$(OPENCV_DIR)\bin\opencv_photo245.dll">
259       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
260       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
261       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
262       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
263       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
264       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
265     </None>
266     <None Include="$(OPENCV_DIR)\bin\opencv_stitching245.dll">
267       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
268       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
269       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
270       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
271       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
272       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
273     </None>
274     <None Include="$(OPENCV_DIR)\bin\opencv_superres245.dll">
275       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
276       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
277       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
278       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
279       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
280       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
281     </None>
282     <None Include="$(OPENCV_DIR)\bin\opencv_ts245.dll">
283       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
284       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
285       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
286       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
287       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
288       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
289     </None>
290     <None Include="$(OPENCV_DIR)\bin\opencv_video245.dll">
291       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
292       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
293       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
294       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
295       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
296       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
297     </None>
298     <None Include="$(OPENCV_DIR)\bin\opencv_videostab245.dll">
299       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
300       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
301       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
302       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
303       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
304       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
305     </None>
306   </ItemGroup>
307   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
308   <ImportGroup Label="ExtensionTargets">
309   </ImportGroup>
310 </Project>