You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>Construction.BatchCreateMap</RootNamespace>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<BaseOutputPath>..\..\bin\</BaseOutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="IniParser_Net8" Version="4.0.0" />
|
|
|
|
|
|
<PackageReference Include="NetTopologySuite" Version="2.6.0" />
|
|
|
|
|
|
<PackageReference Include="UTF.Unknown" Version="2.6.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="DfdIO">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\DfdIO.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="NaturalNeighbor">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\NaturalNeighbor.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="QuikGridCS">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\QuikGridCS.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|