csharp-sdk-upm/Common/Common.AOT/Common.AOT.csproj

52 lines
1.8 KiB
XML
Raw Normal View History

2021-03-31 11:22:02 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2021-04-21 15:06:42 +08:00
<ReleaseVersion>0.7.5</ReleaseVersion>
2021-03-31 11:22:02 +08:00
<AssemblyName>Common</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libs\Newtonsoft.Json.AOT\LC.Newtonsoft.Json.AOT.csproj" />
</ItemGroup>
<ItemGroup>
2021-04-09 14:24:04 +08:00
<Compile Include="..\Common\LCCore.cs">
<Link>Common\LCCore.cs</Link>
</Compile>
2021-03-31 11:22:02 +08:00
<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>
2021-04-09 14:24:04 +08:00
<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>
2021-03-31 11:22:02 +08:00
</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>