2020-04-30 15:36:06 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2021-02-18 11:33:27 +08:00
|
|
|
<ReleaseVersion>0.6.4</ReleaseVersion>
|
2020-12-14 11:07:11 +08:00
|
|
|
<AssemblyName>Common</AssemblyName>
|
2020-04-30 15:36:06 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="..\Common\AppRouter\LCAppServer.cs">
|
|
|
|
<Link>AppRouter\LCAppServer.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\Common\AppRouter\LCAppRouter.cs">
|
|
|
|
<Link>AppRouter\LCAppRouter.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\Common\Http\LCHttpUtils.cs">
|
|
|
|
<Link>Http\LCHttpUtils.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\Common\Json\LCJsonUtils.cs">
|
|
|
|
<Link>Json\LCJsonUtils.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\Common\Log\LCLogger.cs">
|
|
|
|
<Link>Log\LCLogger.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\Common\Log\LCLogLevel.cs">
|
|
|
|
<Link>Log\LCLogLevel.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\Common\Task\LCTaskExtensions.cs">
|
|
|
|
<Link>Task\LCTaskExtensions.cs</Link>
|
|
|
|
</Compile>
|
2020-05-13 14:13:08 +08:00
|
|
|
<Compile Include="..\Common\Json\LCJsonConverter.cs">
|
|
|
|
<Link>Json\LCJsonConverter.cs</Link>
|
|
|
|
</Compile>
|
2020-05-21 10:41:58 +08:00
|
|
|
<Compile Include="..\Common\Exception\LCException.cs">
|
|
|
|
<Link>Exception\LCException.cs</Link>
|
|
|
|
</Compile>
|
2020-04-30 15:36:06 +08:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
2021-01-20 15:08:28 +08:00
|
|
|
<HintPath>..\..\Unity\Newtonsoft.Json.dll</HintPath>
|
2020-04-30 15:36:06 +08:00
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|