소스 검색

添加本地依赖

jochu_computer 4 일 전
부모
커밋
557da712f8

+ 16 - 8
TimedUpload/TimedUpload.csproj

@@ -82,11 +82,13 @@
     <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
       <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
     </Reference>
-    <Reference Include="RabbitMQ.Client">
-      <HintPath>..\packages\RabbitMQ.3.5.5.0\RabbitMQ.Client.dll</HintPath>
+    <Reference Include="RabbitMQ.Client, Version=3.5.5.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\RabbitMQ.Client.dll</HintPath>
     </Reference>
-    <Reference Include="RDIFramework.Utilities">
-      <HintPath>..\..\SmartCityForFY\Plugin\RDIFramework.Utilities.dll</HintPath>
+    <Reference Include="RDIFramework.Utilities, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\RDIFramework.Utilities.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.configuration" />
@@ -96,11 +98,13 @@
     <Reference Include="Microsoft.CSharp" />
     <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
-    <Reference Include="Topshelf">
-      <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.dll</HintPath>
+    <Reference Include="Topshelf, Version=3.0.105.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\Topshelf.dll</HintPath>
     </Reference>
-    <Reference Include="Topshelf.Log4Net">
-      <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.Log4Net.dll</HintPath>
+    <Reference Include="Topshelf.Log4Net, Version=3.0.105.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\Topshelf.Log4Net.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>
@@ -149,6 +153,10 @@
     </None>
   </ItemGroup>
   <ItemGroup>
+    <Content Include="lib\RabbitMQ.Client.dll" />
+    <Content Include="lib\RDIFramework.Utilities.dll" />
+    <Content Include="lib\Topshelf.dll" />
+    <Content Include="lib\Topshelf.Log4Net.dll" />
     <Content Include="quartz_jobs.xml">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
       <SubType>Designer</SubType>

BIN
TimedUpload/lib/RDIFramework.Utilities.dll


BIN
TimedUpload/lib/RabbitMQ.Client.dll


BIN
TimedUpload/lib/Topshelf.Log4Net.dll


BIN
TimedUpload/lib/Topshelf.dll