From 058ccce4c336af1e7c32d0e6f164ed28ed0ac54c Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期五, 27 八月 2021 14:45:11 +0800
Subject: [PATCH] 客户列表、供应商列表

---
 BLL/BLL.csproj |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/BLL/BLL.csproj b/BLL/BLL.csproj
index 9659e2a..67e6e64 100644
--- a/BLL/BLL.csproj
+++ b/BLL/BLL.csproj
@@ -67,6 +67,10 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="Interop.gregn6Lib">
+      <HintPath>..\OCX\Interop.gregn6Lib.dll</HintPath>
+      <EmbedInteropTypes>True</EmbedInteropTypes>
+    </Reference>
     <Reference Include="Kingdee.BOS.WebApi.Client">
       <HintPath>..\OCX\Kingdee.BOS.WebApi.Client.dll</HintPath>
     </Reference>
@@ -559,14 +563,6 @@
       <VersionMinor>0</VersionMinor>
       <Lcid>0</Lcid>
       <WrapperTool>aximp</WrapperTool>
-      <Isolated>False</Isolated>
-    </COMReference>
-    <COMReference Include="gregn6Lib">
-      <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
-      <VersionMajor>6</VersionMajor>
-      <VersionMinor>0</VersionMinor>
-      <Lcid>0</Lcid>
-      <WrapperTool>tlbimp</WrapperTool>
       <Isolated>False</Isolated>
     </COMReference>
     <COMReference Include="stdole">

--
Gitblit v1.9.1