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/NaturalNeighbor/NaturalNeighbor.csproj

18 lines
778 B
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>
1 month ago
<AssemblyTitle>NeighborInterpolator</AssemblyTitle>
<Product>NeighborInterpolator.Properties</Product>
<Copyright>Copyright © 2023</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\bin\</BaseOutputPath>
1 month ago
</PropertyGroup>
<ItemGroup>
1 month ago
<Reference Update="System.Numerics">
1 month ago
<HintPath>..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Numerics.dll</HintPath>
</Reference>
</ItemGroup>
</Project>