From b06173f521f2903c46cba7ec15fa773bf7992b62 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Tue, 23 Jul 2019 17:47:58 +0200 Subject: [PATCH] Version 4.13.1 Migrated WPF projects to PackageReference. --- .gitignore | 5 +++++ FileDbCache/UWP/FileDbCache.UWP.csproj | 7 ------- FileDbCache/WPF/FileDbCache.WPF.csproj | 7 ------- MBTiles/UWP/MBTiles.UWP.csproj | 7 ------- MBTiles/WPF/MBTiles.WPF.csproj | 7 ------- MapControl/UWP/MapControl.UWP.csproj | 7 ------- MapControl/WPF/MapControl.WPF.csproj | 7 ------- MapImages/UWP/MapImages.UWP.csproj | 7 ------- MapProjections/UWP/MapProjections.UWP.csproj | 7 ------- MapProjections/WPF/MapProjections.WPF.csproj | 7 ------- SQLiteCache/UWP/SQLiteCache.UWP.csproj | 7 ------- SQLiteCache/WPF/SQLiteCache.WPF.csproj | 14 -------------- 12 files changed, 5 insertions(+), 84 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a8a6a1ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vs/ +bin/ +obj/ +packages/ +*.nupkg diff --git a/FileDbCache/UWP/FileDbCache.UWP.csproj b/FileDbCache/UWP/FileDbCache.UWP.csproj index 19b99d0e..8a9d9210 100644 --- a/FileDbCache/UWP/FileDbCache.UWP.csproj +++ b/FileDbCache/UWP/FileDbCache.UWP.csproj @@ -76,11 +76,4 @@ ..\..\MapControl.snk - \ No newline at end of file diff --git a/FileDbCache/WPF/FileDbCache.WPF.csproj b/FileDbCache/WPF/FileDbCache.WPF.csproj index f174d8a9..95cb5c08 100644 --- a/FileDbCache/WPF/FileDbCache.WPF.csproj +++ b/FileDbCache/WPF/FileDbCache.WPF.csproj @@ -64,11 +64,4 @@ - \ No newline at end of file diff --git a/MBTiles/UWP/MBTiles.UWP.csproj b/MBTiles/UWP/MBTiles.UWP.csproj index 4549cbcd..d50ebfeb 100644 --- a/MBTiles/UWP/MBTiles.UWP.csproj +++ b/MBTiles/UWP/MBTiles.UWP.csproj @@ -81,11 +81,4 @@ ..\..\MapControl.snk - \ No newline at end of file diff --git a/MBTiles/WPF/MBTiles.WPF.csproj b/MBTiles/WPF/MBTiles.WPF.csproj index 17daa604..1dbe5d80 100644 --- a/MBTiles/WPF/MBTiles.WPF.csproj +++ b/MBTiles/WPF/MBTiles.WPF.csproj @@ -75,11 +75,4 @@ - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - \ No newline at end of file diff --git a/MapControl/UWP/MapControl.UWP.csproj b/MapControl/UWP/MapControl.UWP.csproj index 175e8f07..1b3e55a2 100644 --- a/MapControl/UWP/MapControl.UWP.csproj +++ b/MapControl/UWP/MapControl.UWP.csproj @@ -200,11 +200,4 @@ ..\..\MapControl.snk - \ No newline at end of file diff --git a/MapControl/WPF/MapControl.WPF.csproj b/MapControl/WPF/MapControl.WPF.csproj index 82180991..b17b3661 100644 --- a/MapControl/WPF/MapControl.WPF.csproj +++ b/MapControl/WPF/MapControl.WPF.csproj @@ -203,11 +203,4 @@ - \ No newline at end of file diff --git a/MapImages/UWP/MapImages.UWP.csproj b/MapImages/UWP/MapImages.UWP.csproj index f1d3b7c2..d3764447 100644 --- a/MapImages/UWP/MapImages.UWP.csproj +++ b/MapImages/UWP/MapImages.UWP.csproj @@ -79,11 +79,4 @@ ..\..\MapControl.snk - \ No newline at end of file diff --git a/MapProjections/UWP/MapProjections.UWP.csproj b/MapProjections/UWP/MapProjections.UWP.csproj index da758a6e..2da9557b 100644 --- a/MapProjections/UWP/MapProjections.UWP.csproj +++ b/MapProjections/UWP/MapProjections.UWP.csproj @@ -84,11 +84,4 @@ ..\..\MapControl.snk - \ No newline at end of file diff --git a/MapProjections/WPF/MapProjections.WPF.csproj b/MapProjections/WPF/MapProjections.WPF.csproj index f75e6cd1..81bdaf95 100644 --- a/MapProjections/WPF/MapProjections.WPF.csproj +++ b/MapProjections/WPF/MapProjections.WPF.csproj @@ -81,11 +81,4 @@ - \ No newline at end of file diff --git a/SQLiteCache/UWP/SQLiteCache.UWP.csproj b/SQLiteCache/UWP/SQLiteCache.UWP.csproj index ab6962ac..c2208d8d 100644 --- a/SQLiteCache/UWP/SQLiteCache.UWP.csproj +++ b/SQLiteCache/UWP/SQLiteCache.UWP.csproj @@ -76,11 +76,4 @@ ..\..\MapControl.snk - \ No newline at end of file diff --git a/SQLiteCache/WPF/SQLiteCache.WPF.csproj b/SQLiteCache/WPF/SQLiteCache.WPF.csproj index 4ed75a64..e6af8569 100644 --- a/SQLiteCache/WPF/SQLiteCache.WPF.csproj +++ b/SQLiteCache/WPF/SQLiteCache.WPF.csproj @@ -72,18 +72,4 @@ - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - \ No newline at end of file