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

13 lines
248 B
XML
Raw Normal View History

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