DotRecastNetSim/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj

25 lines
1.0 KiB
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>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
2023-03-18 07:43:22 +03:00
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Silk.NET" Version="2.16.0" />
<PackageReference Include="Silk.NET.OpenGL.Extensions.ImGui" Version="2.16.0" />
2023-03-16 19:48:49 +03:00
</ItemGroup>
<ItemGroup>
2023-03-18 07:43:22 +03:00
<ProjectReference Include="..\DotRecast.Detour.Crowd\DotRecast.Detour.Crowd.csproj" />
<ProjectReference Include="..\DotRecast.Detour.Dynamic\DotRecast.Detour.Dynamic.csproj" />
<ProjectReference Include="..\DotRecast.Detour.Extras\DotRecast.Detour.Extras.csproj" />
<ProjectReference Include="..\DotRecast.Detour.TileCache\DotRecast.Detour.TileCache.csproj" />
<ProjectReference Include="..\DotRecast.Detour\DotRecast.Detour.csproj" />
<ProjectReference Include="..\DotRecast.Recast\DotRecast.Recast.csproj" />
2023-03-16 19:48:49 +03:00
</ItemGroup>
2023-03-14 08:02:43 +03:00
</Project>