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.
kev/Drawer/GVision/BatchCreateMap/BatchCreateMap.csproj

27 lines
1.0 KiB
XML

1 month ago
<Project Sdk="Microsoft.NET.Sdk">
1 month ago
<PropertyGroup>
1 month ago
<TargetFramework>net8.0-windows</TargetFramework>
1 month ago
<OutputType>Library</OutputType>
<RootNamespace>Construction.BatchCreateMap</RootNamespace>
1 month ago
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\bin\</BaseOutputPath>
1 month ago
</PropertyGroup>
<ItemGroup>
1 month ago
<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">
1 month ago
<HintPath>..\..\bin\Debug\DfdIO.dll</HintPath>
1 month ago
</Reference>
<Reference Include="NaturalNeighbor">
1 month ago
<HintPath>..\..\bin\Debug\NaturalNeighbor.dll</HintPath>
1 month ago
</Reference>
<Reference Include="QuikGridCS">
1 month ago
<HintPath>..\..\bin\Debug\QuikGridCS.dll</HintPath>
1 month ago
</Reference>
1 month ago
</ItemGroup>
1 month ago
</Project>