-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy pathSharpMap.Web.csproj
More file actions
30 lines (23 loc) · 1022 Bytes
/
SharpMap.Web.csproj
File metadata and controls
30 lines (23 loc) · 1022 Bytes
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
28
29
30
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)SharpMap.Common.props" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<RootNamespace>SharpMap</RootNamespace>
<Product>SharpMap UI Compontents for Ajax Web</Product>
<Copyright>Copyright © 2006 iter.dk
Copyright © 2008-2019 SharpMap - Team</Copyright>
<PackageTags>sharpmap ajax</PackageTags>
<Description>This package contains UI Compontents for Ajax Web.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpMap.Converters.GeoJSON\SharpMap.Converters.GeoJSON.csproj" />
<ProjectReference Include="..\SharpMap\SharpMap.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Design" />
<Reference Include="System.Web" />
</ItemGroup>
</Project>