Explorar o código

替换dll文件

lcl hai 10 meses
pai
achega
fb3a501a70
Modificáronse 6 ficheiros con 4 adicións e 4 borrados
  1. BIN=BIN
      .DS_Store
  2. BIN=BIN
      BLL/LitJSON.dll
  3. BIN=BIN
      BLL/MySystemLib.dll
  4. BIN=BIN
      BLL/Newtonsoft.Json.dll
  5. BIN=BIN
      BLL/ThoughtWorks.QRCode.dll
  6. 4 4
      MySystem.csproj

BIN=BIN
.DS_Store


BIN=BIN
BLL/LitJSON.dll


BIN=BIN
BLL/MySystemLib.dll


BIN=BIN
BLL/Newtonsoft.Json.dll


BIN=BIN
BLL/ThoughtWorks.QRCode.dll


+ 4 - 4
MySystem.csproj

@@ -34,19 +34,19 @@
       <HintPath>BLL\aliyun-net-sdk-core.dll</HintPath>
     </Reference>
     <Reference Include="LitJSON">
-      <HintPath>..\..\MySystemLib\MySystemLib\bin\Release\netcoreapp3.0\LitJSON.dll</HintPath>
+      <HintPath>BLL\LitJSON.dll</HintPath>
     </Reference>
     <Reference Include="Newtonsoft.Json">
-      <HintPath>..\..\MySystemLib\MySystemLib\bin\Release\netcoreapp3.0\Newtonsoft.Json.dll</HintPath>
+      <HintPath>BLL\Newtonsoft.Json.dll</HintPath>
     </Reference>
     <Reference Include="ThoughtWorks.QRCode">
-      <HintPath>..\..\MySystemLib\MySystemLib\bin\Release\netcoreapp3.0\ThoughtWorks.QRCode.dll</HintPath>
+      <HintPath>BLL\ThoughtWorks.QRCode.dll</HintPath>
     </Reference>
     <Reference Include="Aliyun.OSS">
       <HintPath>BLL\Aliyun.OSS.dll</HintPath>
     </Reference>
     <Reference Include="MySystemLib">
-      <HintPath>..\..\MySystemLib\MySystemLib\bin\Release\netcoreapp3.0\MySystemLib.dll</HintPath>
+      <HintPath>BLL\MySystemLib.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>