Update net Demo

Update net Demo
This commit is contained in:
ALEXTANG
2022-05-23 19:54:37 +08:00
parent d194b86c2d
commit 70d2d3aea5
19 changed files with 1934 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -19,7 +18,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>DEBUG;UNITY_EDITOR;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -27,7 +26,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE;ASSETBUNDLE_ENABLE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -60,9 +59,12 @@
<Reference Include="protobuf-net">
<HintPath>UnityLib\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="protobuf-net">
<Reference Include="Google.Protobuf">
<HintPath>UnityLib\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>UnityLib\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
@@ -75,8 +77,8 @@
</ItemGroup>
<ItemGroup>
<Folder Include="src\GameLogic\" />
<Folder Include="src\Proto\" />
<Folder Include="src\TEngineCore\3rd\" />
<Folder Include="src\TEngineCore\Net\Demon\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>