~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/winrt/ImageManipulations/MediaCapture.vcxproj

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="12.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
    <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
 
34
    <AppContainerApplication>true</AppContainerApplication>
 
35
    <ProjectName>MediaCapture</ProjectName>
 
36
    <ApplicationType>Windows Store</ApplicationType>
 
37
    <ApplicationTypeRevision>8.1</ApplicationTypeRevision>
 
38
  </PropertyGroup>
 
39
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
40
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
41
    <ConfigurationType>Application</ConfigurationType>
 
42
    <UseDebugLibraries>true</UseDebugLibraries>
 
43
    <PlatformToolset>v120</PlatformToolset>
 
44
  </PropertyGroup>
 
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
 
46
    <ConfigurationType>Application</ConfigurationType>
 
47
    <UseDebugLibraries>true</UseDebugLibraries>
 
48
    <PlatformToolset>v120</PlatformToolset>
 
49
  </PropertyGroup>
 
50
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
51
    <ConfigurationType>Application</ConfigurationType>
 
52
    <UseDebugLibraries>true</UseDebugLibraries>
 
53
    <PlatformToolset>v120</PlatformToolset>
 
54
  </PropertyGroup>
 
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
56
    <ConfigurationType>Application</ConfigurationType>
 
57
    <UseDebugLibraries>false</UseDebugLibraries>
 
58
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
59
    <PlatformToolset>v120</PlatformToolset>
 
60
  </PropertyGroup>
 
61
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
 
62
    <ConfigurationType>Application</ConfigurationType>
 
63
    <UseDebugLibraries>false</UseDebugLibraries>
 
64
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
65
    <PlatformToolset>v120</PlatformToolset>
 
66
  </PropertyGroup>
 
67
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
68
    <ConfigurationType>Application</ConfigurationType>
 
69
    <UseDebugLibraries>false</UseDebugLibraries>
 
70
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
71
    <PlatformToolset>v120</PlatformToolset>
 
72
  </PropertyGroup>
 
73
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
74
  <ImportGroup Label="ExtensionSettings">
 
75
  </ImportGroup>
 
76
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
77
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
78
    <Import Project="opencv.props" />
 
79
  </ImportGroup>
 
80
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
81
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
82
    <Import Project="opencv.props" />
 
83
  </ImportGroup>
 
84
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
 
85
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
86
    <Import Project="opencv.props" />
 
87
  </ImportGroup>
 
88
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
 
89
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
90
    <Import Project="opencv.props" />
 
91
  </ImportGroup>
 
92
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
93
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
94
    <Import Project="opencv.props" />
 
95
  </ImportGroup>
 
96
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
97
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
98
    <Import Project="opencv.props" />
 
99
  </ImportGroup>
 
100
  <PropertyGroup Label="UserMacros">
 
101
    <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
 
102
    <AppxBundlePlatforms>x86</AppxBundlePlatforms>
 
103
    <PackageCertificateThumbprint>76D64E4F88C9B7D47ACA757CDFD15D6F3AD81D92</PackageCertificateThumbprint>
 
104
    <PackageCertificateKeyFile>MediaCapture_TemporaryKey.pfx</PackageCertificateKeyFile>
 
105
  </PropertyGroup>
 
106
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
107
    <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
 
108
  </PropertyGroup>
 
109
  <ItemDefinitionGroup>
 
110
    <ClCompile>
 
111
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
 
112
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
113
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
114
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
115
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
116
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
117
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
118
    </ClCompile>
 
119
    <Link>
 
120
      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 
121
      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
 
122
    </Link>     
 
123
  </ItemDefinitionGroup>
 
124
  <ItemGroup>
 
125
    <ClInclude Include="AdvancedCapture.xaml.h">
 
126
      <DependentUpon>AdvancedCapture.xaml</DependentUpon>
 
127
      <SubType>Code</SubType>
 
128
    </ClInclude>
 
129
    <ClInclude Include="Constants.h" />
 
130
    <ClInclude Include="MainPage.xaml.h">
 
131
      <DependentUpon>MainPage.xaml</DependentUpon>
 
132
    </ClInclude>
 
133
    <ClInclude Include="pch.h" />
 
134
    <ClInclude Include="Common\LayoutAwarePage.h" />
 
135
    <ClInclude Include="Common\SuspensionManager.h" />
 
136
    <ClInclude Include="App.xaml.h">
 
137
      <DependentUpon>App.xaml</DependentUpon>
 
138
    </ClInclude>
 
139
  </ItemGroup>
 
140
  <ItemGroup>
 
141
    <ApplicationDefinition Include="App.xaml">
 
142
      <SubType>Designer</SubType>
 
143
    </ApplicationDefinition>
 
144
    <Page Include="AdvancedCapture.xaml">
 
145
      <SubType>Designer</SubType>
 
146
    </Page>
 
147
    <Page Include="Common\StandardStyles.xaml">
 
148
      <SubType>Designer</SubType>
 
149
    </Page>
 
150
    <Page Include="MainPage.xaml" />
 
151
    <Page Include="Sample-Utils\SampleTemplateStyles.xaml">
 
152
      <SubType>Designer</SubType>
 
153
    </Page>
 
154
  </ItemGroup>
 
155
  <ItemGroup>
 
156
    <AppxManifest Include="Package.appxmanifest">
 
157
      <SubType>Designer</SubType>
 
158
    </AppxManifest>
 
159
  </ItemGroup>
 
160
  <ItemGroup>
 
161
    <ClCompile Include="AdvancedCapture.xaml.cpp">
 
162
      <DependentUpon>AdvancedCapture.xaml</DependentUpon>
 
163
      <SubType>Code</SubType>
 
164
    </ClCompile>
 
165
    <ClCompile Include="App.xaml.cpp">
 
166
      <DependentUpon>App.xaml</DependentUpon>
 
167
    </ClCompile>
 
168
    <ClCompile Include="Common\LayoutAwarePage.cpp" />
 
169
    <ClCompile Include="Constants.cpp" />
 
170
    <ClCompile Include="Common\SuspensionManager.cpp" />
 
171
    <ClCompile Include="MainPage.xaml.cpp">
 
172
      <DependentUpon>MainPage.xaml</DependentUpon>
 
173
    </ClCompile>
 
174
    <ClCompile Include="pch.cpp">
 
175
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
 
176
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
 
177
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
 
178
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
 
179
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
 
180
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
 
181
    </ClCompile>
 
182
  </ItemGroup>
 
183
  <ItemGroup>
 
184
    <Image Include="assets\opencv-logo-150.png" />
 
185
    <Image Include="assets\opencv-logo-30.png" />
 
186
    <Image Include="Assets\splash-sdk.png" />
 
187
    <Image Include="Assets\StoreLogo.png" />
 
188
    <Image Include="Assets\windows-sdk.scale-100.png">
 
189
      <DeploymentContent>true</DeploymentContent>
 
190
    </Image>
 
191
  </ItemGroup>
 
192
  <ItemGroup>
 
193
    <ProjectReference Include="MediaExtensions\OcvTransform\OcvTransform.vcxproj">
 
194
      <Project>{ba69218f-da5c-4d14-a78d-21a9e4dec669}</Project>
 
195
    </ProjectReference>
 
196
  </ItemGroup>
 
197
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
198
  <ImportGroup Label="ExtensionTargets">
 
199
  </ImportGroup>
 
200
</Project>
 
 
b'\\ No newline at end of file'