<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="HslCommunication" Version="12.1.3" />
|
<PackageReference Include="WIDESEAWCS_Communicator" Version="2.2.2" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\WIDESEA_Common\WIDESEA_Common.csproj" />
|
<ProjectReference Include="..\WIDESEA_Core\WIDESEA_Core.csproj" />
|
<ProjectReference Include="..\WIDESEA_TaskInfoService\WIDESEA_TaskInfoService.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Folder Include="dll\" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Reference Include="FastReport">
|
<HintPath>..\..\..\..\..\ZhongCheAGVCangKu\ZhongCheAGVCangKu\代码管理\打印机\FastReport.dll</HintPath>
|
</Reference>
|
<Reference Include="FastReport.Bars">
|
<HintPath>..\..\..\..\..\ZhongCheAGVCangKu\ZhongCheAGVCangKu\代码管理\打印机\FastReport.Bars.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
|
</Project>
|