mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] TEngineServer
[+] TEngineServer
This commit is contained in:
81
DotNet/ThirdParty/DotNet.ThirdParty.csproj
vendored
81
DotNet/ThirdParty/DotNet.ThirdParty.csproj
vendored
@@ -1,81 +0,0 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<Nullable>disable</Nullable>
|
||||
<LangVersion>11</LangVersion>
|
||||
<RootNamespace>ET</RootNamespace>
|
||||
<AssemblyName>ThirdParty</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
|
||||
<OutputPath>..\..\Bin\</OutputPath>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<Optimize>true</Optimize>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
|
||||
<OutputPath>..\..\Bin\</OutputPath>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
<Compile Include="..\..\Assets\GameScripts\ThirdParty\TrueSync\**\*.cs">
|
||||
<Link>TrueSync/%(RecursiveDir)%(FileName)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\Assets\GameScripts\ThirdParty\ETTask\**\*.cs">
|
||||
<Link>ETTask/%(RecursiveDir)%(FileName)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\Assets\GameScripts\ThirdParty\Kcp\**\*.cs">
|
||||
<Link>Kcp/%(RecursiveDir)%(FileName)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\Assets\GameScripts\ThirdParty\Recast\Recast.cs">
|
||||
<Link>Recast\Recast.cs</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\Library\PackageCache\com.unity.mathematics*\Unity.Mathematics\**\*.cs">
|
||||
<Link>Unity.Mathematics/$([System.String]::new(%(RecursiveDir)).Substring($([System.String]::new(%(RecursiveDir)).Indexof("Unity.Mathematics"))).Replace("Unity.Mathematics", ""))/%(FileName)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="..\..\Assets\Plugins\MacOS\x86_64\libRecastDll.dylib">
|
||||
<Link>runtimes\osx\native\libRecastDll.dylib</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="..\..\Assets\Plugins\x86_64\libRecastDll.so">
|
||||
<Link>runtimes\linux\native\libRecastDll.so</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="..\..\Assets\Plugins\x86_64\RecastDll.dll">
|
||||
<Link>runtimes\win\native\RecastDll.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CommandLineParser" Version="2.8.0" />
|
||||
<PackageReference Include="EPPlus" Version="5.8.8" />
|
||||
|
||||
<PackageReference Include="MemoryPack" Version="1.9.13" />
|
||||
<PackageReference Include="MongoDB.Driver" Version="2.17.1" />
|
||||
<PackageReference Include="NLog" Version="4.7.15" />
|
||||
<PackageReference Include="SharpZipLib" Version="1.3.3" />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.0.1" />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
BIN
DotNet/ThirdParty/KCPLibrary/kcp.dll
vendored
Normal file
BIN
DotNet/ThirdParty/KCPLibrary/kcp.dll
vendored
Normal file
Binary file not shown.
BIN
DotNet/ThirdParty/KCPLibrary/kcp.dylib
vendored
Normal file
BIN
DotNet/ThirdParty/KCPLibrary/kcp.dylib
vendored
Normal file
Binary file not shown.
BIN
DotNet/ThirdParty/KCPLibrary/kcp.so
vendored
Normal file
BIN
DotNet/ThirdParty/KCPLibrary/kcp.so
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user