forked from bit/DotRecastNetSim
13 lines
326 B
XML
13 lines
326 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DotRecast.Recast\DotRecast.Recast.csproj" />
|
|
<ProjectReference Include="..\DotRecast.Detour\DotRecast.Detour.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|