From 31a636e735a0addc56e4f4527f500b7aa0874eb5 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期五, 03 一月 2025 11:21:46 +0800 Subject: [PATCH] 改了一大堆; --- PdmSw/PdmSw.csproj | 30 ++++++++++++++++++++---------- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/PdmSw/PdmSw.csproj b/PdmSw/PdmSw.csproj index 218a9a5..8db5a2e 100644 --- a/PdmSw/PdmSw.csproj +++ b/PdmSw/PdmSw.csproj @@ -139,29 +139,43 @@ <Private>True</Private> </Reference> <Reference Include="SolidWorks.Interop.gtswutilities"> - <HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.gtswutilities.dll</HintPath> + <HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.gtswutilities.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="SolidWorks.Interop.sldworks"> - <HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.sldworks.dll</HintPath> + <HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.sldworks.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="SolidWorks.Interop.swconst"> - <HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swconst.dll</HintPath> + <HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swconst.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="SolidWorks.Interop.swdocumentmgr"> - <HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swdocumentmgr.dll</HintPath> + <HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swdocumentmgr.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="SolidWorks.Interop.swpublished"> - <HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swpublished.dll</HintPath> + <HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swpublished.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="SolidWorksTools"> - <HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\solidworkstools.dll</HintPath> + <HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\solidworkstools.dll</HintPath> <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> @@ -254,10 +268,6 @@ <Project>{6e609a8c-583b-4607-a510-fa84218c4a31}</Project> <Name>PdmSwPlugin.Main</Name> <Private>True</Private> - </ProjectReference> - <ProjectReference Include="Z:\VisualStudio\CustomRichBox\CustomRictBox\PdmSwPlugin.UI.csproj"> - <Project>{44bce7b9-f984-426b-9997-fc1fb1a49cc0}</Project> - <Name>PdmSwPlugin.UI</Name> </ProjectReference> </ItemGroup> <ItemGroup> -- Gitblit v1.9.1