2020-04-30 15:36:06 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2020-05-18 10:36:38 +08:00
|
|
|
<ReleaseVersion>0.4.2</ReleaseVersion>
|
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-04-30 15:36:06 +08:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
<HintPath>..\..\UnityLibs\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|