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

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/OpenCVXaml.csproj

  • 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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>10.0.20506</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{AF139C56-D9C7-4AFE-8972-E5B30AABA1BC}</ProjectGuid>
 
9
    <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
 
10
    <OutputType>Library</OutputType>
 
11
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
12
    <RootNamespace>OpenCVXaml</RootNamespace>
 
13
    <AssemblyName>OpenCVXaml</AssemblyName>
 
14
    <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
 
15
    <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
 
16
    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
 
17
    <SilverlightApplication>true</SilverlightApplication>
 
18
    <SupportedCultures>
 
19
    </SupportedCultures>
 
20
    <XapOutputs>true</XapOutputs>
 
21
    <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
 
22
    <XapFilename>OpenCVXaml_$(Configuration)_$(Platform).xap</XapFilename>
 
23
    <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
 
24
    <SilverlightAppEntry>OpenCVXaml.App</SilverlightAppEntry>
 
25
    <ValidateXaml>true</ValidateXaml>
 
26
    <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
 
27
    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
 
28
  </PropertyGroup>
 
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
30
    <DebugSymbols>true</DebugSymbols>
 
31
    <DebugType>full</DebugType>
 
32
    <Optimize>false</Optimize>
 
33
    <OutputPath>Bin\Debug</OutputPath>
 
34
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
 
35
    <NoStdLib>true</NoStdLib>
 
36
    <NoConfig>true</NoConfig>
 
37
    <ErrorReport>prompt</ErrorReport>
 
38
    <WarningLevel>4</WarningLevel>
 
39
  </PropertyGroup>
 
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
41
    <DebugType>pdbonly</DebugType>
 
42
    <Optimize>true</Optimize>
 
43
    <OutputPath>Bin\Release</OutputPath>
 
44
    <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
 
45
    <NoStdLib>true</NoStdLib>
 
46
    <NoConfig>true</NoConfig>
 
47
    <ErrorReport>prompt</ErrorReport>
 
48
    <WarningLevel>4</WarningLevel>
 
49
  </PropertyGroup>
 
50
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
51
    <DebugSymbols>true</DebugSymbols>
 
52
    <DebugType>full</DebugType>
 
53
    <Optimize>false</Optimize>
 
54
    <OutputPath>Bin\x86\Debug</OutputPath>
 
55
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
 
56
    <NoStdLib>true</NoStdLib>
 
57
    <NoConfig>true</NoConfig>
 
58
    <ErrorReport>prompt</ErrorReport>
 
59
    <WarningLevel>4</WarningLevel>
 
60
  </PropertyGroup>
 
61
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
62
    <DebugType>pdbonly</DebugType>
 
63
    <Optimize>true</Optimize>
 
64
    <OutputPath>Bin\x86\Release</OutputPath>
 
65
    <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
 
66
    <NoStdLib>true</NoStdLib>
 
67
    <NoConfig>true</NoConfig>
 
68
    <ErrorReport>prompt</ErrorReport>
 
69
    <WarningLevel>4</WarningLevel>
 
70
  </PropertyGroup>
 
71
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
 
72
    <DebugSymbols>true</DebugSymbols>
 
73
    <DebugType>full</DebugType>
 
74
    <Optimize>false</Optimize>
 
75
    <OutputPath>Bin\ARM\Debug</OutputPath>
 
76
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
 
77
    <NoStdLib>true</NoStdLib>
 
78
    <NoConfig>true</NoConfig>
 
79
    <ErrorReport>prompt</ErrorReport>
 
80
    <WarningLevel>4</WarningLevel>
 
81
  </PropertyGroup>
 
82
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
 
83
    <DebugType>pdbonly</DebugType>
 
84
    <Optimize>true</Optimize>
 
85
    <OutputPath>Bin\ARM\Release</OutputPath>
 
86
    <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
 
87
    <NoStdLib>true</NoStdLib>
 
88
    <NoConfig>true</NoConfig>
 
89
    <ErrorReport>prompt</ErrorReport>
 
90
    <WarningLevel>4</WarningLevel>
 
91
  </PropertyGroup>
 
92
  <ItemGroup>
 
93
    <Compile Include="App.xaml.cs">
 
94
      <DependentUpon>App.xaml</DependentUpon>
 
95
    </Compile>
 
96
    <Compile Include="LocalizedStrings.cs" />
 
97
    <Compile Include="MainPage.xaml.cs">
 
98
      <DependentUpon>MainPage.xaml</DependentUpon>
 
99
    </Compile>
 
100
    <Compile Include="Properties\AssemblyInfo.cs" />
 
101
    <Compile Include="Resources\AppResources.Designer.cs">
 
102
      <AutoGen>True</AutoGen>
 
103
      <DesignTime>True</DesignTime>
 
104
      <DependentUpon>AppResources.resx</DependentUpon>
 
105
    </Compile>
 
106
  </ItemGroup>
 
107
  <ItemGroup>
 
108
    <ApplicationDefinition Include="App.xaml">
 
109
      <SubType>Designer</SubType>
 
110
      <Generator>MSBuild:Compile</Generator>
 
111
    </ApplicationDefinition>
 
112
    <Page Include="MainPage.xaml">
 
113
      <SubType>Designer</SubType>
 
114
      <Generator>MSBuild:Compile</Generator>
 
115
    </Page>
 
116
  </ItemGroup>
 
117
  <ItemGroup>
 
118
    <None Include="Properties\AppManifest.xml" />
 
119
    <None Include="Properties\WMAppManifest.xml">
 
120
      <SubType>Designer</SubType>
 
121
    </None>
 
122
  </ItemGroup>
 
123
  <ItemGroup>
 
124
    <Content Include="Assets\AlignmentGrid.png" />
 
125
    <Content Include="Assets\ApplicationIcon.png">
 
126
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
127
    </Content>
 
128
    <Content Include="Assets\Lena.png" />
 
129
    <Content Include="Assets\Tiles\FlipCycleTileLarge.png">
 
130
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
131
    </Content>
 
132
    <Content Include="Assets\Tiles\FlipCycleTileMedium.png">
 
133
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
134
    </Content>
 
135
    <Content Include="Assets\Tiles\FlipCycleTileSmall.png">
 
136
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
137
    </Content>
 
138
    <Content Include="Assets\Tiles\IconicTileMediumLarge.png">
 
139
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
140
    </Content>
 
141
    <Content Include="Assets\Tiles\IconicTileSmall.png">
 
142
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
143
    </Content>
 
144
  </ItemGroup>
 
145
  <ItemGroup>
 
146
    <EmbeddedResource Include="Resources\AppResources.resx">
 
147
      <Generator>PublicResXFileCodeGenerator</Generator>
 
148
      <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
 
149
    </EmbeddedResource>
 
150
  </ItemGroup>
 
151
  <ItemGroup>
 
152
    <ProjectReference Include="..\OpenCVComponent\OpenCVComponent.vcxproj">
 
153
      <Project>{eadff7b8-e6c3-4f34-9b33-014b3035c595}</Project>
 
154
      <Name>OpenCVComponent</Name>
 
155
    </ProjectReference>
 
156
  </ItemGroup>
 
157
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
 
158
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
 
159
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
 
160
       Other similar extension points exist, see Microsoft.Common.targets.
 
161
  <Target Name="BeforeBuild">
 
162
  </Target>
 
163
  <Target Name="AfterBuild">
 
164
  </Target>
 
165
  -->
 
166
  <ProjectExtensions />
 
167
</Project>
 
 
b'\\ No newline at end of file'