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.

26 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyTitle>DeepNestLib</AssemblyTitle>
<Product>DeepNestLib</Product>
<Copyright>Copyright © 2025</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\..\bin</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Clipper2LibCS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ddeb3f68c442d6e4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\bin\Debug\Clipper2LibCS.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="IxMilia.Dxf" Version="0.7.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MinkowskiWrapper\MinkowskiWrapper.csproj" />
</ItemGroup>
</Project>