From 1f645778ae80a3a8801b8bb4d0fcf8feb244ad43 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期三, 09 十月 2024 11:51:23 +0800 Subject: [PATCH] 完善项目,新增插件启用检测; --- PdmSw/PdmSw.csproj | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/PdmSw/PdmSw.csproj b/PdmSw/PdmSw.csproj index 6d1429b..8db5a2e 100644 --- a/PdmSw/PdmSw.csproj +++ b/PdmSw/PdmSw.csproj @@ -163,6 +163,20 @@ <Private>True</Private> <EmbedInteropTypes>False</EmbedInteropTypes> </Reference> + <Reference Include="SuperSocket.Common, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\lib\SuperSocket.Common.dll</HintPath> + </Reference> + <Reference Include="SuperSocket.Facility"> + <HintPath>..\lib\SuperSocket.Facility.dll</HintPath> + </Reference> + <Reference Include="SuperSocket.SocketBase, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\lib\SuperSocket.SocketBase.dll</HintPath> + </Reference> + <Reference Include="SuperSocket.SocketEngine"> + <HintPath>..\lib\SuperSocket.SocketEngine.dll</HintPath> + </Reference> <Reference Include="System"> <Name>System</Name> <EmbedInteropTypes>False</EmbedInteropTypes> -- Gitblit v1.9.1