From 72554660e6aa2147da2836700e5f5ff2017e6a45 Mon Sep 17 00:00:00 2001 From: 仲国强 <519541279@qq.com> Date: 星期三, 25 八月 2021 22:13:53 +0800 Subject: [PATCH] 2 --- Kanban/Kanban.csproj | 23 +++++++---------------- 1 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Kanban/Kanban.csproj b/Kanban/Kanban.csproj index 224ac8b..3cdaf15 100644 --- a/Kanban/Kanban.csproj +++ b/Kanban/Kanban.csproj @@ -59,6 +59,13 @@ <OutputPath>bin\x86\Release\</OutputPath> </PropertyGroup> <ItemGroup> + <Reference Include="AxInterop.gregn6Lib"> + <HintPath>..\OCX\AxInterop.gregn6Lib.dll</HintPath> + </Reference> + <Reference Include="Interop.gregn6Lib"> + <HintPath>..\OCX\Interop.gregn6Lib.dll</HintPath> + <EmbedInteropTypes>True</EmbedInteropTypes> + </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> @@ -435,22 +442,6 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> - <COMReference Include="Axgregn6Lib"> - <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid> - <VersionMajor>6</VersionMajor> - <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"> <Guid>{00020430-0000-0000-C000-000000000046}</Guid> <VersionMajor>2</VersionMajor> -- Gitblit v1.9.1