DotRecastNetSim/src/DotRecast.Detour/DotRecast.Detour.csproj

12 lines
259 B
XML
Raw Normal View History

2023-03-14 08:02:43 +03:00
<Project Sdk="Microsoft.NET.Sdk">
2023-03-16 19:48:49 +03:00
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
2023-03-25 09:43:20 +03:00
<ProjectReference Include="..\DotRecast.Core\DotRecast.Core.csproj" />
2023-03-16 19:48:49 +03:00
</ItemGroup>
2023-03-14 08:02:43 +03:00
</Project>