Browse Source

ThirdParty项目优化

johnclot69 1 year ago
parent
commit
f850786042
1 changed files with 4 additions and 4 deletions
  1. 4 4
      DotNet/ThirdParty/DotNet.ThirdParty.csproj

+ 4 - 4
DotNet/ThirdParty/DotNet.ThirdParty.csproj

@@ -60,6 +60,10 @@
         <Link>Runtimes\win\native\kcp.dll</Link>
         <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       </Content>
+      <Content Include="..\..\Unity\Assets\Plugins\x86_64\RecastDll.dll">
+        <Link>Runtimes\win\native\RecastDll.dll</Link>
+        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+      </Content>
       <Content Include="..\..\Unity\Assets\Plugins\x86_64\libkcp.so">
         <Link>Runtimes\linux\native\libkcp.so</Link>
         <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -68,10 +72,6 @@
         <Link>Runtimes\linux\native\libRecastDll.so</Link>
         <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       </Content>
-      <Content Include="..\..\Unity\Assets\Plugins\x86_64\RecastDll.dll">
-        <Link>Runtimes\win\native\RecastDll.dll</Link>
-        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-      </Content>
     </ItemGroup>
 
     <ItemGroup>