-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTM Logfile Points.csproj
30 lines (25 loc) · 981 Bytes
/
TM Logfile Points.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
28
29
30
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>TM_Logfile_Points</RootNamespace>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="View\DragDrop3.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="DotSpatial.Data" Version="4.0.656" />
<PackageReference Include="DotSpatial.Projections" Version="4.0.656" />
<PackageReference Include="GeoAPI.CoordinateSystems" Version="1.7.5" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
<PackageReference Include="ProjNet" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<Resource Include="View\DragDrop3.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
</ItemGroup>
</Project>