diff --git a/Caching/FileDbCache.UWP/project.json b/Caching/FileDbCache.UWP/project.json deleted file mode 100644 index 92d14561..00000000 --- a/Caching/FileDbCache.UWP/project.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file diff --git a/Caching/FileDb/FileDb.dll b/FileDbCache/FileDb/FileDb.dll similarity index 100% rename from Caching/FileDb/FileDb.dll rename to FileDbCache/FileDb/FileDb.dll diff --git a/Caching/FileDb/FileDb.xml b/FileDbCache/FileDb/FileDb.xml similarity index 100% rename from Caching/FileDb/FileDb.xml rename to FileDbCache/FileDb/FileDb.xml diff --git a/Caching/FileDb/FileDbPcl.dll b/FileDbCache/FileDb/FileDbPcl.dll similarity index 100% rename from Caching/FileDb/FileDbPcl.dll rename to FileDbCache/FileDb/FileDbPcl.dll diff --git a/Caching/FileDb/FileDbPcl.xml b/FileDbCache/FileDb/FileDbPcl.xml similarity index 100% rename from Caching/FileDb/FileDbPcl.xml rename to FileDbCache/FileDb/FileDbPcl.xml diff --git a/Caching/FileDb/Help.html b/FileDbCache/FileDb/Help.html similarity index 100% rename from Caching/FileDb/Help.html rename to FileDbCache/FileDb/Help.html diff --git a/Caching/FileDbCache.UWP/FileDbCache.UWP.csproj b/FileDbCache/UWP/FileDbCache.UWP.csproj similarity index 79% rename from Caching/FileDbCache.UWP/FileDbCache.UWP.csproj rename to FileDbCache/UWP/FileDbCache.UWP.csproj index ff503374..5a509560 100644 --- a/Caching/FileDbCache.UWP/FileDbCache.UWP.csproj +++ b/FileDbCache/UWP/FileDbCache.UWP.csproj @@ -1,67 +1,71 @@  - + Debug AnyCPU - {3FF37D40-F770-45B2-95DD-7A84093E1425} + {BEEB142A-5FA3-468D-810A-32A4A5BD6D5D} Library Properties MapControl.Caching FileDbCache.UWP en-US UAP - 10.0.10240.0 + 10.0.10240.0 10.0.10240.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot AnyCPU true full false - ..\bin\Debug\ + bin\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP prompt 4 - true AnyCPU none true - ..\bin\Release\ + bin\Release\ TRACE;NETFX_CORE;WINDOWS_UWP prompt 4 - true - - - - MapControl.snk - - - + + PackageReference + - - ..\FileDb\FileDbPcl.dll - + + 6.0.1 + + + + + MapControl.snk + - {951bc5d2-d653-42d9-9a91-21dc50de0182} + {9545f73c-9c35-4cf6-baae-19a0baebd344} MapControl.UWP + + + False + ..\FileDb\FileDbPcl.dll + + 14.0 diff --git a/Caching/FileDbCache.UWP/FileDbCache.cs b/FileDbCache/UWP/FileDbCache.cs similarity index 100% rename from Caching/FileDbCache.UWP/FileDbCache.cs rename to FileDbCache/UWP/FileDbCache.cs diff --git a/Caching/FileDbCache.UWP/Properties/AssemblyInfo.cs b/FileDbCache/UWP/Properties/AssemblyInfo.cs similarity index 86% rename from Caching/FileDbCache.UWP/Properties/AssemblyInfo.cs rename to FileDbCache/UWP/Properties/AssemblyInfo.cs index fd8eeaaa..5d8c1fc0 100644 --- a/Caching/FileDbCache.UWP/Properties/AssemblyInfo.cs +++ b/FileDbCache/UWP/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2017 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.2.0")] -[assembly: AssemblyFileVersion("4.2.0")] +[assembly: AssemblyVersion("4.3.0")] +[assembly: AssemblyFileVersion("4.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/Caching/FileDbCache.UWP/Properties/FileDbCache.UWP.rd.xml b/FileDbCache/UWP/Properties/FileDbCache.UWP.rd.xml similarity index 100% rename from Caching/FileDbCache.UWP/Properties/FileDbCache.UWP.rd.xml rename to FileDbCache/UWP/Properties/FileDbCache.UWP.rd.xml diff --git a/Caching/FileDbCache.WPF/FileDbCache.WPF.csproj b/FileDbCache/WPF/FileDbCache.WPF.csproj similarity index 96% rename from Caching/FileDbCache.WPF/FileDbCache.WPF.csproj rename to FileDbCache/WPF/FileDbCache.WPF.csproj index 81cc3c6c..27254a1b 100644 --- a/Caching/FileDbCache.WPF/FileDbCache.WPF.csproj +++ b/FileDbCache/WPF/FileDbCache.WPF.csproj @@ -17,7 +17,7 @@ true full false - ..\bin\Debug\ + bin\Debug\ DEBUG;TRACE prompt 4 @@ -25,7 +25,7 @@ none true - ..\bin\Release\ + bin\Release\ TRACE prompt 4 diff --git a/Caching/FileDbCache.WPF/FileDbCache.cs b/FileDbCache/WPF/FileDbCache.cs similarity index 100% rename from Caching/FileDbCache.WPF/FileDbCache.cs rename to FileDbCache/WPF/FileDbCache.cs diff --git a/Caching/FileDbCache.WPF/Properties/AssemblyInfo.cs b/FileDbCache/WPF/Properties/AssemblyInfo.cs similarity index 86% rename from Caching/FileDbCache.WPF/Properties/AssemblyInfo.cs rename to FileDbCache/WPF/Properties/AssemblyInfo.cs index b98d6cf2..87638e84 100644 --- a/Caching/FileDbCache.WPF/Properties/AssemblyInfo.cs +++ b/FileDbCache/WPF/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2017 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.2.0")] -[assembly: AssemblyFileVersion("4.2.0")] +[assembly: AssemblyVersion("4.3.0")] +[assembly: AssemblyFileVersion("4.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MBTiles/UWP/MBTiles.UWP.csproj b/MBTiles/UWP/MBTiles.UWP.csproj index 1ba0bb81..20451b55 100644 --- a/MBTiles/UWP/MBTiles.UWP.csproj +++ b/MBTiles/UWP/MBTiles.UWP.csproj @@ -4,15 +4,15 @@ Debug AnyCPU - {46D812C6-5354-46A6-8604-D4497E17E2A2} + {DCC111E9-EC8B-492A-A09D-DF390D83AE8D} Library Properties - MBTiles + MapControl MBTiles.UWP en-US UAP - 10.0.14393.0 - 10.0.14393.0 + 10.0.16299.0 + 10.0.16299.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -22,24 +22,23 @@ true full false - ..\bin\Debug\ + bin\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP prompt 4 AnyCPU - pdbonly + none true - ..\bin\Release\ + bin\Release\ TRACE;NETFX_CORE;WINDOWS_UWP prompt 4 - - - - + + PackageReference + MBTileLayer.cs @@ -48,15 +47,34 @@ + + + 2.0.0 + + + 6.0.1 + + + + + MapControl.snk + + - {951bc5d2-d653-42d9-9a91-21dc50de0182} + {9545f73c-9c35-4cf6-baae-19a0baebd344} MapControl.UWP 14.0 + + true + + + ..\..\MapControl.snk + - - MapControl.snk - - - + + PackageReference + AzimuthalEquidistantProjection.cs @@ -161,6 +154,17 @@ + + + 6.0.1 + + + + + MapControl.snk + + + MSBuild:Compile diff --git a/MapControl/UWP/MapTileLayer.UWP.cs b/MapControl/UWP/MapTileLayer.UWP.cs deleted file mode 100644 index ca564c9e..00000000 --- a/MapControl/UWP/MapTileLayer.UWP.cs +++ /dev/null @@ -1,19 +0,0 @@ -// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2017 Clemens Fischer -// Licensed under the Microsoft Public License (Ms-PL) - -using Windows.UI.Xaml.Markup; - -namespace MapControl -{ - [ContentProperty(Name = "TileSource")] - public partial class MapTileLayer - { - partial void Initialize() - { - IsHitTestVisible = false; - - MapPanel.AddParentMapHandlers(this); - } - } -} diff --git a/MapControl/UWP/Properties/AssemblyInfo.cs b/MapControl/UWP/Properties/AssemblyInfo.cs index 88ed3866..a0b6ee82 100644 --- a/MapControl/UWP/Properties/AssemblyInfo.cs +++ b/MapControl/UWP/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2017 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.2.0")] -[assembly: AssemblyFileVersion("4.2.0")] +[assembly: AssemblyVersion("4.3.0")] +[assembly: AssemblyFileVersion("4.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapControl/UWP/project.json b/MapControl/UWP/project.json deleted file mode 100644 index 92d14561..00000000 --- a/MapControl/UWP/project.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file diff --git a/MapControl/WPF/MapControl.WPF.csproj b/MapControl/WPF/MapControl.WPF.csproj index 4179e63f..a4464887 100644 --- a/MapControl/WPF/MapControl.WPF.csproj +++ b/MapControl/WPF/MapControl.WPF.csproj @@ -19,7 +19,7 @@ true full false - ..\bin\Debug\ + bin\Debug\ DEBUG;TRACE prompt 4 @@ -29,7 +29,7 @@ none true - ..\bin\Release\ + bin\Release\ TRACE prompt 4 diff --git a/MapControl/WPF/MapTileLayer.WPF.cs b/MapControl/WPF/MapTileLayer.WPF.cs deleted file mode 100644 index 8be80084..00000000 --- a/MapControl/WPF/MapTileLayer.WPF.cs +++ /dev/null @@ -1,18 +0,0 @@ -// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2017 Clemens Fischer -// Licensed under the Microsoft Public License (Ms-PL) - -using System.Windows; -using System.Windows.Markup; - -namespace MapControl -{ - [ContentProperty("TileSource")] - public partial class MapTileLayer - { - static MapTileLayer() - { - IsHitTestVisibleProperty.OverrideMetadata(typeof(MapTileLayer), new FrameworkPropertyMetadata(false)); - } - } -} diff --git a/MapControl/WPF/Properties/AssemblyInfo.cs b/MapControl/WPF/Properties/AssemblyInfo.cs index 8c2592ab..e1062526 100644 --- a/MapControl/WPF/Properties/AssemblyInfo.cs +++ b/MapControl/WPF/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ using System.Windows; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2017 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.2.0")] -[assembly: AssemblyFileVersion("4.2.0")] +[assembly: AssemblyVersion("4.3.0")] +[assembly: AssemblyFileVersion("4.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs index 747e4986..e60dd609 100644 --- a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs +++ b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("© 2017 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("4.2.0")] -[assembly: AssemblyFileVersion("4.2.0")] +[assembly: AssemblyVersion("4.3.0")] +[assembly: AssemblyFileVersion("4.3.0")] [assembly: AssemblyConfiguration("")] [assembly: ComVisible(false)] diff --git a/SampleApps/UniversalApp/UniversalApp.csproj b/SampleApps/UniversalApp/UniversalApp.csproj index 37c26460..078a78d5 100644 --- a/SampleApps/UniversalApp/UniversalApp.csproj +++ b/SampleApps/UniversalApp/UniversalApp.csproj @@ -19,6 +19,7 @@ {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} UniversalApp_TemporaryKey.pfx 5DCEEAF8B009D22AA0D41EA61710C9CB80E66BD4 + win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot true @@ -98,10 +99,6 @@ true false - - - - MapLayers.cs @@ -148,8 +145,8 @@ - - {3ff37d40-f770-45b2-95dd-7a84093e1425} + + {beeb142a-5fa3-468d-810a-32a4a5bd6d5d} FileDbCache.UWP @@ -157,6 +154,11 @@ MapControl.UWP + + + 6.0.1 + + 14.0 diff --git a/SampleApps/UniversalApp/project.json b/SampleApps/UniversalApp/project.json deleted file mode 100644 index 92d14561..00000000 --- a/SampleApps/UniversalApp/project.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file diff --git a/SampleApps/WpfApplication/Properties/AssemblyInfo.cs b/SampleApps/WpfApplication/Properties/AssemblyInfo.cs index 034ae944..9b4005ff 100644 --- a/SampleApps/WpfApplication/Properties/AssemblyInfo.cs +++ b/SampleApps/WpfApplication/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2017 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.2.0")] -[assembly: AssemblyFileVersion("4.2.0")] +[assembly: AssemblyVersion("4.3.0")] +[assembly: AssemblyFileVersion("4.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/SampleApps/WpfApplication/WpfApplication.csproj b/SampleApps/WpfApplication/WpfApplication.csproj index 8e2bcd77..28444d14 100644 --- a/SampleApps/WpfApplication/WpfApplication.csproj +++ b/SampleApps/WpfApplication/WpfApplication.csproj @@ -81,7 +81,7 @@ - + {ad1cb53e-7aa4-4ec0-b901-b4e0e2665133} FileDbCache.WPF