From f7b601de4059e03de28be1c0b5cffe1fdc689b12 Mon Sep 17 00:00:00 2001 From: Philip Schell Date: Fri, 28 Jun 2019 11:46:22 +0200 Subject: [PATCH] Changed to normal framework --- .gitignore | 3 + CoordinateSharp.sln | 20 ++- CoordinateSharp/CoordinateSharp.csproj | 137 +++++++++------------ CoordinateSharp/Properties/AssemblyInfo.cs | 36 ++++++ 4 files changed, 106 insertions(+), 90 deletions(-) create mode 100644 .gitignore create mode 100644 CoordinateSharp/Properties/AssemblyInfo.cs diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b946f30 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.vs +/CoordinateSharp/obj +/CoordinateSharp/bin diff --git a/CoordinateSharp.sln b/CoordinateSharp.sln index 867ef1a..7a7f2de 100644 --- a/CoordinateSharp.sln +++ b/CoordinateSharp.sln @@ -1,11 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.27703.2026 +VisualStudioVersion = 15.0.28307.572 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoordinateSharp", "CoordinateSharp\CoordinateSharp.csproj", "{82B32704-3306-49FD-A7FA-DB48B67B7B64}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoordinateSharp_TestProj", "CoordinateSharp_TestProj\CoordinateSharp_TestProj.csproj", "{B4E46A02-7C45-4A13-8D62-F99FCA853BDC}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoordinateSharp", "CoordinateSharp\CoordinateSharp.csproj", "{DA8510CE-7899-49DD-9E17-7C974382288D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,19 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {82B32704-3306-49FD-A7FA-DB48B67B7B64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {82B32704-3306-49FD-A7FA-DB48B67B7B64}.Debug|Any CPU.Build.0 = Debug|Any CPU - {82B32704-3306-49FD-A7FA-DB48B67B7B64}.Release|Any CPU.ActiveCfg = Release|Any CPU - {82B32704-3306-49FD-A7FA-DB48B67B7B64}.Release|Any CPU.Build.0 = Release|Any CPU - {B4E46A02-7C45-4A13-8D62-F99FCA853BDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B4E46A02-7C45-4A13-8D62-F99FCA853BDC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B4E46A02-7C45-4A13-8D62-F99FCA853BDC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B4E46A02-7C45-4A13-8D62-F99FCA853BDC}.Release|Any CPU.Build.0 = Release|Any CPU + {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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {580EC371-2895-4067-9F0F-9E3E9ABED545} + SolutionGuid = {B0E0544A-5C8D-408D-A66B-BF1148AE16A0} EndGlobalSection EndGlobal diff --git a/CoordinateSharp/CoordinateSharp.csproj b/CoordinateSharp/CoordinateSharp.csproj index cf74f8c..0d71e98 100644 --- a/CoordinateSharp/CoordinateSharp.csproj +++ b/CoordinateSharp/CoordinateSharp.csproj @@ -1,86 +1,69 @@ - + + + - net40; netstandard1.3; netstandard1.4; netstandard2.0 - true - true - 1.1.5.2 - Justin Gielski - - https://github.com/Tronald/CoordinateSharp - - Copyright 2019 - A simple .NET standard library that is designed to assist with geographic coordinate conversions, formatting and location based celestial calculations. - Fixes issues with distance bearings reversing in certain regions. - CoordinateSharp Latitude Longitude Coordinates Geography Sun Moon Solar Lunar Time MGRS UTM Julian ECEF - MIT - https://raw.githubusercontent.com/Tronald/CoordinateSharp/master/ICON.png - CoordinateSharp - CoordinateSharp - 1.1.5.2 + Debug + AnyCPU + {DA8510CE-7899-49DD-9E17-7C974382288D} + Exe + CoordinateSharp + CoordinateSharp + v4.7.2 + 512 + true + true - - - bin\Release\net40\CoordinateSharp.xml + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 - - bin\Release\netstandard1.3\CoordinateSharp.xml + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 - - bin\Release\netstandard1.4\CoordinateSharp.xml - - - bin\Release\netstandard2.0\CoordinateSharp.xml - - - - bin\Debug\net40\CoordinateSharp.xml - - - bin\Debug\netstandard1.3\CoordinateSharp.xml - - - bin\Debug\netstandard1.4\CoordinateSharp.xml - - - bin\Debug\netstandard2.0\CoordinateSharp.xml - - - + + + + + + - - - 4.5.0 - - - 4.3.0 - - - 4.3.0 - + + + + + + + + + + + + + + + + + + + + + + - - - 4.5.0 - - - 4.3.0 - - - 4.3.0 - - - - - 4.5.0 - - - 4.3.0 - - - 4.3.0 - - - + + \ No newline at end of file diff --git a/CoordinateSharp/Properties/AssemblyInfo.cs b/CoordinateSharp/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..1c1f393 --- /dev/null +++ b/CoordinateSharp/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Allgemeine Informationen über eine Assembly werden über die folgenden +// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +// die einer Assembly zugeordnet sind. +[assembly: AssemblyTitle("CoordinateSharp")] +[assembly: AssemblyDescription("A simple .NET standard library that is designed to assist with geographic coordinate conversions, formatting and location based celestial calculations.")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("CoordinateSharp")] +[assembly: AssemblyCopyright("Copyright 2019")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly +// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von +// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. +[assembly: ComVisible(false)] + +// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird +[assembly: Guid("da8510ce-7899-49dd-9e17-7c974382288d")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, +// übernehmen, indem Sie "*" eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.1.5.2")] +[assembly: AssemblyFileVersion("1.1.5.2")]