Visual studio project

This commit is contained in:
2015-12-17 00:23:31 +01:00
parent 2416cd50fa
commit b276a9e179
3 changed files with 116 additions and 2 deletions
+33
View File
@@ -90,6 +90,9 @@
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<Content Include="Routes\Waypoints\historische_kilometer.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<PRIResource Include="Strings\ja-JP\Resources.resw" />
<PRIResource Include="Strings\de-DE\Resources.resw" />
<PRIResource Include="Strings\nl-NL\Resources.resw" />
@@ -100,7 +103,9 @@
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Helpers\BoudingBox.cs" />
<Compile Include="Helpers\Extensions.cs" />
<Compile Include="Helpers\JSONParser.cs" />
<Compile Include="Helpers\Settings.cs" />
<Compile Include="Helpers\Util.cs" />
<Compile Include="MainPage.xaml.cs">
@@ -109,6 +114,7 @@
<Compile Include="Model\GeoTracker.cs" />
<Compile Include="Model\Landmark.cs" />
<Compile Include="Model\Route.cs" />
<Compile Include="Model\RouteManager.cs" />
<Compile Include="Model\Waypoint.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ViewModel\MapVM.cs" />
@@ -148,6 +154,33 @@
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
<Content Include="Routes\Images\default.jpg" />
<Content Include="Routes\Images\historische_kilometer_1.jpg" />
<Content Include="Routes\Images\historische_kilometer_10.jpg" />
<Content Include="Routes\Images\historische_kilometer_11.jpg" />
<Content Include="Routes\Images\historische_kilometer_12.jpg" />
<Content Include="Routes\Images\historische_kilometer_13.jpg" />
<Content Include="Routes\Images\historische_kilometer_14.jpg" />
<Content Include="Routes\Images\historische_kilometer_15.jpg" />
<Content Include="Routes\Images\historische_kilometer_16.jpg" />
<Content Include="Routes\Images\historische_kilometer_17.jpg" />
<Content Include="Routes\Images\historische_kilometer_18.jpg" />
<Content Include="Routes\Images\historische_kilometer_19.jpg" />
<Content Include="Routes\Images\historische_kilometer_2.jpg" />
<Content Include="Routes\Images\historische_kilometer_20.jpg" />
<Content Include="Routes\Images\historische_kilometer_21.jpg" />
<Content Include="Routes\Images\historische_kilometer_22.jpg" />
<Content Include="Routes\Images\historische_kilometer_23.jpg" />
<Content Include="Routes\Images\historische_kilometer_24.jpg" />
<Content Include="Routes\Images\historische_kilometer_25.jpg" />
<Content Include="Routes\Images\historische_kilometer_26.jpg" />
<Content Include="Routes\Images\historische_kilometer_3.jpg" />
<Content Include="Routes\Images\historische_kilometer_4.jpg" />
<Content Include="Routes\Images\historische_kilometer_5.jpg" />
<Content Include="Routes\Images\historische_kilometer_6.jpg" />
<Content Include="Routes\Images\historische_kilometer_7.jpg" />
<Content Include="Routes\Images\historische_kilometer_8.jpg" />
<Content Include="Routes\Images\historische_kilometer_9.jpg" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
+2 -1
View File
@@ -1,6 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Newtonsoft.Json": "7.0.1"
},
"frameworks": {
"uap10.0": {}
+81 -1
View File
@@ -201,6 +201,14 @@
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
}
},
"Newtonsoft.Json/7.0.1": {
"compile": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
}
},
"System.AppContext/4.0.0": {
"dependencies": {
"System.Collections": "[4.0.0, )",
@@ -1779,6 +1787,14 @@
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
}
},
"Newtonsoft.Json/7.0.1": {
"compile": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
}
},
"System.AppContext/4.0.0": {
"dependencies": {
"System.Collections": "[4.0.0, )",
@@ -3390,6 +3406,14 @@
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
}
},
"Newtonsoft.Json/7.0.1": {
"compile": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
}
},
"System.AppContext/4.0.0": {
"dependencies": {
"System.Collections": "[4.0.0, )",
@@ -5006,6 +5030,14 @@
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
}
},
"Newtonsoft.Json/7.0.1": {
"compile": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
}
},
"System.AppContext/4.0.0": {
"dependencies": {
"System.Collections": "[4.0.0, )",
@@ -6617,6 +6649,14 @@
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
}
},
"Newtonsoft.Json/7.0.1": {
"compile": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
}
},
"System.AppContext/4.0.0": {
"dependencies": {
"System.Collections": "[4.0.0, )",
@@ -8233,6 +8273,14 @@
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
}
},
"Newtonsoft.Json/7.0.1": {
"compile": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
}
},
"System.AppContext/4.0.0": {
"dependencies": {
"System.Collections": "[4.0.0, )",
@@ -9844,6 +9892,14 @@
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
}
},
"Newtonsoft.Json/7.0.1": {
"compile": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
}
},
"System.AppContext/4.0.0": {
"dependencies": {
"System.Collections": "[4.0.0, )",
@@ -11868,6 +11924,29 @@
"ref/xamarinmac20/_._"
]
},
"Newtonsoft.Json/7.0.1": {
"sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/net20/Newtonsoft.Json.dll",
"lib/net20/Newtonsoft.Json.xml",
"lib/net35/Newtonsoft.Json.dll",
"lib/net35/Newtonsoft.Json.xml",
"lib/net40/Newtonsoft.Json.dll",
"lib/net40/Newtonsoft.Json.xml",
"lib/net45/Newtonsoft.Json.dll",
"lib/net45/Newtonsoft.Json.xml",
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll",
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll",
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml",
"Newtonsoft.Json.nuspec",
"package/services/metadata/core-properties/49e907fc018c4c7ab632e6d4ad4766f8.psmdcp",
"tools/install.ps1"
]
},
"System.AppContext/4.0.0": {
"sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==",
"type": "Package",
@@ -14566,7 +14645,8 @@
},
"projectFileDependencyGroups": {
"": [
"Microsoft.NETCore.UniversalWindowsPlatform >= 5.0.0"
"Microsoft.NETCore.UniversalWindowsPlatform >= 5.0.0",
"Newtonsoft.Json >= 7.0.1"
],
"UAP,Version=v10.0": []
}