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

28 lines
989 B
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>LiveQuery</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Realtime\Realtime.AOT\Realtime.AOT.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\LiveQuery\Internal\LCLiveQueryHeartBeat.cs">
<Link>LiveQuery\Internal\LCLiveQueryHeartBeat.cs</Link>
</Compile>
<Compile Include="..\LiveQuery\Internal\LCLiveQueryConnection.cs">
<Link>LiveQuery\Internal\LCLiveQueryConnection.cs</Link>
</Compile>
2021-04-09 14:24:04 +08:00
<Compile Include="..\LiveQuery\Public\LCLiveQuery.cs">
<Link>LiveQuery\Public\LCLiveQuery.cs</Link>
</Compile>
<Compile Include="..\LiveQuery\Public\LCQueryExtension.cs">
<Link>LiveQuery\Public\LCQueryExtension.cs</Link>
</Compile>
2021-03-31 11:22:02 +08:00
</ItemGroup>
</Project>