From b5234c5ab1e9e6826b8d8fc1e95fa752aaa40b74 Mon Sep 17 00:00:00 2001
From: chr <chr@mailcom>
Date: 星期六, 02 十一月 2024 10:56:50 +0800
Subject: [PATCH] 优化程序

---
 PdmSwPlugin.PriceCheck/PdmSwPlugin.PriceCheck.csproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PdmSwPlugin.PriceCheck/PdmSwPlugin.PriceCheck.csproj b/PdmSwPlugin.PriceCheck/PdmSwPlugin.PriceCheck.csproj
index 8ef6cba..ca5cb10 100644
--- a/PdmSwPlugin.PriceCheck/PdmSwPlugin.PriceCheck.csproj
+++ b/PdmSwPlugin.PriceCheck/PdmSwPlugin.PriceCheck.csproj
@@ -66,11 +66,11 @@
       <HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
     </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="System" />

--
Gitblit v1.9.1