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/TestNeighborInterpolator/TestNeighborInterpolator.cs...

22 lines
1004 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>WinExe</OutputType>
<RootNamespace>TestForm</RootNamespace>
<AssemblyName>TestForm</AssemblyName>
1 month ago
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1 month ago
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
1 month ago
<ProjectReference Include="..\NaturalNeighbor\NaturalNeighbor.csproj" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
1 month ago
</ItemGroup>
</Project>