锐腾搅拌上料功能
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.

246 lines
11 KiB

5 months ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{93C20437-EB6F-477A-9DBF-347A795795A1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ICSSoft.Frame.Data.DAL</RootNamespace>
  12. <AssemblyName>ICSSoft.Frame.Data.DAL</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</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>..\Root\</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.Base.Config.AppConfig">
  46. <HintPath>..\Root\ICSSoft.Base.Config.AppConfig.dll</HintPath>
  47. </Reference>
  48. <Reference Include="ICSSoft.Base.Config.DBHelper">
  49. <HintPath>..\Root\ICSSoft.Base.Config.DBHelper.dll</HintPath>
  50. </Reference>
  51. <Reference Include="ICSSoft.Frame.Data.DAL, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\ICSSoft.PDA.Service\bin\ICSSoft.Frame.Data.DAL.dll</HintPath>
  54. </Reference>
  55. <Reference Include="ICSSoft.Frame.Helper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\Root\ICSSoft.Frame.Helper.dll</HintPath>
  58. </Reference>
  59. <Reference Include="ICSSoft.Frame.Menu.Entity">
  60. <HintPath>..\Root\ICSSoft.Frame.Menu.Entity.dll</HintPath>
  61. </Reference>
  62. <Reference Include="ICSSoft.YT.Entity, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\Root\ICSSoft.YT.Entity.dll</HintPath>
  65. </Reference>
  66. <Reference Include="log4net">
  67. <HintPath>..\..\JOB\log4net.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\Root\Newtonsoft.Json.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\Root\Oracle.ManagedDataAccess.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.configuration" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Data.Linq" />
  81. <Reference Include="System.Runtime.Serialization" />
  82. <Reference Include="System.ServiceModel" />
  83. <Reference Include="System.Web" />
  84. <Reference Include="System.Web.Extensions" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="APPConfigForOracl.cs" />
  93. <Compile Include="DataAcquiseDLL.cs" />
  94. <Compile Include="FormPhysicalInventoryDAL.cs" />
  95. <Compile Include="FormPurchasingStorageDAL.cs" />
  96. <Compile Include="ICSCollectDAL.cs" />
  97. <Compile Include="ICSDataCollectionDAL.cs" />
  98. <Compile Include="ICSDateDiffAddDAL.cs" />
  99. <Compile Include="ICSEQPMaterialInfoDAL.cs" />
  100. <Compile Include="ICSEQPMaterialINVDAL.cs" />
  101. <Compile Include="ICSEQPMaterialTRANSDAL.cs" />
  102. <Compile Include="ICSEQPShutdownDAL.cs" />
  103. <Compile Include="ICSEQPSTPDAL.cs" />
  104. <Compile Include="ICSEqpSuspendDetailDAL.cs" />
  105. <Compile Include="ICSEQPWeeklyMaintenanceDAL.cs" />
  106. <Compile Include="ICSEquipmentTypeDAL.cs" />
  107. <Compile Include="ICSFACTORYDAL.cs" />
  108. <Compile Include="ICSIPQCKGROUP2LISTDAL.cs" />
  109. <Compile Include="ICSKodDbApiDAL.cs" />
  110. <Compile Include="ICSKODFOLDERDAL.cs" />
  111. <Compile Include="ICSLot2LotDAL.cs" />
  112. <Compile Include="ICSLOTONWIPCheckDetailDAL.cs" />
  113. <Compile Include="ICSLOTONWIPDAL.cs" />
  114. <Compile Include="ICSLOTONWIPDetailDAL.cs" />
  115. <Compile Include="ICSLOTONWIPInspectionDAL.cs" />
  116. <Compile Include="ICSMaterielLOTDAL.cs" />
  117. <Compile Include="ICSMbarcodeLOTDAL.cs" />
  118. <Compile Include="ICSMO2LotDAL.cs" />
  119. <Compile Include="ICSMO2UserDAL.cs" />
  120. <Compile Include="ICSNCTPDAL.cs" />
  121. <Compile Include="ICSOWarehousingLOTDAL.cs" />
  122. <Compile Include="ICSPalletDAL.cs" />
  123. <Compile Include="ICSPickingDAL.cs" />
  124. <Compile Include="ICSPictureDAL.cs" />
  125. <Compile Include="ICSPJXPrintDal.cs" />
  126. <Compile Include="ICSDispatchReturnDAL.cs" />
  127. <Compile Include="ICSSEGDAL.cs" />
  128. <Compile Include="ICSStorageInfoDAL.cs" />
  129. <Compile Include="ICSSys_EnumValuesDAL.cs" />
  130. <Compile Include="ICSTPDal.cs" />
  131. <Compile Include="ICSAllocationDAL.cs" />
  132. <Compile Include="ICSAQLDAL.cs" />
  133. <Compile Include="ICSASNIQCDETAILDAL.cs" />
  134. <Compile Include="ICSDataAcquiseDAL.cs" />
  135. <Compile Include="ICSDCTDal.cs" />
  136. <Compile Include="ICSECG2ECDAL.cs" />
  137. <Compile Include="ICSINVReceiptDAL.cs" />
  138. <Compile Include="ICSINVReceiptDetailDAL.cs" />
  139. <Compile Include="ICSITEM2ROUTEDAL.cs" />
  140. <Compile Include="ICSITEMLOTDAL.cs" />
  141. <Compile Include="ICSITEMROUTE2OPDAL.cs" />
  142. <Compile Include="ICSINVBusinessDAL.cs" />
  143. <Compile Include="ICSMINNODAL.cs" />
  144. <Compile Include="ICSMODAL.cs" />
  145. <Compile Include="ICSOPBOMDAL.cs" />
  146. <Compile Include="ICSOPBOMDETAILDAL.cs" />
  147. <Compile Include="ICSOQCCKGROUP2LISTDAL.cs" />
  148. <Compile Include="ICSOQCCKGROUPDAL.cs" />
  149. <Compile Include="ICSOQCCKLISTDAL.cs" />
  150. <Compile Include="ICSSENDINVPLANDAL.cs" />
  151. <Compile Include="ICSShiftDAL.cs" />
  152. <Compile Include="ICSShifTypeDAL.cs" />
  153. <Compile Include="ICSShipToStockDAL.cs" />
  154. <Compile Include="ICSSSDAL.cs" />
  155. <Compile Include="ICSOPDAL.cs" />
  156. <Compile Include="ICSStackDal.cs" />
  157. <Compile Include="ICSStorageDal.cs" />
  158. <Compile Include="ICSUserInfoDAL.cs" />
  159. <Compile Include="ICSUserSkillDAL.cs" />
  160. <Compile Include="ICSWareHouseLotInfoDAL.cs" />
  161. <Compile Include="ICSWBSSpecailTransferDAL.cs" />
  162. <Compile Include="ICSWorkReportDAL.cs" />
  163. <Compile Include="ICSResOPDAL.cs" />
  164. <Compile Include="Properties\AssemblyInfo.cs" />
  165. <Compile Include="ICSCREWDAL.cs" />
  166. <Compile Include="ICSRESDAL.cs" />
  167. <Compile Include="ICSOP2RESDAL.cs" />
  168. <Compile Include="ICSROUTE2OPDAL.cs" />
  169. <Compile Include="ICSROUTEDAL.cs" />
  170. <Compile Include="ICSINVENTORYDAL.cs" />
  171. <Compile Include="ICSMODELDAL.cs" />
  172. <Compile Include="ICSVendorDAL.cs" />
  173. <Compile Include="ICSMODELOP2CKGROUPDAL.cs" />
  174. <Compile Include="ICSASNIQCDal.cs" />
  175. <Compile Include="ICSFIRSTCHECKBYMODAL.cs" />
  176. <Compile Include="ICSECGDAL.cs" />
  177. <Compile Include="ICSECDAL.cs" />
  178. <Compile Include="ICSInvTransferDal.cs" />
  179. <Compile Include="ICSInvTransferDetailDal.cs" />
  180. <Compile Include="ICSWareHouseLotInfoLogDAL.cs" />
  181. <Compile Include="ICSIQCTESTDATADal.cs" />
  182. <Compile Include="ICSECSDAL.cs" />
  183. <Compile Include="ICSECSGDAL.cs" />
  184. <Compile Include="ICSECSG2ECSDAL.cs" />
  185. <Compile Include="ICSDUTYDAL.cs" />
  186. <Compile Include="ICSSOLUTIONDAL.cs" />
  187. <Compile Include="ICSMODEL2ECGDAL.cs" />
  188. <Compile Include="ICSMODEL2ECSGDAL.cs" />
  189. <Compile Include="ICSMODEL2ECSDAL.cs" />
  190. <Compile Include="ICSMODEL2SOLUTIONDAL.cs" />
  191. <Compile Include="ICSUser2ResDAL.cs" />
  192. <Compile Include="ICSEquipmentDAL.cs" />
  193. <Compile Include="ICSEQPCHECKLISTDAL.cs" />
  194. <Compile Include="ICSEQPHandleDAL.cs" />
  195. <Compile Include="ICSEQPTSDAL.cs" />
  196. <Compile Include="ICSEQPMaintainPlanDAL.cs" />
  197. <Compile Include="ICSEQPMaintainLogDAL.cs" />
  198. <Compile Include="ICSEQPMaintainLogInfoDAL.cs" />
  199. <Compile Include="ICSEQPDataDAL.cs" />
  200. <Compile Include="ICSTSDAL.cs" />
  201. <Compile Include="ICSINVInfoDAL.cs" />
  202. <Compile Include="ICSGaugeDAL.cs" />
  203. <Compile Include="ICSRdrecord2LOTDAL.cs" />
  204. <Compile Include="ICSStockBarCodeDAL.cs" />
  205. <Compile Include="StockBarCodeDAL.cs" />
  206. <Compile Include="ICSITEMBoxDAL.cs" />
  207. <Compile Include="ICSItemBackDAL.cs" />
  208. <Compile Include="ICSAgentDAL.cs" />
  209. <Compile Include="FormICSPurchaseLOTDAL.cs" />
  210. <Compile Include="FormICSBatchsQueryDAL.cs" />
  211. <Compile Include="FormICSRewarehouseDAL.cs" />
  212. <Compile Include="ICSPOArriveDAL.cs" />
  213. <Compile Include="ICSMaterialPickDAL.cs" />
  214. <Compile Include="ICSHeatTreatmentDAL.cs" />
  215. <Compile Include="ICSItemOPPriceDAL.cs" />
  216. <Compile Include="CheckDAL.cs" />
  217. <Compile Include="ICSOPHoursDAL.cs" />
  218. <Compile Include="ICSSOPriceSheetDAL.cs" />
  219. <Compile Include="ICSErrorHandleApplyDAL.cs" />
  220. <Compile Include="ICSLOTONWIPCheckDAL.cs" />
  221. <Compile Include="ICSForecastDAL.cs" />
  222. <Compile Include="ICSDeliveryPlanDAL.cs" />
  223. </ItemGroup>
  224. <ItemGroup>
  225. <ProjectReference Include="..\ICSSoft.Frame.Data.Entity\ICSSoft.Frame.Data.Entity.csproj">
  226. <Project>{036B9D4C-85EA-40E1-B16C-C4741A22BAE6}</Project>
  227. <Name>ICSSoft.Frame.Data.Entity</Name>
  228. </ProjectReference>
  229. </ItemGroup>
  230. <ItemGroup>
  231. <None Include="app.config" />
  232. <None Include="ClassDiagram1.cd" />
  233. <Compile Include="ICSTeamGroupDAL.cs" />
  234. <None Include="map_ncr2oa.json">
  235. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  236. </None>
  237. <None Include="Properties\DataSources\System.Data.DataSet.datasource" />
  238. </ItemGroup>
  239. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  240. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  241. Other similar extension points exist, see Microsoft.Common.targets.
  242. <Target Name="BeforeBuild">
  243. </Target>
  244. <Target Name="AfterBuild">
  245. </Target>
  246. -->
  247. </Project>