forked from magnushenning/simplify.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimplify.NET.csproj
27 lines (24 loc) · 1.16 KB
/
Simplify.NET.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Company>Entro AS</Company>
<Description>Simplify.NET is a high-performance C# polyline simplification library based on Simplify.js</Description>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Magnus Henning</Authors>
<PackageId>Simplify.NET</PackageId>
<Product>Simplify.NET</Product>
<PackageTags>simplify, simplifyjs, simplify.js, simplify.net, net, .net, simplify-js, polyline, simplification, downsample</PackageTags>
<PackageLicenseUrl>https://github.com/mourner/simplify-js/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/magnushenning/simplify.net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>1.0.2.0</AssemblyVersion>
<FileVersion>1.0.2.0</FileVersion>
<Version>1.0.2</Version>
<ApplicationIcon />
<OutputTypeEx>library</OutputTypeEx>
<StartupObject />
</PropertyGroup>
</Project>