<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>WinExe</OutputType>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<Nullable>enable</Nullable>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImplicitUsings>enable</ImplicitUsings>
|
</PropertyGroup>
|
|
<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>
|