33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
<ReleaseVersion>0.6.4</ReleaseVersion>
|
|
<AssemblyName>LiveQuery</AssemblyName>
|
|
</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>..\..\Unity\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project>
|