|
@@ -6,14 +6,18 @@
|
|
|
<RootNamespace>Model</RootNamespace>
|
|
<RootNamespace>Model</RootNamespace>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<DefineConstants>TRACE;DEBUG;NETCOREAPP2_0;SERVER</DefineConstants>
|
|
<DefineConstants>TRACE;DEBUG;NETCOREAPP2_0;SERVER</DefineConstants>
|
|
|
- <OutputPath>bin\Debug\..\..\..\..\</OutputPath>
|
|
|
|
|
|
|
+ <OutputPath>bin\Debug\..\..\..\..\Bin\</OutputPath>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
<DefineConstants>TRACE;RELEASE;NETCOREAPP2_0;SERVER</DefineConstants>
|
|
<DefineConstants>TRACE;RELEASE;NETCOREAPP2_0;SERVER</DefineConstants>
|
|
|
- <OutputPath>bin\Release\..\..\..\..\</OutputPath>
|
|
|
|
|
|
|
+ <OutputPath>bin\Release\..\..\..\..\Bin\</OutputPath>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
@@ -57,13 +61,6 @@
|
|
|
<Compile Include="..\..\Unity\Assets\Scripts\Base\TryLocker.cs" Link="TryLocker.cs" />
|
|
<Compile Include="..\..\Unity\Assets\Scripts\Base\TryLocker.cs" Link="TryLocker.cs" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
- <ItemGroup>
|
|
|
|
|
- <Folder Include="Helper\" />
|
|
|
|
|
- <Folder Include="Network\TNet\" />
|
|
|
|
|
- <Folder Include="Network\UNet\" />
|
|
|
|
|
- <Folder Include="Network\KNet\" />
|
|
|
|
|
- </ItemGroup>
|
|
|
|
|
-
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<PackageReference Include="NLog" Version="5.0.0-beta11" />
|
|
<PackageReference Include="NLog" Version="5.0.0-beta11" />
|
|
|
<PackageReference Include="protobuf-net" Version="2.3.2" />
|
|
<PackageReference Include="protobuf-net" Version="2.3.2" />
|