2020-05-13 17:05:25 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2020-05-15 10:36:17 +08:00
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
2021-01-14 15:35:50 +08:00
|
|
|
<ReleaseVersion>0.6.0</ReleaseVersion>
|
2020-12-14 11:07:11 +08:00
|
|
|
<AssemblyName>LiveQuery</AssemblyName>
|
2020-05-13 17:05:25 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\Realtime\Realtime-Unity\Realtime-Unity.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="..\LiveQuery\Internal\LCLiveQueryHeartBeat.cs">
|
|
|
|
<Link>Internal\LCLiveQueryHeartBeat.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\LiveQuery\Internal\LCLiveQueryConnection.cs">
|
|
|
|
<Link>Internal\LCLiveQueryConnection.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\LiveQuery\LCLiveQuery.cs">
|
|
|
|
<Link>LCLiveQuery.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="..\LiveQuery\LCQueryExtension.cs">
|
|
|
|
<Link>LCQueryExtension.cs</Link>
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
<HintPath>..\..\UnityLibs\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|