|
@@ -106,6 +106,7 @@
|
|
|
<DependentUpon>DefaultTopBar.xaml</DependentUpon>
|
|
<DependentUpon>DefaultTopBar.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
<Compile Include="Data_\Gps.cs" />
|
|
<Compile Include="Data_\Gps.cs" />
|
|
|
|
|
+ <Compile Include="Data_\Image.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" />
|
|
@@ -119,6 +120,9 @@
|
|
|
<Compile Include="MapScreen\MapPage.xaml.cs">
|
|
<Compile Include="MapScreen\MapPage.xaml.cs">
|
|
|
<DependentUpon>MapPage.xaml</DependentUpon>
|
|
<DependentUpon>MapPage.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="MapScreen\WpDetailPage.xaml.cs">
|
|
|
|
|
+ <DependentUpon>WpDetailPage.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
<Compile Include="RouteSelectScreen\RouteSelectPage.xaml.cs">
|
|
<Compile Include="RouteSelectScreen\RouteSelectPage.xaml.cs">
|
|
|
<DependentUpon>RouteSelectPage.xaml</DependentUpon>
|
|
<DependentUpon>RouteSelectPage.xaml</DependentUpon>
|
|
@@ -137,6 +141,7 @@
|
|
|
<None Include="Breda-Tour_TemporaryKey.pfx" />
|
|
<None Include="Breda-Tour_TemporaryKey.pfx" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <Content Include="Assets\1.jpg" />
|
|
|
<Content Include="Assets\Ags_Logo.png" />
|
|
<Content Include="Assets\Ags_Logo.png" />
|
|
|
<Content Include="Assets\Marker.png" />
|
|
<Content Include="Assets\Marker.png" />
|
|
|
<Content Include="Properties\Default.rd.xml" />
|
|
<Content Include="Properties\Default.rd.xml" />
|
|
@@ -173,6 +178,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="MapScreen\WpDetailPage.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
<Page Include="RouteSelectScreen\RouteSelectPage.xaml">
|
|
<Page Include="RouteSelectScreen\RouteSelectPage.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|