DotNet.ThirdParty.csproj 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <Nullable>disable</Nullable>
  5. <LangVersion>11</LangVersion>
  6. <RootNamespace>ET</RootNamespace>
  7. <AssemblyName>ThirdParty</AssemblyName>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  11. <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  14. <DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
  15. <OutputPath>..\..\Bin\</OutputPath>
  16. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  17. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  18. <Optimize>true</Optimize>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  21. <DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
  22. <OutputPath>..\..\Bin\</OutputPath>
  23. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  24. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  25. </PropertyGroup>
  26. <ItemGroup>
  27. <Compile Include="..\..\Unity\Assets\Scripts\ThirdParty\TrueSync\**\*.cs">
  28. <Link>TrueSync/%(RecursiveDir)%(FileName)%(Extension)</Link>
  29. </Compile>
  30. <Compile Include="..\..\Unity\Assets\Scripts\ThirdParty\ETTask\**\*.cs">
  31. <Link>ETTask/%(RecursiveDir)%(FileName)%(Extension)</Link>
  32. </Compile>
  33. <Compile Include="..\..\Unity\Assets\Scripts\ThirdParty\Kcp\Kcp.cs">
  34. <Link>Kcp\Kcp.cs</Link>
  35. </Compile>
  36. <Compile Include="..\..\Unity\Assets\Scripts\ThirdParty\Recast\Recast.cs">
  37. <Link>Recast\Recast.cs</Link>
  38. </Compile>
  39. <Compile Include="..\..\Unity\Library\PackageCache\com.unity.mathematics*\Unity.Mathematics\**\*.cs">
  40. <Link>Unity.Mathematics/$([System.String]::new(%(RecursiveDir)).Substring($([System.String]::new(%(RecursiveDir)).Indexof("Unity.Mathematics"))).Replace("Unity.Mathematics", ""))/%(FileName)%(Extension)</Link>
  41. </Compile>
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Content Include="..\..\Unity\Assets\Plugins\MacOS\x86_64\libkcp.dylib">
  45. <Link>runtimes\osx\native\libkcp.dylib</Link>
  46. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  47. </Content>
  48. <Content Include="..\..\Unity\Assets\Plugins\MacOS\x86_64\libRecastDll.dylib">
  49. <Link>runtimes\osx\native\libRecastDll.dylib</Link>
  50. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  51. </Content>
  52. <Content Include="..\..\Unity\Assets\Plugins\x86_64\kcp.dll">
  53. <Link>runtimes\win\native\kcp.dll</Link>
  54. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  55. </Content>
  56. <Content Include="..\..\Unity\Assets\Plugins\x86_64\libkcp.so">
  57. <Link>runtimes\linux\native\libkcp.so</Link>
  58. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  59. </Content>
  60. <Content Include="..\..\Unity\Assets\Plugins\x86_64\libRecastDll.so">
  61. <Link>runtimes\linux\native\libRecastDll.so</Link>
  62. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  63. </Content>
  64. <Content Include="..\..\Unity\Assets\Plugins\x86_64\RecastDll.dll">
  65. <Link>runtimes\win\native\RecastDll.dll</Link>
  66. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  67. </Content>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <PackageReference Include="CommandLineParser" Version="2.8.0" />
  71. <PackageReference Include="EPPlus" Version="5.8.8" />
  72. <PackageReference Include="MemoryPack" Version="1.9.13" />
  73. <PackageReference Include="MongoDB.Driver" Version="2.17.1" />
  74. <PackageReference Include="NLog" Version="4.7.15" />
  75. <PackageReference Include="SharpZipLib" Version="1.3.3" />
  76. <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.0.1" />
  77. <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
  78. </ItemGroup>
  79. </Project>