WCS
dengjunjie
2024-10-14 8acdbcfbe06832f35963201c5bacd86dc3e7092d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>
 
</Project>