|
@@ -1,10 +1,10 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
- <ProjectGuid>{7be4d70c-7653-4757-800b-73dc1f8d19f7}</ProjectGuid>
|
|
|
|
|
|
|
+ <ProjectGuid>{7BE4D70C-7653-4757-800B-73DC1F8D19F7}</ProjectGuid>
|
|
|
<OutputType>AppContainerExe</OutputType>
|
|
<OutputType>AppContainerExe</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>YJMPD_UWP</RootNamespace>
|
|
<RootNamespace>YJMPD_UWP</RootNamespace>
|
|
@@ -16,9 +16,7 @@
|
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
-
|
|
|
|
|
<PackageCertificateKeyFile>YJMPD-UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
<PackageCertificateKeyFile>YJMPD-UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
|
-
|
|
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -97,18 +95,73 @@
|
|
|
<Compile Include="App.xaml.cs">
|
|
<Compile Include="App.xaml.cs">
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="Helpers\Comparer\LandmarkAlphaComparer.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Comparer\LandmarkAlphaReversedComparer.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Comparer\LandmarkNotVisitedComparer.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Comparer\LandmarkVisitedComparer.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Comparer\SearchLandmarkComparer.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Comparer\SearchRouteComparer.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Converter\BoolToVisibilityConverter.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Converter\StatusToIconConverter.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Extensions.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\RouteParser.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Settings.cs" />
|
|
|
|
|
+ <Compile Include="Helpers\Util.cs" />
|
|
|
<Compile Include="MainPage.xaml.cs">
|
|
<Compile Include="MainPage.xaml.cs">
|
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="Model\CompassTracker.cs" />
|
|
|
|
|
+ <Compile Include="Model\GeoTracker.cs" />
|
|
|
|
|
+ <Compile Include="Model\Object\Image.cs" />
|
|
|
|
|
+ <Compile Include="Model\Object\Landmark.cs" />
|
|
|
|
|
+ <Compile Include="Model\Object\Route.cs" />
|
|
|
|
|
+ <Compile Include="Model\Object\Waypoint.cs" />
|
|
|
|
|
+ <Compile Include="Model\RouteManager.cs" />
|
|
|
|
|
+ <Compile Include="Model\SearchHandler.cs" />
|
|
|
|
|
+ <Compile Include="Model\Search\LandmarkResult.cs" />
|
|
|
|
|
+ <Compile Include="Model\Search\RouteResult.cs" />
|
|
|
|
|
+ <Compile Include="Model\Search\SearchResult.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\HelpVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\LandmarkDetailVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\LandmarkVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\MainPageVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\MapVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\RouteDetailVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\RouteVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\SearchVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\SettingsVM.cs" />
|
|
|
|
|
+ <Compile Include="ViewModels\TemplateVM.cs" />
|
|
|
|
|
+ <Compile Include="Views\HelpView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>HelpView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Views\LandmarkDetailView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>LandmarkDetailView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Views\LandmarkView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>LandmarkView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Views\MapView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>MapView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Views\RouteDetailView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>RouteDetailView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Views\RouteView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>RouteView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Views\SearchView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>SearchView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Views\SettingsView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>SettingsView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
</AppxManifest>
|
|
</AppxManifest>
|
|
|
-
|
|
|
|
|
<None Include="YJMPD-UWP_TemporaryKey.pfx" />
|
|
<None Include="YJMPD-UWP_TemporaryKey.pfx" />
|
|
|
-
|
|
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Content Include="Properties\Default.rd.xml" />
|
|
<Content Include="Properties\Default.rd.xml" />
|
|
@@ -129,12 +182,54 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="Themes\DarkTheme.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Themes\DefaultStyles.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Themes\LightTheme.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Views\HelpView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Views\LandmarkDetailView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Views\LandmarkView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Views\MapView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Views\RouteDetailView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Views\RouteView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Views\SearchView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="Views\SettingsView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
</ItemGroup>
|
|
</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" />
|
|
|
<!-- 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.
|
|
@@ -143,4 +238,4 @@
|
|
|
<Target Name="AfterBuild">
|
|
<Target Name="AfterBuild">
|
|
|
</Target>
|
|
</Target>
|
|
|
-->
|
|
-->
|
|
|
-</Project>
|
|
|
|
|
|
|
+</Project>
|