52 lines
1.8 KiB
XML
52 lines
1.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<ReleaseVersion>0.7.9</ReleaseVersion>
|
|
<AssemblyName>Common</AssemblyName>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Libs\Newtonsoft.Json.AOT\LC.Newtonsoft.Json.AOT.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Common\LCCore.cs">
|
|
<Link>Common\LCCore.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\AppRouter\LCAppServer.cs">
|
|
<Link>Common\AppRouter\LCAppServer.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\AppRouter\LCAppRouter.cs">
|
|
<Link>Common\AppRouter\LCAppRouter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Json\LCJsonConverter.cs">
|
|
<Link>Common\Json\LCJsonConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Json\LCJsonUtils.cs">
|
|
<Link>Common\Json\LCJsonUtils.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Http\LCHttpUtils.cs">
|
|
<Link>Common\Http\LCHttpUtils.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Http\LCHttpClient.cs">
|
|
<Link>Common\Http\LCHttpClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Persistence\PersistenceController.cs">
|
|
<Link>Common\Persistence\PersistenceController.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Persistence\IPersistence.cs">
|
|
<Link>Common\Persistence\IPersistence.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Log\LCLogger.cs">
|
|
<Link>Common\Log\LCLogger.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Log\LCLogLevel.cs">
|
|
<Link>Common\Log\LCLogLevel.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Exception\LCException.cs">
|
|
<Link>Common\Exception\LCException.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project>
|