ShareLib.csproj 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  6. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  7. <OutputPath>..\..\Bin\</OutputPath>
  8. </PropertyGroup>
  9. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  10. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  11. <OutputPath>..\..\Bin\</OutputPath>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <Content Include="..\..\Unity\Assets\Plugins\MacOS\libRecastDll.dylib">
  15. <Link>libRecastDll.dylib</Link>
  16. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  17. </Content>
  18. <Content Include="..\..\Unity\Assets\Plugins\x86_64\RecastDll.dll">
  19. <Link>RecastDll.dll</Link>
  20. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  21. </Content>
  22. <Content Include="..\..\Unity\Assets\Plugins\MacOS\libkcp.dylib">
  23. <Link>libkcp.dylib</Link>
  24. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  25. </Content>
  26. <Content Include="..\..\Unity\Assets\Plugins\x86_64\kcp.dll">
  27. <Link>kcp.dll</Link>
  28. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  29. </Content>
  30. </ItemGroup>
  31. <ItemGroup>
  32. <ProjectReference Include="..\UnityEngine\UnityEngine.csproj" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <Compile Include="..\..\Unity\Assets\ThirdParty\ShareLib\Kcp\Kcp.cs">
  36. <Link>Kcp\Kcp.cs</Link>
  37. </Compile>
  38. <Compile Include="..\..\Unity\Assets\ThirdParty\ShareLib\Recast\Recast.cs">
  39. <Link>Recast\Recast.cs</Link>
  40. </Compile>
  41. </ItemGroup>
  42. <ItemGroup>
  43. <PackageReference Include="CommandLineParser" Version="2.8.0" />
  44. <PackageReference Include="EPPlus" Version="5.8.3" />
  45. <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.0.1" />
  46. <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
  47. <PackageReference Include="mongocsharpdriver" Version="2.13.3" />
  48. <PackageReference Include="MongoDB.Bson" Version="2.13.3" />
  49. <PackageReference Include="NLog" Version="4.7.12" />
  50. <PackageReference Include="protobuf-net" Version="2.4.0" />
  51. <PackageReference Include="SharpZipLib" Version="1.3.3" />
  52. </ItemGroup>
  53. </Project>