2024-03-03 17:32:06 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2024-03-03 18:00:03 +08:00
|
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
2024-03-03 17:32:06 +08:00
|
|
|
|
<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>
|