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

33 lines
1.1 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-01 11:20:01 +08:00
<ReleaseVersion>0.7.2</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>
<None Include="..\LiveQuery\LiveQuery.csproj">
<Link>LiveQuery\LiveQuery.csproj</Link>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\LiveQuery\LCLiveQuery.cs">
<Link>LiveQuery\LCLiveQuery.cs</Link>
</Compile>
<Compile Include="..\LiveQuery\LCQueryExtension.cs">
<Link>LiveQuery\LCQueryExtension.cs</Link>
</Compile>
<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>
</ItemGroup>
</Project>