forked from mirror/DotRecast
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<PackageId>DotRecast.Detour.Dynamic</PackageId>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<Authors>ikpil</Authors>
|
|
<Description>DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C#</Description>
|
|
<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>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="../../README.md" Pack="true" PackagePath="\"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DotRecast.Detour\DotRecast.Detour.csproj"/>
|
|
<ProjectReference Include="..\DotRecast.Recast\DotRecast.Recast.csproj"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|