|
@@ -9,7 +9,7 @@
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>Breda_Tour</RootNamespace>
|
|
<RootNamespace>Breda_Tour</RootNamespace>
|
|
|
<AssemblyName>Breda-Tour</AssemblyName>
|
|
<AssemblyName>Breda-Tour</AssemblyName>
|
|
|
- <DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
|
|
+ <DefaultLanguage>nl-NL</DefaultLanguage>
|
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
|
|
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
|
|
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
|
|
|
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
|
|
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
|
|
@@ -75,6 +75,7 @@
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
+ <Optimize>false</Optimize>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
@@ -88,11 +89,16 @@
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Label="MultilingualAppToolkit">
|
|
|
|
|
+ <MultilingualAppToolkitVersion>4.0</MultilingualAppToolkitVersion>
|
|
|
|
|
+ <MultilingualFallbackLanguage>nl-NL</MultilingualFallbackLanguage>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
|
|
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
|
|
|
<Content Include="ApplicationInsights.config">
|
|
<Content Include="ApplicationInsights.config">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</Content>
|
|
</Content>
|
|
|
|
|
+ <PRIResource Include="en-US\Resources.resw" />
|
|
|
<None Include="project.json" />
|
|
<None Include="project.json" />
|
|
|
<Content Include="Assets\Flag_Icon.png" />
|
|
<Content Include="Assets\Flag_Icon.png" />
|
|
|
<Content Include="Assets\Map.png" />
|
|
<Content Include="Assets\Map.png" />
|
|
@@ -125,15 +131,28 @@
|
|
|
<Content Include="Storage\Images\7.jpg" />
|
|
<Content Include="Storage\Images\7.jpg" />
|
|
|
<Content Include="Storage\Images\8.jpg" />
|
|
<Content Include="Storage\Images\8.jpg" />
|
|
|
<Content Include="Storage\Images\9.jpg" />
|
|
<Content Include="Storage\Images\9.jpg" />
|
|
|
|
|
+ <Content Include="Storage\helpimages\taal_1.jpg">
|
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
+ </Content>
|
|
|
|
|
+ <Content Include="Storage\helpimages\taal_2.jpg">
|
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
+ </Content>
|
|
|
<Content Include="Storage\Routes\routes.json">
|
|
<Content Include="Storage\Routes\routes.json">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</Content>
|
|
</Content>
|
|
|
|
|
+ <Content Include="Storage\helpitems\helpitems.json">
|
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
+ </Content>
|
|
|
|
|
+ <PRIResource Include="nl-NL\Resources.resw" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Compile Include="App.xaml.cs">
|
|
<Compile Include="App.xaml.cs">
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
<Compile Include="Data\Picture.cs" />
|
|
<Compile Include="Data\Picture.cs" />
|
|
|
|
|
+ <Compile Include="Data\HelpItem.cs" />
|
|
|
|
|
+ <Compile Include="Data\HelpItemStep.cs" />
|
|
|
|
|
+ <Compile Include="Data\HelpPageDatabase.cs" />
|
|
|
<Compile Include="Data\Route.cs" />
|
|
<Compile Include="Data\Route.cs" />
|
|
|
<Compile Include="Data\RouteDatabase.cs" />
|
|
<Compile Include="Data\RouteDatabase.cs" />
|
|
|
<Compile Include="Data\Waypoint.cs" />
|
|
<Compile Include="Data\Waypoint.cs" />
|
|
@@ -144,10 +163,12 @@
|
|
|
<DependentUpon>DefaultTopBar.xaml</DependentUpon>
|
|
<DependentUpon>DefaultTopBar.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
<Compile Include="Data\Gps.cs" />
|
|
<Compile Include="Data\Gps.cs" />
|
|
|
- <Compile Include="HelpScreen\HelpItem.cs" />
|
|
|
|
|
<Compile Include="HelpScreen\HelpPage.xaml.cs">
|
|
<Compile Include="HelpScreen\HelpPage.xaml.cs">
|
|
|
<DependentUpon>HelpPage.xaml</DependentUpon>
|
|
<DependentUpon>HelpPage.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="HelpScreen\HelpScreenPage.xaml.cs">
|
|
|
|
|
+ <DependentUpon>HelpScreenPage.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="MainPage.xaml.cs">
|
|
<Compile Include="MainPage.xaml.cs">
|
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
@@ -160,6 +181,7 @@
|
|
|
<Compile Include="MapScreen\WpDetailPage.xaml.cs">
|
|
<Compile Include="MapScreen\WpDetailPage.xaml.cs">
|
|
|
<DependentUpon>WpDetailPage.xaml</DependentUpon>
|
|
<DependentUpon>WpDetailPage.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="Notification.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
<Compile Include="RouteSelectScreen\BoolToString.cs" />
|
|
<Compile Include="RouteSelectScreen\BoolToString.cs" />
|
|
|
<Compile Include="RouteSelectScreen\Converter.cs" />
|
|
<Compile Include="RouteSelectScreen\Converter.cs" />
|
|
@@ -211,6 +233,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="HelpScreen\HelpScreenPage.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
<Page Include="MainPage.xaml">
|
|
<Page Include="MainPage.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
@@ -248,10 +274,17 @@
|
|
|
<Folder Include="Controller\" />
|
|
<Folder Include="Controller\" />
|
|
|
<Folder Include="View\" />
|
|
<Folder Include="View\" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <XliffResource Include="MultilingualResources\Breda-Tour.en-US.xlf" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion>
|
|
<VisualStudioVersion>14.0</VisualStudioVersion>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets" Label="MultilingualAppToolkit" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets')" />
|
|
|
|
|
+ <Target Name="MATPrerequisite" BeforeTargets="PrepareForBuild" Condition="!Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.PriResources.targets')" Label="MultilingualAppToolkit">
|
|
|
|
|
+ <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." />
|
|
|
|
|
+ </Target>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
<Target Name="BeforeBuild">
|
|
<Target Name="BeforeBuild">
|