1
wankeda
2025-03-22 867aba2636e34a1050b1c4c84bbe78cc9c39b553
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>