From 60d7da3ffa1d8367bcb428fa5ce1d0bf2d6df03a Mon Sep 17 00:00:00 2001
From: BlubbFish <git@blubbfish.net>
Date: Wed, 24 Mar 2021 20:36:59 +0100
Subject: [PATCH] Only netcore.

---
 CoordinateSharp.sln                         | 16 ++---
 CoordinateSharp/CoordinateSharp.csproj      | 79 +++------------------
 CoordinateSharp/CoordinateSharp_Core.csproj | 12 ----
 CoordinateSharp_Core.sln                    | 25 -------
 4 files changed, 17 insertions(+), 115 deletions(-)
 delete mode 100644 CoordinateSharp/CoordinateSharp_Core.csproj
 delete mode 100644 CoordinateSharp_Core.sln

diff --git a/CoordinateSharp.sln b/CoordinateSharp.sln
index 7a7f2de..03e985c 100644
--- a/CoordinateSharp.sln
+++ b/CoordinateSharp.sln
@@ -1,9 +1,9 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28307.572
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29519.87
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoordinateSharp", "CoordinateSharp\CoordinateSharp.csproj", "{DA8510CE-7899-49DD-9E17-7C974382288D}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoordinateSharp", "CoordinateSharp\CoordinateSharp.csproj", "{127E1C0F-06DC-492C-B124-19A89D44B47C}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,15 +11,15 @@ Global
 		Release|Any CPU = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{DA8510CE-7899-49DD-9E17-7C974382288D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{DA8510CE-7899-49DD-9E17-7C974382288D}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{DA8510CE-7899-49DD-9E17-7C974382288D}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{DA8510CE-7899-49DD-9E17-7C974382288D}.Release|Any CPU.Build.0 = Release|Any CPU
+		{127E1C0F-06DC-492C-B124-19A89D44B47C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{127E1C0F-06DC-492C-B124-19A89D44B47C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{127E1C0F-06DC-492C-B124-19A89D44B47C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{127E1C0F-06DC-492C-B124-19A89D44B47C}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
-		SolutionGuid = {B0E0544A-5C8D-408D-A66B-BF1148AE16A0}
+		SolutionGuid = {667C979D-42C3-4EE8-9B2B-D85EFC09940A}
 	EndGlobalSection
 EndGlobal
diff --git a/CoordinateSharp/CoordinateSharp.csproj b/CoordinateSharp/CoordinateSharp.csproj
index d265715..f637fa6 100644
--- a/CoordinateSharp/CoordinateSharp.csproj
+++ b/CoordinateSharp/CoordinateSharp.csproj
@@ -1,73 +1,12 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+<Project Sdk="Microsoft.NET.Sdk">
+
   <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{DA8510CE-7899-49DD-9E17-7C974382288D}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <RootNamespace>CoordinateSharp</RootNamespace>
+    <TargetFramework>netcoreapp3.1</TargetFramework>
     <AssemblyName>CoordinateSharp</AssemblyName>
-    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
-    <Deterministic>true</Deterministic>
-    <TargetFrameworkProfile />
+    <RootNamespace>CoordinateSharp</RootNamespace>
+    <Description>A simple .NET standard library that is designed to assist with geographic coordinate conversions, formatting and location based celestial calculations.</Description>
+    <Copyright>Copyright 2019</Copyright>
+    <Version>1.1.5.2</Version>
   </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup>
-    <StartupObject />
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Xml.Linq" />
-    <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="Microsoft.CSharp" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Net.Http" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Celestial.Assistant.cs" />
-    <Compile Include="Celestial.cs" />
-    <Compile Include="Celestial.LunarEclipseCalc.cs" />
-    <Compile Include="Celestial.MeeusTables.cs" />
-    <Compile Include="Celestial.MoonCalculations.cs" />
-    <Compile Include="Celestial.SolarEclipseCalc.cs" />
-    <Compile Include="Celestial.SunCalculations.cs" />
-    <Compile Include="Coordinate.Assistant.cs" />
-    <Compile Include="Coordinate.Cartesian.cs" />
-    <Compile Include="Coordinate.cs" />
-    <Compile Include="Coordinate.EagerLoad.cs" />
-    <Compile Include="Coordinate.ECEF.cs" />
-    <Compile Include="Coordinate.Formatting.cs" />
-    <Compile Include="Coordinate.MGRS.cs" />
-    <Compile Include="Coordinate.Parser.cs" />
-    <Compile Include="Coordinate.UTM.cs" />
-    <Compile Include="Distance.cs" />
-    <Compile Include="Eclipse\LunarData.cs" />
-    <Compile Include="Eclipse\SolarData.cs" />
-    <Compile Include="GeoFence.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-</Project>
\ No newline at end of file
+
+</Project>
diff --git a/CoordinateSharp/CoordinateSharp_Core.csproj b/CoordinateSharp/CoordinateSharp_Core.csproj
deleted file mode 100644
index 186478d..0000000
--- a/CoordinateSharp/CoordinateSharp_Core.csproj
+++ /dev/null
@@ -1,12 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-  <PropertyGroup>
-    <TargetFramework>netcoreapp3.0</TargetFramework>
-    <AssemblyName>CoordinateSharp</AssemblyName>
-    <RootNamespace>CoordinateSharp</RootNamespace>
-    <Description>A simple .NET standard library that is designed to assist with geographic coordinate conversions, formatting and location based celestial calculations.</Description>
-    <Copyright>Copyright 2019</Copyright>
-    <Version>1.1.5.2</Version>
-  </PropertyGroup>
-
-</Project>
diff --git a/CoordinateSharp_Core.sln b/CoordinateSharp_Core.sln
deleted file mode 100644
index 96bf25b..0000000
--- a/CoordinateSharp_Core.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29519.87
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoordinateSharp", "CoordinateSharp\CoordinateSharp_Core.csproj", "{127E1C0F-06DC-492C-B124-19A89D44B47C}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{127E1C0F-06DC-492C-B124-19A89D44B47C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{127E1C0F-06DC-492C-B124-19A89D44B47C}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{127E1C0F-06DC-492C-B124-19A89D44B47C}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{127E1C0F-06DC-492C-B124-19A89D44B47C}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-	GlobalSection(ExtensibilityGlobals) = postSolution
-		SolutionGuid = {667C979D-42C3-4EE8-9B2B-D85EFC09940A}
-	EndGlobalSection
-EndGlobal