IcsFromERPJob
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

197 lines
8.4 KiB

4 months ago
4 months ago
4 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
3 months ago
4 months ago
4 months ago
3 months ago
3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
3 months ago
3 months ago
4 months ago
3 months ago
3 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{71BE770C-F5BE-46C8-A81C-1897E28DB761}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ICSSoft.FromERP</RootNamespace>
  12. <AssemblyName>ICSSoft.FromERP</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="ICSSoft.SendMail">
  46. <HintPath>..\..\..\智绿SRM\ICSSoft.SendMail.dll</HintPath>
  47. </Reference>
  48. <Reference Include="log4net, Version=2.0.17.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  49. <HintPath>..\packages\log4net.2.0.17\lib\net45\log4net.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Newtonsoft.Json">
  52. <HintPath>..\..\..\50-job\Scheduler_4.0\Scheduler\JOB\Newtonsoft.Json.DLL</HintPath>
  53. </Reference>
  54. <Reference Include="NPinyin">
  55. <HintPath>..\Root\NPinyin.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Quartz">
  58. <HintPath>..\Root\Quartz.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.ComponentModel.Composition" />
  62. <Reference Include="System.configuration" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Data.Linq" />
  65. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  66. <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  67. <Private>True</Private>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  71. <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
  72. <Private>True</Private>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  76. <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
  77. <Private>True</Private>
  78. <Private>True</Private>
  79. </Reference>
  80. <Reference Include="System.Web" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Xml" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="ConvertExt.cs" />
  89. <Compile Include="DBHelper.cs" />
  90. <Compile Include="Extension\CommonExt.cs" />
  91. <Compile Include="HttpHelper.cs" />
  92. <Compile Include="ICSAddStdWorkHourFromMES.cs" />
  93. <Compile Include="IcsAutoMo2Lot.cs" />
  94. <Compile Include="IcsAutoMo2Lot4JWX.cs" />
  95. <Compile Include="IcsAutoSyncItemRoute.cs" />
  96. <Compile Include="IcsAutoSyncMoRoute.cs" />
  97. <Compile Include="IcsAutoSyncMoRoute_Rhtyon.cs" />
  98. <Compile Include="ICSDeliveryNotice.cs" />
  99. <Compile Include="ICSDisassemblyDoc.cs" />
  100. <Compile Include="ICSICSMOIssue.cs" />
  101. <Compile Include="ICSInventoryFromU8.cs" />
  102. <Compile Include="ICSInventory_Rhtyon.cs" />
  103. <Compile Include="IcsMainCategoryCodeFromU8.cs" />
  104. <Compile Include="IcsMainCategoryCode.cs" />
  105. <Compile Include="ICSManufactureReceive.cs" />
  106. <Compile Include="ICSMoBom.cs" />
  107. <Compile Include="ICSModel.cs" />
  108. <Compile Include="ICSMoFromU8.cs" />
  109. <Compile Include="ICSMOIssue.cs" />
  110. <Compile Include="IcsMo_Rhtyon.cs" />
  111. <Compile Include="IcsOp.cs" />
  112. <Compile Include="IcsSBomFromU8.cs" />
  113. <Compile Include="IcsSBom.cs" />
  114. <Compile Include="ConstWorkPoint.cs" />
  115. <Compile Include="ICSBrrow.cs" />
  116. <Compile Include="ICSDepartment.cs" />
  117. <Compile Include="Data\ICSHelper.cs" />
  118. <Compile Include="ICSODeliveryNotice.cs" />
  119. <Compile Include="ICSOIssue.cs" />
  120. <Compile Include="ICSOtherIn.cs" />
  121. <Compile Include="ICSOtherOut.cs" />
  122. <Compile Include="ICSOtherOutIn.cs" />
  123. <Compile Include="ICSMOPick.cs" />
  124. <Compile Include="ICSOutsourcingOrder.cs" />
  125. <Compile Include="ICSOutsourcingReceive.cs" />
  126. <Compile Include="ICSPO.cs" />
  127. <Compile Include="ICSPORed.cs" />
  128. <Compile Include="ICSPurchaseReceive.cs" />
  129. <Compile Include="ICSReturn.cs" />
  130. <Compile Include="IcsSBom_Rhtyon.cs" />
  131. <Compile Include="ICSSDN.cs" />
  132. <Compile Include="ICSSendEmail.cs" />
  133. <Compile Include="ICSWarehouse.cs" />
  134. <Compile Include="Model\ApiResult\AbpResultDto.cs" />
  135. <Compile Include="Model\ApiResult\ErrorDto.cs" />
  136. <Compile Include="Model\ApiResult\WeiMasResult.cs" />
  137. <Compile Include="Model\威迈\CustomerDto.cs" />
  138. <Compile Include="Model\威迈\CustomerInputDto.cs" />
  139. <Compile Include="Model\威迈\ItemDto.cs" />
  140. <Compile Include="Model\威迈\ItemInputDto.cs" />
  141. <Compile Include="Model\威迈\SubCompanyDto.cs" />
  142. <Compile Include="Model\威迈\TokenDto.cs" />
  143. <Compile Include="Model\威迈\VendorDto.cs" />
  144. <Compile Include="Model\威迈\VendorInputDto.cs" />
  145. <Compile Include="Model\金杨\CapInputDto.cs" />
  146. <Compile Include="Model\金杨\ResponseInfoDto.cs" />
  147. <Compile Include="Properties\AssemblyInfo.cs" />
  148. <Compile Include="ICSInventory.cs" />
  149. <Compile Include="ICSMo.cs" />
  150. <Compile Include="ICSMaterialPICK.cs" />
  151. <Compile Include="ICSTransfer.cs" />
  152. <Compile Include="ICSSoDispatch.cs" />
  153. <Compile Include="ICSOApply.cs" />
  154. <Compile Include="ICSUser.cs" />
  155. <Compile Include="ICSVendor.cs" />
  156. <Compile Include="ICSOOPick.cs" />
  157. <Compile Include="ICSReplenishapply.cs" />
  158. <Compile Include="ICSAssemVouchs.cs" />
  159. <Compile Include="ICSSO.cs" />
  160. <Compile Include="RestOpHelper.cs" />
  161. <Compile Include="SK\YERP_001.cs" />
  162. <Compile Include="SK\YERP_002.cs" />
  163. <Compile Include="SK\YERP_003.cs" />
  164. <Compile Include="SK\YERP_004.cs" />
  165. <Compile Include="SK\YERP_005.cs" />
  166. <Compile Include="SK\YERP_006.cs" />
  167. <Compile Include="SK\YERP_007.cs" />
  168. <Compile Include="SK\YERP_008.cs" />
  169. <Compile Include="SK\YERP_010_BOH.cs" />
  170. <Compile Include="SK\YERP_010_EOH.cs" />
  171. <Compile Include="SK\YERP_011.cs" />
  172. <Compile Include="SK\YERP_012.cs" />
  173. <Compile Include="SRMUser.cs" />
  174. <Compile Include="SyncCas_Jinyang.cs" />
  175. <Compile Include="SyncCustomer_WeiMas.cs" />
  176. <Compile Include="SyncItem_WeiMas.cs" />
  177. <Compile Include="SyncVendor_WeiMas.cs" />
  178. <Compile Include="XmlAPIHelper.cs" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="App.config">
  182. <SubType>Designer</SubType>
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </None>
  185. <None Include="packages.config" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <WCFMetadata Include="Connected Services\" />
  189. </ItemGroup>
  190. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  191. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  192. Other similar extension points exist, see Microsoft.Common.targets.
  193. <Target Name="BeforeBuild">
  194. </Target>
  195. <Target Name="AfterBuild">
  196. </Target>
  197. -->
  198. </Project>