forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpMap.UI.WPF.csproj
More file actions
29 lines (23 loc) · 1.06 KB
/
SharpMap.UI.WPF.csproj
File metadata and controls
29 lines (23 loc) · 1.06 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)SharpMap.Common.props" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Product>SharpMap UI Compontents for Windows.Presentation.Foundation (WPF)</Product>
<Copyright>Copyright © 2014 Triona AB</Copyright>
<PackageTags>sharpmap wpf</PackageTags>
<Description>This package contains UI Compontents for Windows Presentation Foundation (WPF).</Description>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SharpMap\SharpMap.csproj" />
<ProjectReference Include="..\SharpMap.UI\SharpMap.UI.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Forms" />
<Reference Include="WindowsBase" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
</Project>