From bb99edc771002ae119a0641b166bfdfc0b40eef6 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期三, 10 九月 2025 18:17:15 +0800 Subject: [PATCH] 1、异常单 --- DevApp/Gs.DevApp/Gs.DevApp.csproj | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj index 74e30c4..5f90786 100644 --- a/DevApp/Gs.DevApp/Gs.DevApp.csproj +++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj @@ -107,7 +107,13 @@ <Reference Include="DevExpress.XtraTreeMap.v22.2, Version=22.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <Reference Include="DevExpress.XtraWizard.v22.2, Version=22.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> <Reference Include="FastReport"> - <HintPath>D:\GsMesV2\DevApp\Gs.DevApp\bin\Debug\FastReport.dll</HintPath> + <HintPath>..\..\..\..\FastReport.dll</HintPath> + </Reference> + <Reference Include="FastReport.Bars"> + <HintPath>..\..\..\..\FastReport.Bars.dll</HintPath> + </Reference> + <Reference Include="FastReport.Editor"> + <HintPath>..\..\..\..\FastReport.Editor.dll</HintPath> </Reference> <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> -- Gitblit v1.9.3