|
@@ -97,11 +97,17 @@
|
|
|
<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>
|
|
|
</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\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" />
|