iFactory.Cutting.Mod.auto_s.../com.ifactory.cutting.mode.a...

21 lines
565 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BITKit\BITKit.csproj" />
<ProjectReference Include="..\iFactory-Cutting\iFactory-Cutting.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Unity.Mathematics">
<HintPath>..\BITKit\DLL\Unity.Mathematics.dll</HintPath>
</Reference>
</ItemGroup>
</Project>