Breda-Tour.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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="Storage\helpimages\taal_1.jpg">
  104. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  105. </Content>
  106. <Content Include="Storage\helpimages\taal_2.jpg">
  107. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  108. </Content>
  109. <Content Include="Storage\Routes\routes.json">
  110. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  111. </Content>
  112. <Content Include="Storage\helpitems\helpitems.json">
  113. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  114. </Content>
  115. <PRIResource Include="nl-NL\Resources.resw" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="App.xaml.cs">
  119. <DependentUpon>App.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="Data\HelpItem.cs" />
  122. <Compile Include="Data\HelpItemStep.cs" />
  123. <Compile Include="Data\HelpPageDatabase.cs" />
  124. <Compile Include="Data\Route.cs" />
  125. <Compile Include="Data\RouteDatabase.cs" />
  126. <Compile Include="Data\Waypoint.cs" />
  127. <Compile Include="CustomControls\DefaultPivotControl.xaml.cs">
  128. <DependentUpon>DefaultPivotControl.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="CustomControls\DefaultTopBar.xaml.cs">
  131. <DependentUpon>DefaultTopBar.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="HelpScreen\HelpPage.xaml.cs">
  134. <DependentUpon>HelpPage.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="MainPage.xaml.cs">
  137. <DependentUpon>MainPage.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="Properties\AssemblyInfo.cs" />
  140. <Compile Include="RouteSelectScreen\RouteSelectPage.xaml.cs">
  141. <DependentUpon>RouteSelectPage.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="SettingsScreen\SettingsPage.xaml.cs">
  144. <DependentUpon>SettingsPage.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="SplashScreen\SplashPage.xaml.cs">
  147. <DependentUpon>SplashPage.xaml</DependentUpon>
  148. </Compile>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <AppxManifest Include="Package.appxmanifest">
  152. <SubType>Designer</SubType>
  153. </AppxManifest>
  154. <None Include="Breda-Tour_TemporaryKey.pfx" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Content Include="Assets\Ags_Logo.png" />
  158. <Content Include="Properties\Default.rd.xml" />
  159. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  160. <Content Include="Assets\SplashScreen.scale-200.png" />
  161. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  162. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  163. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  164. <Content Include="Assets\StoreLogo.png" />
  165. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ApplicationDefinition Include="App.xaml">
  169. <Generator>MSBuild:Compile</Generator>
  170. <SubType>Designer</SubType>
  171. </ApplicationDefinition>
  172. <Page Include="CustomControls\DefaultPivotControl.xaml">
  173. <Generator>MSBuild:Compile</Generator>
  174. <SubType>Designer</SubType>
  175. </Page>
  176. <Page Include="CustomControls\DefaultTopBar.xaml">
  177. <Generator>MSBuild:Compile</Generator>
  178. <SubType>Designer</SubType>
  179. </Page>
  180. <Page Include="HelpScreen\HelpPage.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="MainPage.xaml">
  185. <Generator>MSBuild:Compile</Generator>
  186. <SubType>Designer</SubType>
  187. </Page>
  188. <Page Include="RouteSelectScreen\RouteSelectPage.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. <Page Include="SettingsScreen\SettingsPage.xaml">
  193. <Generator>MSBuild:Compile</Generator>
  194. <SubType>Designer</SubType>
  195. </Page>
  196. <Page Include="SplashScreen\SplashPage.xaml">
  197. <Generator>MSBuild:Compile</Generator>
  198. <SubType>Designer</SubType>
  199. </Page>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Folder Include="Controller\" />
  203. <Folder Include="View\" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <XliffResource Include="MultilingualResources\Breda-Tour.en-US.xlf" />
  207. </ItemGroup>
  208. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  209. <VisualStudioVersion>14.0</VisualStudioVersion>
  210. </PropertyGroup>
  211. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  212. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets" Label="MultilingualAppToolkit" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets')" />
  213. <Target Name="MATPrerequisite" BeforeTargets="PrepareForBuild" Condition="!Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets')" Label="MultilingualAppToolkit">
  214. <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." />
  215. </Target>
  216. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  217. Other similar extension points exist, see Microsoft.Common.targets.
  218. <Target Name="BeforeBuild">
  219. </Target>
  220. <Target Name="AfterBuild">
  221. </Target>
  222. -->
  223. </Project>