Files
Fishing2Server/ThirdParty/ThirdParty.csproj
2026-04-01 16:40:34 +08:00

16 lines
393 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="Luban\" />
<Folder Include="Unity.Mathematics\" />
</ItemGroup>
</Project>