Breda-Tour.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <ProjectGuid>{57F7BE88-72B9-481A-91BA-404D0D75FCA0}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Breda_Tour</RootNamespace>
  11. <AssemblyName>Breda-Tour</AssemblyName>
  12. <DefaultLanguage>nl-NL</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
  18. <FileAlignment>512</FileAlignment>
  19. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  20. <PackageCertificateKeyFile>Breda-Tour_TemporaryKey.pfx</PackageCertificateKeyFile>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  23. <DebugSymbols>true</DebugSymbols>
  24. <OutputPath>bin\ARM\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  26. <NoWarn>;2008</NoWarn>
  27. <DebugType>full</DebugType>
  28. <PlatformTarget>ARM</PlatformTarget>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. <ErrorReport>prompt</ErrorReport>
  31. <Prefer32Bit>true</Prefer32Bit>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  34. <OutputPath>bin\ARM\Release\</OutputPath>
  35. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  36. <Optimize>true</Optimize>
  37. <NoWarn>;2008</NoWarn>
  38. <DebugType>pdbonly</DebugType>
  39. <PlatformTarget>ARM</PlatformTarget>
  40. <UseVSHostingProcess>false</UseVSHostingProcess>
  41. <ErrorReport>prompt</ErrorReport>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\x64\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  49. <NoWarn>;2008</NoWarn>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>x64</PlatformTarget>
  52. <UseVSHostingProcess>false</UseVSHostingProcess>
  53. <ErrorReport>prompt</ErrorReport>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  57. <OutputPath>bin\x64\Release\</OutputPath>
  58. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <NoWarn>;2008</NoWarn>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>x64</PlatformTarget>
  63. <UseVSHostingProcess>false</UseVSHostingProcess>
  64. <ErrorReport>prompt</ErrorReport>
  65. <Prefer32Bit>true</Prefer32Bit>
  66. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>bin\x86\Debug\</OutputPath>
  71. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  72. <NoWarn>;2008</NoWarn>
  73. <DebugType>full</DebugType>
  74. <PlatformTarget>x86</PlatformTarget>
  75. <UseVSHostingProcess>false</UseVSHostingProcess>
  76. <ErrorReport>prompt</ErrorReport>
  77. <Prefer32Bit>true</Prefer32Bit>
  78. <Optimize>false</Optimize>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  81. <OutputPath>bin\x86\Release\</OutputPath>
  82. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  83. <Optimize>true</Optimize>
  84. <NoWarn>;2008</NoWarn>
  85. <DebugType>pdbonly</DebugType>
  86. <PlatformTarget>x86</PlatformTarget>
  87. <UseVSHostingProcess>false</UseVSHostingProcess>
  88. <ErrorReport>prompt</ErrorReport>
  89. <Prefer32Bit>true</Prefer32Bit>
  90. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  91. </PropertyGroup>
  92. <PropertyGroup Label="MultilingualAppToolkit">
  93. <MultilingualAppToolkitVersion>4.0</MultilingualAppToolkitVersion>
  94. <MultilingualFallbackLanguage>nl-NL</MultilingualFallbackLanguage>
  95. </PropertyGroup>
  96. <ItemGroup>
  97. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  98. <Content Include="ApplicationInsights.config">
  99. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  100. </Content>
  101. <PRIResource Include="en-US\Resources.resw" />
  102. <None Include="project.json" />
  103. <Content Include="Assets\Flag_Icon.png" />
  104. <Content Include="Assets\Map.png" />
  105. <Content Include="Assets\Map_Icon.png" />
  106. <Content Include="Assets\poi.png" />
  107. <Content Include="Assets\UitklapIcon1.png" />
  108. <Content Include="Assets\UitklapIcon2.png" />
  109. <Content Include="Storage\helpimages\screen_1.png" />
  110. <Content Include="Storage\helpimages\screen_10.png" />
  111. <Content Include="Storage\helpimages\screen_11.png" />
  112. <Content Include="Storage\helpimages\screen_2.png" />
  113. <Content Include="Storage\helpimages\screen_3.png" />
  114. <Content Include="Storage\helpimages\screen_4.png" />
  115. <Content Include="Storage\helpimages\screen_5.png" />
  116. <Content Include="Storage\helpimages\screen_6.png" />
  117. <Content Include="Storage\helpimages\screen_7.png" />
  118. <Content Include="Storage\helpimages\screen_8.png" />
  119. <Content Include="Storage\helpimages\screen_9.png" />
  120. <Content Include="Storage\Images\1.jpg" />
  121. <Content Include="Storage\Images\10.jpg" />
  122. <Content Include="Storage\Images\11.jpg" />
  123. <Content Include="Storage\Images\12.jpg" />
  124. <Content Include="Storage\Images\13.jpg" />
  125. <Content Include="Storage\Images\14.jpg" />
  126. <Content Include="Storage\Images\15.jpg" />
  127. <Content Include="Storage\Images\16.jpg" />
  128. <Content Include="Storage\Images\17.jpg" />
  129. <Content Include="Storage\Images\18.jpg" />
  130. <Content Include="Storage\Images\19.jpg" />
  131. <Content Include="Storage\Images\2.jpg" />
  132. <Content Include="Storage\Images\20.jpg" />
  133. <Content Include="Storage\Images\21.jpg" />
  134. <Content Include="Storage\Images\22.jpg" />
  135. <Content Include="Storage\Images\23.jpg" />
  136. <Content Include="Storage\Images\24.jpg" />
  137. <Content Include="Storage\Images\25.jpg" />
  138. <Content Include="Storage\Images\26.jpg" />
  139. <Content Include="Storage\Images\3.jpg" />
  140. <Content Include="Storage\Images\4.jpg" />
  141. <Content Include="Storage\Images\5.jpg" />
  142. <Content Include="Storage\Images\6.jpg" />
  143. <Content Include="Storage\Images\7.jpg" />
  144. <Content Include="Storage\Images\8.jpg" />
  145. <Content Include="Storage\Images\9.jpg" />
  146. <Content Include="Storage\helpimages\taal_1.jpg">
  147. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  148. </Content>
  149. <Content Include="Storage\helpimages\taal_2.jpg">
  150. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  151. </Content>
  152. <Content Include="Storage\Routes\routes.json">
  153. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  154. </Content>
  155. <Content Include="Storage\helpitems\helpitems.json">
  156. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  157. </Content>
  158. <PRIResource Include="nl-NL\Resources.resw" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="App.xaml.cs">
  162. <DependentUpon>App.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Data\Picture.cs" />
  165. <Compile Include="Data\HelpItem.cs" />
  166. <Compile Include="Data\HelpItemStep.cs" />
  167. <Compile Include="Data\HelpPageDatabase.cs" />
  168. <Compile Include="Data\Route.cs" />
  169. <Compile Include="Data\RouteDatabase.cs" />
  170. <Compile Include="Data\Waypoint.cs" />
  171. <Compile Include="CustomControls\DefaultPivotControl.xaml.cs">
  172. <DependentUpon>DefaultPivotControl.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="CustomControls\DefaultTopBar.xaml.cs">
  175. <DependentUpon>DefaultTopBar.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Data\Gps.cs" />
  178. <Compile Include="HelpScreen\HelpPage.xaml.cs">
  179. <DependentUpon>HelpPage.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="HelpScreen\HelpScreenPage.xaml.cs">
  182. <DependentUpon>HelpScreenPage.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="MainPage.xaml.cs">
  185. <DependentUpon>MainPage.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="MapScreen\ImageViewPage.xaml.cs">
  188. <DependentUpon>ImageViewPage.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="MapScreen\MapPage.xaml.cs">
  191. <DependentUpon>MapPage.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="MapScreen\WpDetailPage.xaml.cs">
  194. <DependentUpon>WpDetailPage.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="Notification.cs" />
  197. <Compile Include="Properties\AssemblyInfo.cs" />
  198. <Compile Include="RouteSelectScreen\BoolToString.cs" />
  199. <Compile Include="RouteSelectScreen\Converter.cs" />
  200. <Compile Include="RouteSelectScreen\RouteExample.xaml.cs">
  201. <DependentUpon>RouteExample.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="RouteSelectScreen\RouteSelectPage.xaml.cs">
  204. <DependentUpon>RouteSelectPage.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="SettingsScreen\SettingsPage.xaml.cs">
  207. <DependentUpon>SettingsPage.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="SplashScreen\SplashPage.xaml.cs">
  210. <DependentUpon>SplashPage.xaml</DependentUpon>
  211. </Compile>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <AppxManifest Include="Package.appxmanifest">
  215. <SubType>Designer</SubType>
  216. </AppxManifest>
  217. <None Include="Breda-Tour_TemporaryKey.pfx" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Content Include="Assets\Ags_Logo.png" />
  221. <Content Include="Assets\Marker.png" />
  222. <Content Include="Properties\Default.rd.xml" />
  223. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  224. <Content Include="Assets\SplashScreen.scale-200.png" />
  225. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  226. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  227. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  228. <Content Include="Assets\StoreLogo.png" />
  229. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <ApplicationDefinition Include="App.xaml">
  233. <Generator>MSBuild:Compile</Generator>
  234. <SubType>Designer</SubType>
  235. </ApplicationDefinition>
  236. <Page Include="CustomControls\DefaultPivotControl.xaml">
  237. <Generator>MSBuild:Compile</Generator>
  238. <SubType>Designer</SubType>
  239. </Page>
  240. <Page Include="CustomControls\DefaultTopBar.xaml">
  241. <Generator>MSBuild:Compile</Generator>
  242. <SubType>Designer</SubType>
  243. </Page>
  244. <Page Include="HelpScreen\HelpPage.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="HelpScreen\HelpScreenPage.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Page Include="MainPage.xaml">
  253. <Generator>MSBuild:Compile</Generator>
  254. <SubType>Designer</SubType>
  255. </Page>
  256. <Page Include="RouteSelectScreen\RouteExample.xaml">
  257. <Generator>MSBuild:Compile</Generator>
  258. <SubType>Designer</SubType>
  259. </Page>
  260. <Page Include="MapScreen\ImageViewPage.xaml">
  261. <Generator>MSBuild:Compile</Generator>
  262. <SubType>Designer</SubType>
  263. </Page>
  264. <Page Include="MapScreen\MapPage.xaml">
  265. <SubType>Designer</SubType>
  266. <Generator>MSBuild:Compile</Generator>
  267. </Page>
  268. <Page Include="MapScreen\WpDetailPage.xaml">
  269. <SubType>Designer</SubType>
  270. <Generator>MSBuild:Compile</Generator>
  271. </Page>
  272. <Page Include="RouteSelectScreen\RouteSelectPage.xaml">
  273. <SubType>Designer</SubType>
  274. <Generator>MSBuild:Compile</Generator>
  275. </Page>
  276. <Page Include="SettingsScreen\SettingsPage.xaml">
  277. <Generator>MSBuild:Compile</Generator>
  278. <SubType>Designer</SubType>
  279. </Page>
  280. <Page Include="SplashScreen\SplashPage.xaml">
  281. <Generator>MSBuild:Compile</Generator>
  282. <SubType>Designer</SubType>
  283. </Page>
  284. </ItemGroup>
  285. <ItemGroup>
  286. <Folder Include="Controller\" />
  287. <Folder Include="View\" />
  288. </ItemGroup>
  289. <ItemGroup>
  290. <XliffResource Include="MultilingualResources\Breda-Tour.en-US.xlf" />
  291. </ItemGroup>
  292. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  293. <VisualStudioVersion>14.0</VisualStudioVersion>
  294. </PropertyGroup>
  295. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  296. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets" Label="MultilingualAppToolkit" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets')" />
  297. <Target Name="MATPrerequisite" BeforeTargets="PrepareForBuild" Condition="!Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets')" Label="MultilingualAppToolkit">
  298. <Warning Text="$(MSBuildProjectFile) is Multilingual build enabled, but the Multilingual App Toolkit is unavailable during the build. If building with Visual Studio, please check to ensure that toolkit is properly installed." />
  299. </Target>
  300. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  301. Other similar extension points exist, see Microsoft.Common.targets.
  302. <Target Name="BeforeBuild">
  303. </Target>
  304. <Target Name="AfterBuild">
  305. </Target>
  306. -->
  307. </Project>