<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
<Description>设备管理及调度</Description>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="Quartz" Version="3.11.0" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\WIDESEAWCS_Communicator\WIDESEAWCS_Communicator.csproj" />
|
<ProjectReference Include="..\WIDESEAWCS_Core\WIDESEAWCS_Core.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Folder Include="RGV\Enum\" />
|
</ItemGroup>
|
|
</Project>
|