18 lines
616 B
XML
18 lines
616 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</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>
|
|
|
|
<ItemGroup>
|
|
<Content Include="../LICENSE" />
|
|
<Content Include="../README.md" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|