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.

327 lines
16 KiB

3 weeks 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. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F2035EE2-B73D-4FB8-A433-CAB465DE6A2A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Application</RootNamespace>
  11. <AssemblyName>NFine.Application</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Dapper, Version=1.50.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Dapper.1.50.0\lib\net45\Dapper.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Dapper.Contrib, Version=1.50.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Dapper.Contrib.1.50.0\lib\net45\Dapper.Contrib.dll</HintPath>
  47. </Reference>
  48. <Reference Include="DapperExtensions, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <HintPath>..\packages\DapperExtensions.1.6.0\lib\net45\DapperExtensions.dll</HintPath>
  50. </Reference>
  51. <Reference Include="ICSSoft.SendMail">
  52. <HintPath>..\packages\ICSSoft.SendMail.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  55. <HintPath>..\..\..\..\公司\基础版SRM\NFine.Framework\NFine.Code\bin\Debug\Newtonsoft.Json.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Configuration" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Data.Linq" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Web" />
  64. <Reference Include="System.Web.Extensions" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="01 Infrastructure\DbLogType.cs" />
  73. <Compile Include="BBWMS\ConvertExt.cs" />
  74. <Compile Include="BBWMS\DapperData.cs" />
  75. <Compile Include="BBWMS\ICSManufactureReceiveApp.cs" />
  76. <Compile Include="BBWMS\IQC\IQCQualityApp.cs" />
  77. <Compile Include="DHAY\ConvertExt.cs" />
  78. <Compile Include="DHAY\FullProcessTraceabilityApp.cs" />
  79. <Compile Include="DHAY\ICSOtherInOutApp.cs" />
  80. <Compile Include="DHAY\DHICSRCVIQCsApp.cs" />
  81. <Compile Include="DHAY\ICSRCVIQCsApp.cs" />
  82. <Compile Include="DHAY\ICSWareHouseLotInfoLogApp.cs" />
  83. <Compile Include="DHAY\ICSMOIssueApp.cs" />
  84. <Compile Include="DHAY\ICSCreateItemLotApp.cs" />
  85. <Compile Include="DHAY\ICSFinishedProductShipmentApp.cs" />
  86. <Compile Include="DHAY\ICSMTDOCDHApp.cs" />
  87. <Compile Include="DHAY\ICSSDNApp.cs" />
  88. <Compile Include="DHAY\ICSAccessoriesMOIApplyApp.cs" />
  89. <Compile Include="DHAY\ICSCustomerSuppliedInApp.cs" />
  90. <Compile Include="DHAY\ICSCustomerSuppliedReturnApp.cs" />
  91. <Compile Include="DHAY\IQC\IQCQualityApp.cs" />
  92. <Compile Include="DHAY\MaterialsDeliveredRTMApp.cs" />
  93. <Compile Include="Entity\ICSInspection.cs" />
  94. <Compile Include="Entity\EATTRIBUTEModel.cs" />
  95. <Compile Include="Entity\ICSMOApplyNeg.cs" />
  96. <Compile Include="Entity\ICSPurchaseReceive.cs" />
  97. <Compile Include="Entity\ICSSSD.cs" />
  98. <Compile Include="Entity\ICSWareHouseLotInfo.cs" />
  99. <Compile Include="Entity\ICSWareHouseLotInfoLog.cs" />
  100. <Compile Include="Entity\IQC\ICSASNDetailEntity.cs" />
  101. <Compile Include="Entity\IQC\ICSASNEntity.cs" />
  102. <Compile Include="Entity\IQC\ICSBadCodeEntity.cs" />
  103. <Compile Include="Entity\IQC\ICSBadCodeGroupEntity.cs" />
  104. <Compile Include="Entity\IQC\ICSBadReasonEntity.cs" />
  105. <Compile Include="Entity\IQC\ICSBadReasonGroupEntity.cs" />
  106. <Compile Include="Entity\IcsCheckingFixture\IcsCheckingFixture.cs" />
  107. <Compile Include="Entity\IQC\ICSInspectionGroupEntity.cs" />
  108. <Compile Include="Entity\IQC\ICSInspectionListEntity.cs" />
  109. <Compile Include="Entity\IQC\ICSInspectionRulesGroupEntity.cs" />
  110. <Compile Include="Entity\IQC\ICSInspectionRulesListEntity.cs" />
  111. <Compile Include="Entity\IQC\ICSInventoryInspectionGroupEntity.cs" />
  112. <Compile Include="Entity\IQC\ICSInventoryInspectionListEntity.cs" />
  113. <Compile Include="Entity\IQC\ICSInventoryInspectionRulesGroup.cs" />
  114. <Compile Include="Entity\IQC\ICSInventoryInspectionRulesGroupFile.cs" />
  115. <Compile Include="Entity\IQC\ICSInventoryInspectionRulesList.cs" />
  116. <Compile Include="Entity\ICSBrrow.cs" />
  117. <Compile Include="Entity\ICSDisassemblyDoc.cs" />
  118. <Compile Include="Entity\ICSManufactureReceive.cs" />
  119. <Compile Include="Entity\ICSMOApply.cs" />
  120. <Compile Include="Entity\ICSMOReplenishment.cs" />
  121. <Compile Include="Entity\IQC\IcsMatCheckResult.cs" />
  122. <Compile Include="Entity\IQC\IcsMatCheckResultDetail.cs" />
  123. <Compile Include="Entity\IQC\ICSOASN.cs" />
  124. <Compile Include="Entity\IQC\ICSOASNDetailEntity.cs" />
  125. <Compile Include="Entity\SysModifyLog.cs" />
  126. <Compile Include="HGWMS\LotDataGenerationApp.cs" />
  127. <Compile Include="HGWMS\PickMaterialApp.cs" />
  128. <Compile Include="JHWMS\DeciliterApp.cs" />
  129. <Compile Include="JHWMS\MaterialsDeliveredRTMApp.cs" />
  130. <Compile Include="JHWMS\ProductionIssueApp.cs" />
  131. <Compile Include="JHWMS\WMSCreateItemLotApp.cs" />
  132. <Compile Include="JinHuaWMS\DeciliterApp.cs" />
  133. <Compile Include="JinHuaWMS\WMSCreateItemLotApp.cs" />
  134. <Compile Include="KBSWMS\ICSInspectionReportsApp.cs" />
  135. <Compile Include="KBSWMS\ExamineViewModel.cs" />
  136. <Compile Include="KBSWMS\ICSLotFreezeDHApp.cs" />
  137. <Compile Include="KBSWMS\ICSUpdateMoPickApp.cs" />
  138. <Compile Include="KBSWMS\PassFirstTimeModel.cs" />
  139. <Compile Include="KBSWMS\PickMaterialApp.cs" />
  140. <Compile Include="KBSWMS\Single-taskingViewMOdel.cs" />
  141. <Compile Include="KBSWMS\ICSManufactureReceiveApp.cs" />
  142. <Compile Include="HGWMS\MultitaskingViewModel.cs" />
  143. <Compile Include="HGWMS\Single-taskingViewMOdel.cs" />
  144. <Compile Include="Interface\IElementKey.cs" />
  145. <Compile Include="HGWMS\ICSTransferApp.cs" />
  146. <Compile Include="HGWMS\WMSCreateItemLotApp.cs" />
  147. <Compile Include="MFWMS\ICSMOIssueSendBackApp.cs" />
  148. <Compile Include="MFWMS\ICSSSDApp.cs" />
  149. <Compile Include="MFWMS\ScrapDocumentDealWithApp.cs" />
  150. <Compile Include="MHWMS\WMSCreateItemLotApp.cs" />
  151. <Compile Include="Models\ICSASNDetailDto.cs" />
  152. <Compile Include="Models\ICSASNDto.cs" />
  153. <Compile Include="Models\ICSBadCodeDto.cs" />
  154. <Compile Include="Models\ICSBadCodeGroupDto.cs" />
  155. <Compile Include="Models\ICSBadReasonDto.cs" />
  156. <Compile Include="Models\ICSBadReasonGroupDto.cs" />
  157. <Compile Include="Models\IcsCheckingFixtureDto.cs" />
  158. <Compile Include="Models\IcsCheckingFixtureTransferDto.cs" />
  159. <Compile Include="Models\ICSInspectionGroupDto.cs" />
  160. <Compile Include="Models\ICSInspectionListDto.cs" />
  161. <Compile Include="Models\ICSInspectionRulesGroupDto.cs" />
  162. <Compile Include="Models\ICSInspectionRulesListDto.cs" />
  163. <Compile Include="Models\ICSInventoryDto.cs" />
  164. <Compile Include="Models\ICSInventoryInspectionGroupDto.cs" />
  165. <Compile Include="Models\ICSInventoryInspectionListDto.cs" />
  166. <Compile Include="Models\ICSInventoryInspectionRulesGroupDto.cs" />
  167. <Compile Include="Entity\ICSOtherIn.cs" />
  168. <Compile Include="Entity\ICSOtherOut.cs" />
  169. <Compile Include="Entity\ICSReturn.cs" />
  170. <Compile Include="Entity\ICSSDN.cs" />
  171. <Compile Include="Entity\ICSTransfer.cs" />
  172. <Compile Include="Models\ICSBrrowEdit.cs" />
  173. <Compile Include="Models\ICSDisassemblyDocEdit.cs" />
  174. <Compile Include="Models\IcsItemLotInIQCCheckDto.cs" />
  175. <Compile Include="Models\ICSManufactureReceiveEdit.cs" />
  176. <Compile Include="Models\IcsMatCheckResultDetailDto.cs" />
  177. <Compile Include="Models\IcsMatCheckResultDto.cs" />
  178. <Compile Include="Models\ICSMOApplyEdit.cs" />
  179. <Compile Include="Entity\ICSMOIssue.cs" />
  180. <Compile Include="Models\ICSPurchaseReceiveEdit.cs" />
  181. <Compile Include="Models\ICSSSDEdit.cs" />
  182. <Compile Include="Models\ICSWareHouseLotInfoEdit.cs" />
  183. <Compile Include="Models\ICSWareHouseLotInfoLogEdit.cs" />
  184. <Compile Include="Models\Result.cs" />
  185. <Compile Include="Models\LOTStockUpCreateIModel.cs" />
  186. <Compile Include="Models\ICSMOIssueEdit.cs" />
  187. <Compile Include="Entity\ICSMOPick.cs" />
  188. <Compile Include="Models\ICSMOPickEdit.cs" />
  189. <Compile Include="Models\ICSMOReplenishmentEdit.cs" />
  190. <Compile Include="Models\ICSOtherInEdit.cs" />
  191. <Compile Include="Models\ICSOtherOutEdit.cs" />
  192. <Compile Include="Models\ICSReturnEdit.cs" />
  193. <Compile Include="Models\ICSSDNEdit.cs" />
  194. <Compile Include="Models\ICSTransferEdit.cs" />
  195. <Compile Include="Models\SelectItemDto.cs" />
  196. <Compile Include="Models\SysEnumValueDto.cs" />
  197. <Compile Include="Models\UniversalEditModel.cs" />
  198. <Compile Include="Entity\IcsCheckingFixture\IcsCheckingFixtureTransfer.cs" />
  199. <Compile Include="PNWMS\BasicSettingsApp.cs" />
  200. <Compile Include="PNWMS\BlitemApp.cs" />
  201. <Compile Include="PNWMS\PickMaterialApp.cs" />
  202. <Compile Include="PNWMS\WMSCreateItemLotApp.cs" />
  203. <Compile Include="RTWMS\WMSCreateItemLotApp.cs" />
  204. <Compile Include="WMS\CheckingFixtureApp.cs" />
  205. <Compile Include="WMS\ConvertExt.cs" />
  206. <Compile Include="WMS\DapperData.cs" />
  207. <Compile Include="WMS\DeleteArrivalDocApp.cs" />
  208. <Compile Include="WMS\ICSAPISendApp.cs" />
  209. <Compile Include="WMS\ICSBrrowApp.cs" />
  210. <Compile Include="WMS\ICSDeliveryNoticeApp.cs" />
  211. <Compile Include="WMS\ICSDisassemblyDocEntityApp.cs" />
  212. <Compile Include="WMS\ICSAPIErrorHandleApp.cs" />
  213. <Compile Include="WMS\ICSManufactureReceiveApp.cs" />
  214. <Compile Include="WMS\ICSMOApplyApp.cs" />
  215. <Compile Include="WMS\ICSMOIssueApp.cs" />
  216. <Compile Include="WMS\ICSMOPickApp.cs" />
  217. <Compile Include="WMS\ICSMOReplenishmentApp.cs" />
  218. <Compile Include="WMS\ICSOperationApp.cs" />
  219. <Compile Include="WMS\ICSOtherInApp.cs" />
  220. <Compile Include="WMS\ICSOtherOutApp.cs" />
  221. <Compile Include="WMS\ICSPurchaseReceiveApp.cs" />
  222. <Compile Include="WMS\ICSReturnApp.cs" />
  223. <Compile Include="WMS\ICSSDNALLApp.cs" />
  224. <Compile Include="WMS\ICSSDNApp.cs" />
  225. <Compile Include="WMS\ICSSSDApp.cs" />
  226. <Compile Include="WMS\ICSTransferApp.cs" />
  227. <Compile Include="WMS\ICSVendorApp.cs" />
  228. <Compile Include="DHAY\ICSCheckListApp.cs" />
  229. <Compile Include="Encrypt\EnciphermentApp.cs" />
  230. <Compile Include="Entity\ICSBadReason.cs" />
  231. <Compile Include="Entity\ICSInspectionList.cs" />
  232. <Compile Include="Entity\ICSInventoryInspectionGroup.cs" />
  233. <Compile Include="Properties\AssemblyInfo.cs" />
  234. <Compile Include="SRM\UserWorkPointApp.cs" />
  235. <Compile Include="SystemManage\CommonReportApp.cs" />
  236. <Compile Include="SystemManage\ItemsApp.cs" />
  237. <Compile Include="SystemManage\ItemsDetailApp.cs" />
  238. <Compile Include="SystemManage\MailApp.cs" />
  239. <Compile Include="SystemManage\DataActionApp.cs" />
  240. <Compile Include="SystemManage\ModuleApp.cs" />
  241. <Compile Include="SystemManage\FormDataActionApp.cs" />
  242. <Compile Include="SystemManage\ModuleButtonApp.cs" />
  243. <Compile Include="SystemManage\AreaApp.cs" />
  244. <Compile Include="SystemManage\OrganizeApp.cs" />
  245. <Compile Include="SystemManage\RoleApp.cs" />
  246. <Compile Include="SystemManage\CustomerApp.cs" />
  247. <Compile Include="SystemManage\UserApp.cs" />
  248. <Compile Include="SystemManage\UserLogOnApp.cs" />
  249. <Compile Include="SystemManage\DutyApp.cs" />
  250. <Compile Include="SystemManage\RoleAuthorizeApp.cs" />
  251. <Compile Include="SystemSecurity\DbBackupApp.cs" />
  252. <Compile Include="SystemSecurity\FilterIPApp.cs" />
  253. <Compile Include="SystemSecurity\LogApp.cs" />
  254. <Compile Include="WMS\BasicSettingsApp.cs" />
  255. <Compile Include="WMS\BlitemApp.cs" />
  256. <Compile Include="WMS\ICSCheckRuleApp.cs" />
  257. <Compile Include="WMS\ICSApplyApp.cs" />
  258. <Compile Include="WMS\ICSOApplyApp.cs" />
  259. <Compile Include="WMS\ICSODeliveryNoticeApp.cs" />
  260. <Compile Include="WMS\ICSOIssueApp.cs" />
  261. <Compile Include="WMS\ICSOOPickApp.cs" />
  262. <Compile Include="WMS\ICSOutsourcingOrderApp.cs" />
  263. <Compile Include="WMS\ICSOutsourcingReceiveApp.cs" />
  264. <Compile Include="WMS\IntelligentDeviceIntegrationApp.cs" />
  265. <Compile Include="WMS\IQC\IQCQualityApp.cs" />
  266. <Compile Include="WMS\SystemUpdateApp.cs" />
  267. <Compile Include="WMS\ICSCheckConfigurationApp.cs" />
  268. <Compile Include="WMS\WMSCreateMOApplyApp.cs" />
  269. <Compile Include="WMS\InspectionDeciliterApp.cs" />
  270. <Compile Include="WMS\ICSLotFreezeDHApp.cs" />
  271. <Compile Include="WMS\WareHouseReserveApp.cs" />
  272. <Compile Include="WMS\WareHouseLotinspectionApp.cs" />
  273. <Compile Include="WMS\PDAVersionApp.cs" />
  274. <Compile Include="WMS\PrintLotNoOverallApp.cs" />
  275. <Compile Include="WMS\DeciliterApp.cs" />
  276. <Compile Include="WMS\HomeWorkApp.cs" />
  277. <Compile Include="WMS\ICSDisassemblyDocApp.cs" />
  278. <Compile Include="WMS\ICSMOApp.cs" />
  279. <Compile Include="WMS\ICSMTDOCApp.cs" />
  280. <Compile Include="WMS\ICSRCVIQCsApp.cs" />
  281. <Compile Include="WMS\MaterialsDeliveredRTMApp.cs" />
  282. <Compile Include="WMS\PickMaterialApp.cs" />
  283. <Compile Include="WMS\PrintApp.cs" />
  284. <Compile Include="WMS\FinishedProductWarehouseEntryApp.cs" />
  285. <Compile Include="WMS\SalesOrderApp.cs" />
  286. <Compile Include="WMS\PurOrderApp.cs" />
  287. <Compile Include="WMS\ProductionIssueApp.cs" />
  288. <Compile Include="WMS\ProductionRAFMRApp.cs" />
  289. <Compile Include="WMS\RevokeBusinessApp.cs" />
  290. <Compile Include="WMS\UserListApp.cs" />
  291. <Compile Include="WMS\WeiWaiProductionIssueApp.cs" />
  292. <Compile Include="WMS\WMSCreateItemLotApp.cs" />
  293. <Compile Include="WMS\WWMaterialsDeliveredRTMApp.cs" />
  294. <Compile Include="WMS\WWProductionRAFMRApp.cs" />
  295. <Compile Include="WMS\YLICSMoPickApp.cs" />
  296. <Compile Include="WMS\ZHYSalesDeliveryApp.cs" />
  297. <Compile Include="XJYWMS\WMSCreateItemLotApp.cs" />
  298. </ItemGroup>
  299. <ItemGroup>
  300. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  301. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  302. <Name>NFine.Code</Name>
  303. </ProjectReference>
  304. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  305. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  306. <Name>NFine.Data</Name>
  307. </ProjectReference>
  308. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  309. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  310. <Name>NFine.Domain</Name>
  311. </ProjectReference>
  312. <ProjectReference Include="..\NFine.Repository\NFine.Repository.csproj">
  313. <Project>{875233bf-ea15-49e0-9a9c-77884a897ff6}</Project>
  314. <Name>NFine.Repository</Name>
  315. </ProjectReference>
  316. </ItemGroup>
  317. <ItemGroup>
  318. <None Include="packages.config" />
  319. </ItemGroup>
  320. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  321. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  322. Other similar extension points exist, see Microsoft.Common.targets.
  323. <Target Name="BeforeBuild">
  324. </Target>
  325. <Target Name="AfterBuild">
  326. </Target>
  327. -->
  328. </Project>