lxl 1 년 전
부모
커밋
fc032a22d0
7개의 변경된 파일10개의 추가작업 그리고 5개의 파일을 삭제
  1. 10 5
      EMIS.Service/EMIS.Service.csproj
  2. BIN
      Lib/Autofac.dll
  3. BIN
      Lib/Bowin.Common.dll
  4. BIN
      Lib/Newtonsoft.Json.dll
  5. BIN
      Lib/Senparc.CO2NET.APM.dll
  6. BIN
      Lib/Senparc.CO2NET.dll
  7. BIN
      Lib/Senparc.NeuChar.dll

+ 10 - 5
EMIS.Service/EMIS.Service.csproj

@@ -36,7 +36,8 @@
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
-      <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\Lib\Autofac.dll</HintPath>
     </Reference>
     <Reference Include="Bowin.Common">
       <HintPath>..\Lib\Bowin.Common.dll</HintPath>
@@ -49,16 +50,20 @@
       <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
     </Reference>
     <Reference Include="Senparc.CO2NET, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\Senparc.CO2NET.0.5.2\lib\net40\Senparc.CO2NET.dll</HintPath>
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\Lib\Senparc.CO2NET.dll</HintPath>
     </Reference>
     <Reference Include="Senparc.CO2NET.APM, Version=0.2.5.0, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\Senparc.CO2NET.APM.0.2.5\lib\net40\Senparc.CO2NET.APM.dll</HintPath>
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\Lib\Senparc.CO2NET.APM.dll</HintPath>
     </Reference>
     <Reference Include="Senparc.NeuChar, Version=0.6.2.1, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\Senparc.NeuChar.0.6.2.1\lib\net40\Senparc.NeuChar.dll</HintPath>
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\Lib\Senparc.NeuChar.dll</HintPath>
     </Reference>
     <Reference Include="Senparc.Weixin.TenPay, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\Senparc.Weixin.TenPay.1.2.1\lib\net40\Senparc.Weixin.TenPay.dll</HintPath>
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\Lib\Senparc.Weixin.TenPay.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Configuration" />

BIN
Lib/Autofac.dll


BIN
Lib/Bowin.Common.dll


BIN
Lib/Newtonsoft.Json.dll


BIN
Lib/Senparc.CO2NET.APM.dll


BIN
Lib/Senparc.CO2NET.dll


BIN
Lib/Senparc.NeuChar.dll