From 7e4ee2b0f6caefa200854a4b54c6d011c16fb64a Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期二, 19 七月 2022 17:00:11 +0800 Subject: [PATCH] 新增了AGV配送单列表 --- BaseSet/BaseSet.csproj | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/BaseSet/BaseSet.csproj b/BaseSet/BaseSet.csproj index 4450041..d97b7cc 100644 --- a/BaseSet/BaseSet.csproj +++ b/BaseSet/BaseSet.csproj @@ -54,9 +54,12 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="AxInterop.grdes6Lib"> + <HintPath>..\DLL\AxInterop.grdes6Lib.dll</HintPath> + </Reference> <Reference Include="AxInterop.gregn6Lib, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\SCM\bin\x86\Debug\AxInterop.gregn6Lib.dll</HintPath> + <HintPath>..\DLL\AxInterop.gregn6Lib.dll</HintPath> </Reference> <Reference Include="BLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> @@ -66,9 +69,13 @@ <SpecificVersion>False</SpecificVersion> <HintPath>..\DLL\DBUtility.dll</HintPath> </Reference> + <Reference Include="Interop.grdes6Lib"> + <HintPath>..\DLL\Interop.grdes6Lib.dll</HintPath> + <EmbedInteropTypes>True</EmbedInteropTypes> + </Reference> <Reference Include="Interop.gregn6Lib, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\SCM\bin\x86\Debug\Interop.gregn6Lib.dll</HintPath> + <HintPath>..\DLL\Interop.gregn6Lib.dll</HintPath> </Reference> <Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> -- Gitblit v1.9.1