|
|
@@ -15,13 +15,6 @@
|
|
|
<DefineConstants>TRACE;SERVER;FEAT_SAFE</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <None Include="..\..\RecastNavMesh\RecastNavDll.dll">
|
|
|
- <Link>RecastNavDll.dll</Link>
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="MongoDB.Driver" Version="2.11.5" />
|
|
|
</ItemGroup>
|
|
|
@@ -33,6 +26,14 @@
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
+ <Content Include="..\..\Libs\RecastNavMesh\libRecastNavDll.dylib">
|
|
|
+ <Link>libRecastNavDll.dylib</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\Libs\RecastNavMesh\RecastNavDll.dll">
|
|
|
+ <Link>RecastNavDll.dll</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
<Content Include="..\..\Unity\Assets\Plugins\MacOS\libkcp.dylib">
|
|
|
<Link>libkcp.dylib</Link>
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|