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

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing.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>{a5555ea2-f9e8-4078-90f5-d428f2c0d6d1}</ProjectGuid>
 
31
    <RootNamespace>OcvImageProcessing</RootNamespace>
 
32
    <DefaultLanguage>en-US</DefaultLanguage>
 
33
    <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
 
34
    <AppContainerApplication>true</AppContainerApplication>
 
35
    <ApplicationType>Windows Store</ApplicationType>
 
36
    <ApplicationTypeRevision>8.1</ApplicationTypeRevision>
 
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>v120</PlatformToolset>
 
43
  </PropertyGroup>
 
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
 
45
    <ConfigurationType>Application</ConfigurationType>
 
46
    <UseDebugLibraries>true</UseDebugLibraries>
 
47
    <PlatformToolset>v120</PlatformToolset>
 
48
  </PropertyGroup>
 
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
50
    <ConfigurationType>Application</ConfigurationType>
 
51
    <UseDebugLibraries>true</UseDebugLibraries>
 
52
    <PlatformToolset>v120</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>v120</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>v120</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>v120</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
    <Import Project="opencv.props" />
 
78
  </ImportGroup>
 
79
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
80
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
81
    <Import Project="opencv.props" />
 
82
  </ImportGroup>
 
83
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
 
84
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
85
    <Import Project="opencv.props" />
 
86
  </ImportGroup>
 
87
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
 
88
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
89
    <Import Project="opencv.props" />
 
90
  </ImportGroup>
 
91
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
92
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
93
    <Import Project="opencv.props" />
 
94
  </ImportGroup>
 
95
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
96
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
97
    <Import Project="opencv.props" />
 
98
  </ImportGroup>
 
99
  <PropertyGroup Label="UserMacros" />
 
100
  <PropertyGroup>
 
101
    <PackageCertificateKeyFile>OcvImageProcessing_TemporaryKey.pfx</PackageCertificateKeyFile>
 
102
    <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
 
103
    <AppxBundlePlatforms>x86</AppxBundlePlatforms>
 
104
  </PropertyGroup>
 
105
  <ItemDefinitionGroup>
 
106
    <ClCompile>
 
107
      <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
 
108
      <DisableSpecificWarnings>4453</DisableSpecificWarnings>
 
109
          <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
110
    </ClCompile>
 
111
    <Link>
 
112
          <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 
113
      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
 
114
    </Link>
 
115
  </ItemDefinitionGroup>
 
116
  <ItemGroup>
 
117
    <ClInclude Include="pch.h" />
 
118
    <ClInclude Include="App.xaml.h">
 
119
      <DependentUpon>App.xaml</DependentUpon>
 
120
    </ClInclude>
 
121
    <ClInclude Include="MainPage.xaml.h">
 
122
      <DependentUpon>MainPage.xaml</DependentUpon>
 
123
    </ClInclude>
 
124
  </ItemGroup>
 
125
  <ItemGroup>
 
126
    <ApplicationDefinition Include="App.xaml">
 
127
      <SubType>Designer</SubType>
 
128
    </ApplicationDefinition>
 
129
    <Page Include="Common\StandardStyles.xaml">
 
130
      <SubType>Designer</SubType>
 
131
    </Page>
 
132
    <Page Include="MainPage.xaml">
 
133
      <SubType>Designer</SubType>
 
134
    </Page>
 
135
  </ItemGroup>
 
136
  <ItemGroup>
 
137
    <AppxManifest Include="Package.appxmanifest">
 
138
      <SubType>Designer</SubType>
 
139
    </AppxManifest>
 
140
    <None Include="OcvImageProcessing_TemporaryKey.pfx" />
 
141
  </ItemGroup>
 
142
  <ItemGroup>
 
143
    <Image Include="Assets\Lena.png" />
 
144
    <Image Include="Assets\Logo.png" />
 
145
    <Image Include="Assets\SmallLogo.png" />
 
146
    <Image Include="Assets\StoreLogo.png" />
 
147
    <Image Include="Assets\SplashScreen.png" />
 
148
  </ItemGroup>
 
149
  <ItemGroup>
 
150
    <ClCompile Include="App.xaml.cpp">
 
151
      <DependentUpon>App.xaml</DependentUpon>
 
152
    </ClCompile>
 
153
    <ClCompile Include="MainPage.xaml.cpp">
 
154
      <DependentUpon>MainPage.xaml</DependentUpon>
 
155
    </ClCompile>
 
156
    <ClCompile Include="pch.cpp">
 
157
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
 
158
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
 
159
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
 
160
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
 
161
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
 
162
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
 
163
    </ClCompile>
 
164
  </ItemGroup>
 
165
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
166
  <ImportGroup Label="ExtensionTargets">
 
167
  </ImportGroup>
 
168
</Project>
 
 
b'\\ No newline at end of file'