2023-03-14 08:02:43 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2023-10-03 09:56:56 +03:00
|
|
|
<PropertyGroup>
|
2023-11-16 08:05:19 +03:00
|
|
|
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
|
2023-10-03 09:56:56 +03:00
|
|
|
<PackageId>DotRecast.Detour</PackageId>
|
|
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
|
|
<Authors>ikpil</Authors>
|
2024-02-01 16:47:12 +03:00
|
|
|
<Description>DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers</Description>
|
2023-10-03 09:56:56 +03:00
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
<PackageProjectUrl>https://github.com/ikpil/DotRecast</PackageProjectUrl>
|
|
|
|
<RepositoryUrl>https://github.com/ikpil/DotRecast</RepositoryUrl>
|
|
|
|
<PackageTags>game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation</PackageTags>
|
2024-02-03 16:53:17 +03:00
|
|
|
<PackageReleaseNotes>https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md</PackageReleaseNotes>
|
2023-10-03 09:56:56 +03:00
|
|
|
</PropertyGroup>
|
2023-03-16 19:48:49 +03:00
|
|
|
|
2023-10-03 09:56:56 +03:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="../../README.md" Pack="true" PackagePath="\"/>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\DotRecast.Core\DotRecast.Core.csproj"/>
|
|
|
|
</ItemGroup>
|
2023-03-14 08:02:43 +03:00
|
|
|
|
|
|
|
</Project>
|