纽威
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.

900 lines
51 KiB

3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
3 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
1 year ago
3 years ago
3 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years 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. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{BEF1F2C9-1903-4AC4-93BD-08452BFA37A3}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>NFine.Web</RootNamespace>
  15. <AssemblyName>NFine.Web</AssemblyName>
  16. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. <SccProjectName>
  24. </SccProjectName>
  25. <SccLocalPath>
  26. </SccLocalPath>
  27. <SccAuxPath>
  28. </SccAuxPath>
  29. <SccProvider>
  30. </SccProvider>
  31. <Use64BitIISExpress />
  32. <UseGlobalApplicationHostFile />
  33. <TargetFrameworkProfile />
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="Aspose.Cells, Version=7.2.1.0, Culture=neutral, PublicKeyToken=304f5aa34aff2288, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>bin\Aspose.Cells.dll</HintPath>
  56. </Reference>
  57. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  58. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  62. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="ICSSoft.SendMail, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>D:\桌面\ICSSoft.SendMail.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Interop.grsvr6Lib, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <EmbedInteropTypes>True</EmbedInteropTypes>
  72. <HintPath>bin\Interop.grsvr6Lib.dll</HintPath>
  73. </Reference>
  74. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>bin\log4net.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.CSharp" />
  79. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>bin\Newtonsoft.Json.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Runtime.Serialization" />
  92. <Reference Include="System.ServiceModel" />
  93. <Reference Include="System.Web" />
  94. <Reference Include="System.Web.DynamicData" />
  95. <Reference Include="System.Web.Entity" />
  96. <Reference Include="System.Web.ApplicationServices" />
  97. <Reference Include="System.ComponentModel.DataAnnotations" />
  98. <Reference Include="System.Web.Extensions" />
  99. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  101. <Private>True</Private>
  102. </Reference>
  103. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  105. <Private>True</Private>
  106. </Reference>
  107. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  109. <Private>True</Private>
  110. </Reference>
  111. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  120. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  121. <Private>True</Private>
  122. </Reference>
  123. <Reference Include="System.Web.Abstractions" />
  124. <Reference Include="System.Web.Routing" />
  125. <Reference Include="System.Xml" />
  126. <Reference Include="System.Configuration" />
  127. <Reference Include="System.Web.Services" />
  128. <Reference Include="System.EnterpriseServices" />
  129. <Reference Include="System.Net.Http">
  130. </Reference>
  131. <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  132. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Net.Http.WebRequest">
  135. </Reference>
  136. <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  137. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  140. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20710.0\lib\net40\System.Web.Http.WebHost.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.Xml.Linq" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="App_Start\01 Handler\HandlerAjaxOnlyAttribute.cs" />
  146. <Compile Include="App_Start\01 Handler\HandlerAuthorizeAttribute.cs" />
  147. <Compile Include="App_Start\01 Handler\HandlerErrorAttribute.cs" />
  148. <Compile Include="App_Start\01 Handler\HandlerLoginAttribute.cs" />
  149. <Compile Include="App_Start\01 Handler\ControllerBase.cs" />
  150. <Compile Include="Areas\Encrypt\Controllers\EnciphermentController.cs" />
  151. <Compile Include="Areas\Encrypt\EncryptAreaRegistration.cs" />
  152. <Compile Include="Areas\SRM\SRMAreaRegistration.cs" />
  153. <Compile Include="Areas\SystemManage\Controllers\AreaController.cs" />
  154. <Compile Include="Areas\SystemManage\Controllers\CommonReportController.cs" />
  155. <Compile Include="Areas\SystemManage\Controllers\DutyController.cs" />
  156. <Compile Include="Areas\SystemManage\Controllers\ItemsDataController.cs" />
  157. <Compile Include="Areas\SystemManage\Controllers\ModuleButtonController.cs" />
  158. <Compile Include="Areas\SystemManage\Controllers\ModuleController.cs" />
  159. <Compile Include="Areas\SystemManage\Controllers\OrganizeController.cs" />
  160. <Compile Include="Areas\SystemManage\Controllers\RoleAuthorizeController.cs" />
  161. <Compile Include="Areas\SystemManage\Controllers\RoleController.cs" />
  162. <Compile Include="Areas\SystemManage\Controllers\CustomerController.cs" />
  163. <Compile Include="Areas\SystemManage\Controllers\UserController.cs" />
  164. <Compile Include="Areas\SystemManage\Controllers\ItemsTypeController.cs" />
  165. <Compile Include="Areas\SystemManage\SystemManageAreaRegistration.cs" />
  166. <Compile Include="Areas\SystemSecurity\Controllers\DbBackupController.cs" />
  167. <Compile Include="Areas\SystemSecurity\Controllers\FilterIPController.cs" />
  168. <Compile Include="Areas\SystemSecurity\Controllers\LogController.cs" />
  169. <Compile Include="Areas\SystemSecurity\Controllers\ServerMonitoringController.cs" />
  170. <Compile Include="Areas\SystemSecurity\SystemSecurityAreaRegistration.cs" />
  171. <Compile Include="Areas\WMS\Controllers\BasicSettingsController.cs" />
  172. <Compile Include="Areas\WMS\Controllers\BlitemController.cs" />
  173. <Compile Include="Areas\WMS\Controllers\DeciliterController.cs" />
  174. <Compile Include="Areas\WMS\Controllers\HomeWorkController.cs" />
  175. <Compile Include="Areas\WMS\Controllers\ICSDisassemblyDocController.cs" />
  176. <Compile Include="Areas\WMS\Controllers\ICSHGErrorHandleController.cs" />
  177. <Compile Include="Areas\WMS\Controllers\ICSToSAPController.cs" />
  178. <Compile Include="Areas\WMS\Controllers\ICSMTDOCController.cs" />
  179. <Compile Include="Areas\WMS\Controllers\ICSRCVIQCsController.cs" />
  180. <Compile Include="Areas\WMS\Controllers\MaterialsDeliveredRTMController.cs" />
  181. <Compile Include="Areas\WMS\Controllers\PickMaterialController.cs" />
  182. <Compile Include="Areas\WMS\Controllers\PrintController.cs" />
  183. <Compile Include="Areas\WMS\Controllers\ProductionIssueController.cs" />
  184. <Compile Include="Areas\WMS\Controllers\ProductionRAFMRController.cs" />
  185. <Compile Include="Areas\WMS\Controllers\RevokeBusinessController.cs" />
  186. <Compile Include="Areas\WMS\Controllers\UerListController.cs" />
  187. <Compile Include="Areas\WMS\Controllers\DeleteReceiptsController.cs" />
  188. <Compile Include="Areas\WMS\Controllers\WeiWaiProductionIssueController.cs" />
  189. <Compile Include="Areas\WMS\Controllers\WMSCreateItemLotController.cs" />
  190. <Compile Include="Areas\WMS\Controllers\WWMaterialsDeliveredRTMController.cs" />
  191. <Compile Include="Areas\WMS\Controllers\WWProductionRAFMRController.cs" />
  192. <Compile Include="Areas\WMS\WMSAreaRegistration.cs" />
  193. <Compile Include="ChulingHandler.ashx.cs">
  194. <DependentUpon>ChulingHandler.ashx</DependentUpon>
  195. </Compile>
  196. <Compile Include="PrintFunction.cs" />
  197. <Compile Include="Controllers\ClientsDataController.cs" />
  198. <Compile Include="Controllers\HomeController.cs" />
  199. <Compile Include="Controllers\LoginController.cs" />
  200. <Compile Include="Global.asax.cs">
  201. <DependentUpon>Global.asax</DependentUpon>
  202. </Compile>
  203. <Compile Include="PrintJson.cs" />
  204. <Compile Include="Properties\AssemblyInfo.cs" />
  205. <Compile Include="Properties\Settings.Designer.cs">
  206. <AutoGen>True</AutoGen>
  207. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  208. <DependentUpon>Settings.settings</DependentUpon>
  209. </Compile>
  210. <Compile Include="Service References\ServiceReference1\Reference.cs">
  211. <AutoGen>True</AutoGen>
  212. <DesignTime>True</DesignTime>
  213. <DependentUpon>Reference.svcmap</DependentUpon>
  214. </Compile>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Compile Include="App_Start\FilterConfig.cs" />
  218. <Compile Include="App_Start\RouteConfig.cs" />
  219. <Content Include="Content\css\bootstrap\bootstrap-select.css" />
  220. <Content Include="Content\css\bootstrap\bootstrap-switch.css" />
  221. <Content Include="Content\css\ColorPicker\bootstrap-colorpicker.css" />
  222. <Content Include="Content\css\ColorPicker\bootstrap-colorpicker.min.css" />
  223. <Content Include="Content\css\CommonReport\CommonReport.css" />
  224. <Content Include="Content\css\form.css" />
  225. <Content Include="Content\css\framework-font.css" />
  226. <Content Include="Content\css\framework-ui.css" />
  227. <Content Include="Content\css\framework-login.css" />
  228. <Content Include="Content\css\framework-theme.css" />
  229. <Content Include="Content\css\framework-about.css" />
  230. <Content Include="Content\css\toastr.min.css" />
  231. <Content Include="Content\fonts\fontawesome-webfont.svg" />
  232. <Content Include="Content\fonts\glyphicons-halflings-regular.svg" />
  233. <Content Include="Content\fonts\weathericons-regular-webfont.svg" />
  234. <Content Include="Content\img\ajax-loader.gif" />
  235. <Content Include="Content\img\alipay.jpg" />
  236. <Content Include="Content\img\banner1.jpg" />
  237. <Content Include="Content\img\banner2.jpg" />
  238. <Content Include="Content\img\banner3.jpg" />
  239. <Content Include="Content\img\banner4.jpg" />
  240. <Content Include="Content\img\button_pm_close.png" />
  241. <Content Include="Content\img\cy-reward-title-bg.jpg" />
  242. <Content Include="Content\img\Excel.png" />
  243. <Content Include="Content\img\File.jpg" />
  244. <Content Include="Content\img\loading.gif" />
  245. <Content Include="Content\img\logo.png" />
  246. <Content Include="Content\img\NewIndex.jpg" />
  247. <Content Include="Content\img\radio1.jpg" />
  248. <Content Include="Content\img\radio2.jpg" />
  249. <Content Include="Content\img\samples\333.png" />
  250. <Content Include="Content\img\samples\angelina-300.jpg" />
  251. <Content Include="Content\img\samples\emma-300.jpg" />
  252. <Content Include="Content\img\samples\emma.png" />
  253. <Content Include="Content\img\samples\george.png" />
  254. <Content Include="Content\img\samples\head_120.png" />
  255. <Content Include="Content\img\samples\jessica.jpg" />
  256. <Content Include="Content\img\samples\kunis-300.jpg" />
  257. <Content Include="Content\img\samples\kunis.png" />
  258. <Content Include="Content\img\samples\lima-300.jpg" />
  259. <Content Include="Content\img\samples\messages-photo-1.png" />
  260. <Content Include="Content\img\samples\messages-photo-2.png" />
  261. <Content Include="Content\img\samples\messages-photo-3.png" />
  262. <Content Include="Content\img\samples\miranda-560-300.png" />
  263. <Content Include="Content\img\samples\robert-300.jpg" />
  264. <Content Include="Content\img\samples\robert.png" />
  265. <Content Include="Content\img\samples\ryan-300.jpg" />
  266. <Content Include="Content\img\samples\ryan.png" />
  267. <Content Include="Content\img\samples\scarlet-159.png" />
  268. <Content Include="Content\img\samples\scarlet.png" />
  269. <Content Include="Content\img\samples\scarlett-300.jpg" />
  270. <Content Include="Content\img\wechat.jpg" />
  271. <Content Include="Content\js\bootstrap\bootstrap-select.js" />
  272. <Content Include="Content\js\bootstrap\bootstrap-select.min.js" />
  273. <Content Include="Content\js\bootstrap\bootstrap-switch.js" />
  274. <Content Include="Content\js\bootstrap\bootstrap.js" />
  275. <Content Include="Content\js\bootstrap\bootstrap.min.css" />
  276. <Content Include="Content\js\charts\Chart.js" />
  277. <Content Include="Content\js\charts\Chart.min.js" />
  278. <Content Include="Content\js\ColorPicker\bootstrap-colorpicker.js" />
  279. <Content Include="Content\js\ColorPicker\bootstrap-colorpicker.min.js" />
  280. <Content Include="Content\js\CommonReport\CommonReport.js" />
  281. <Content Include="Content\js\cookie\jquery.cookie.js" />
  282. <Content Include="Content\js\CreateControl.js" />
  283. <Content Include="Content\js\datepicker\calendar.js" />
  284. <Content Include="Content\js\datepicker\DatePicker.js" />
  285. <Content Include="Content\js\datepicker\lang\en.js" />
  286. <Content Include="Content\js\datepicker\lang\zh-cn.js" />
  287. <Content Include="Content\js\datepicker\lang\zh-tw.js" />
  288. <Content Include="Content\js\datepicker\skin\datePicker.gif" />
  289. <Content Include="Content\js\datepicker\skin\datePicker.png" />
  290. <Content Include="Content\js\datepicker\skin\datepicker_icon.png" />
  291. <Content Include="Content\js\datepicker\skin\default\datepicker-dev.css" />
  292. <Content Include="Content\js\datepicker\skin\default\datepicker.css" />
  293. <Content Include="Content\js\datepicker\skin\default\img.gif" />
  294. <Content Include="Content\js\datepicker\skin\default\img.png" />
  295. <Content Include="Content\js\datepicker\skin\WdatePicker.css" />
  296. <Content Include="Content\js\datepicker\skin\whyGreen\bg.jpg" />
  297. <Content Include="Content\js\datepicker\skin\whyGreen\datepicker.css" />
  298. <Content Include="Content\js\datepicker\skin\whyGreen\img.gif" />
  299. <Content Include="Content\js\datepicker\WdatePicker.js" />
  300. <Content Include="Content\js\datepicker\开发包\lang\en.js" />
  301. <Content Include="Content\js\datepicker\开发包\lang\zh-cn.js" />
  302. <Content Include="Content\js\datepicker\开发包\lang\zh-tw.js" />
  303. <Content Include="Content\js\datepicker\开发包\readme.txt" />
  304. <Content Include="Content\js\datepicker\开发包\skin\datePicker.gif" />
  305. <Content Include="Content\js\datepicker\开发包\skin\datePicker.png" />
  306. <Content Include="Content\js\datepicker\开发包\skin\default\datepicker.css" />
  307. <Content Include="Content\js\datepicker\开发包\skin\default\img.gif" />
  308. <Content Include="Content\js\datepicker\开发包\skin\WdatePicker.css" />
  309. <Content Include="Content\js\datepicker\开发包\skin\whyGreen\bg.jpg" />
  310. <Content Include="Content\js\datepicker\开发包\skin\whyGreen\datepicker.css" />
  311. <Content Include="Content\js\datepicker\开发包\skin\whyGreen\img.gif" />
  312. <Content Include="Content\js\dialog\dialog.css" />
  313. <Content Include="Content\js\dialog\dialog.js" />
  314. <Content Include="Content\js\dialog\img\icon-ext.png" />
  315. <Content Include="Content\js\dialog\img\icon.png" />
  316. <Content Include="Content\js\dialog\img\loading-0.gif" />
  317. <Content Include="Content\js\dialog\img\loading-1.gif" />
  318. <Content Include="Content\js\dialog\img\loading-2.gif" />
  319. <Content Include="Content\js\echarts\echarts-all.js" />
  320. <Content Include="Content\js\echarts\echarts.js" />
  321. <Content Include="Content\js\echarts\echarts.min.js" />
  322. <Content Include="Content\js\echarts\infographic.js" />
  323. <Content Include="Content\js\highcharts\adapters\mootools-adapter.js" />
  324. <Content Include="Content\js\highcharts\adapters\mootools-adapter.src.js" />
  325. <Content Include="Content\js\highcharts\adapters\prototype-adapter.js" />
  326. <Content Include="Content\js\highcharts\adapters\prototype-adapter.src.js" />
  327. <Content Include="Content\js\highcharts\adapters\standalone-framework.js" />
  328. <Content Include="Content\js\highcharts\adapters\standalone-framework.src.js" />
  329. <Content Include="Content\js\highcharts\highcharts-all.js" />
  330. <Content Include="Content\js\highcharts\highcharts-more.js" />
  331. <Content Include="Content\js\highcharts\highcharts-more.src.js" />
  332. <Content Include="Content\js\highcharts\highcharts.js" />
  333. <Content Include="Content\js\highcharts\highcharts.src.js" />
  334. <Content Include="Content\js\highcharts\modules\canvas-tools.js" />
  335. <Content Include="Content\js\highcharts\modules\canvas-tools.src.js" />
  336. <Content Include="Content\js\highcharts\modules\data.js" />
  337. <Content Include="Content\js\highcharts\modules\data.src.js" />
  338. <Content Include="Content\js\highcharts\modules\drilldown.js" />
  339. <Content Include="Content\js\highcharts\modules\drilldown.src.js" />
  340. <Content Include="Content\js\highcharts\modules\exporting.js" />
  341. <Content Include="Content\js\highcharts\modules\exporting.src.js" />
  342. <Content Include="Content\js\highcharts\modules\funnel.js" />
  343. <Content Include="Content\js\highcharts\modules\funnel.src.js" />
  344. <Content Include="Content\js\highcharts\modules\no-data-to-display.js" />
  345. <Content Include="Content\js\highcharts\modules\no-data-to-display.src.js" />
  346. <Content Include="Content\js\highcharts\themes\dark-blue.js" />
  347. <Content Include="Content\js\highcharts\themes\dark-green.js" />
  348. <Content Include="Content\js\highcharts\themes\gray.js" />
  349. <Content Include="Content\js\highcharts\themes\grid.js" />
  350. <Content Include="Content\js\highcharts\themes\skies.js" />
  351. <Content Include="Content\js\index.js" />
  352. <Content Include="Content\js\indextab.js" />
  353. <Content Include="Content\js\framework-ui.js" />
  354. <Content Include="Content\js\jqgrid\grid.locale-cn.js" />
  355. <Content Include="Content\js\jqgrid\jqgrid.css" />
  356. <Content Include="Content\js\jqgrid\jqgrid.min.js" />
  357. <Content Include="Content\js\jqprint\jquery.jqprint-0.3.js" />
  358. <Content Include="Content\js\jqprint\jquery.jqprint.css" />
  359. <Content Include="Content\js\jquery-ui-1.12.1\AUTHORS.txt" />
  360. <Content Include="Content\js\jquery-ui-1.12.1\external\jquery\jquery.js" />
  361. <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_444444_256x240.png" />
  362. <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_555555_256x240.png" />
  363. <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_777620_256x240.png" />
  364. <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_777777_256x240.png" />
  365. <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_cc0000_256x240.png" />
  366. <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_ffffff_256x240.png" />
  367. <Content Include="Content\js\jquery-ui-1.12.1\index.html" />
  368. <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.css" />
  369. <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.js" />
  370. <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.min.css" />
  371. <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.min.js" />
  372. <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.structure.css" />
  373. <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.structure.min.css" />
  374. <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.theme.css" />
  375. <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.theme.min.css" />
  376. <Content Include="Content\js\jquery-ui-1.12.1\LICENSE.txt" />
  377. <Content Include="Content\js\jquery-ui\images\calendar.gif" />
  378. <Content Include="Content\js\jquery-ui\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  379. <Content Include="Content\js\jquery-ui\images\ui-bg_flat_75_ffffff_40x100.png" />
  380. <Content Include="Content\js\jquery-ui\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  381. <Content Include="Content\js\jquery-ui\images\ui-bg_glass_65_ffffff_1x400.png" />
  382. <Content Include="Content\js\jquery-ui\images\ui-bg_glass_75_dadada_1x400.png" />
  383. <Content Include="Content\js\jquery-ui\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  384. <Content Include="Content\js\jquery-ui\images\ui-bg_glass_95_fef1ec_1x400.png" />
  385. <Content Include="Content\js\jquery-ui\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  386. <Content Include="Content\js\jquery-ui\images\ui-icons_222222_256x240.png" />
  387. <Content Include="Content\js\jquery-ui\images\ui-icons_2e83ff_256x240.png" />
  388. <Content Include="Content\js\jquery-ui\images\ui-icons_454545_256x240.png" />
  389. <Content Include="Content\js\jquery-ui\images\ui-icons_888888_256x240.png" />
  390. <Content Include="Content\js\jquery-ui\images\ui-icons_cd0a0a_256x240.png" />
  391. <Content Include="Content\js\jquery-ui\jquery-ui.min.css" />
  392. <Content Include="Content\js\jquery-ui\jquery-ui.min.js" />
  393. <Content Include="Content\js\jquery.ui.datepicker-zh-CN.min.js" />
  394. <Content Include="Content\js\jquery\jquery-2.1.1.min.js" />
  395. <Content Include="Content\js\layer\layer.js" />
  396. <Content Include="Content\js\layer\mobile\layer.js" />
  397. <Content Include="Content\js\layer\mobile\need\layer.css" />
  398. <Content Include="Content\js\layer\theme\default\icon-ext.png" />
  399. <Content Include="Content\js\layer\theme\default\icon.png" />
  400. <Content Include="Content\js\layer\theme\default\layer.css" />
  401. <Content Include="Content\js\layer\theme\default\loading-0.gif" />
  402. <Content Include="Content\js\layer\theme\default\loading-1.gif" />
  403. <Content Include="Content\js\layer\theme\default\loading-2.gif" />
  404. <Content Include="Content\js\layout\jquery.layout.js" />
  405. <Content Include="Content\js\loading\pace.min.js" />
  406. <Content Include="Content\js\md5\jquery.md5.js" />
  407. <Content Include="Content\js\parseForm.js" />
  408. <Content Include="Content\js\qrcode\jquery.qrcode.js" />
  409. <Content Include="Content\js\qrcode\qrcode.js" />
  410. <Content Include="Content\js\select2\select2.min.css" />
  411. <Content Include="Content\js\select2\select2.min.js" />
  412. <Content Include="Content\js\simditor\css\simditor.css" />
  413. <Content Include="Content\js\simditor\js\hotkeys.js" />
  414. <Content Include="Content\js\simditor\js\hotkeys.min.js" />
  415. <Content Include="Content\js\simditor\js\module.js" />
  416. <Content Include="Content\js\simditor\js\module.min.js" />
  417. <Content Include="Content\js\simditor\js\simditor.js" />
  418. <Content Include="Content\js\simditor\js\simditor.min.js" />
  419. <Content Include="Content\js\simditor\js\uploader.js" />
  420. <Content Include="Content\js\simditor\js\uploader.min.js" />
  421. <Content Include="Content\js\toastr.min.js" />
  422. <Content Include="Content\js\validate\jquery.validate.min.js" />
  423. <Content Include="Content\js\wdtree\images\icons\add.png" />
  424. <Content Include="Content\js\wdtree\images\icons\addStep.gif" />
  425. <Content Include="Content\js\wdtree\images\icons\addStep_dsbl.gif" />
  426. <Content Include="Content\js\wdtree\images\icons\btn-arrow.gif" />
  427. <Content Include="Content\js\wdtree\images\icons\Btn.Close.gif" />
  428. <Content Include="Content\js\wdtree\images\icons\Btn.Refresh.gif" />
  429. <Content Include="Content\js\wdtree\images\icons\cal.gif" />
  430. <Content Include="Content\js\wdtree\images\icons\checkbox_0.gif" />
  431. <Content Include="Content\js\wdtree\images\icons\checkbox_0.png" />
  432. <Content Include="Content\js\wdtree\images\icons\checkbox_1.gif" />
  433. <Content Include="Content\js\wdtree\images\icons\checkbox_1.png" />
  434. <Content Include="Content\js\wdtree\images\icons\checkbox_2.gif" />
  435. <Content Include="Content\js\wdtree\images\icons\checkbox_2.png" />
  436. <Content Include="Content\js\wdtree\images\icons\circle_animation.gif" />
  437. <Content Include="Content\js\wdtree\images\icons\delete.png" />
  438. <Content Include="Content\js\wdtree\images\icons\delItem.gif" />
  439. <Content Include="Content\js\wdtree\images\icons\delItem_dsbl.gif" />
  440. <Content Include="Content\js\wdtree\images\icons\edit.png" />
  441. <Content Include="Content\js\wdtree\images\icons\folder_close.gif" />
  442. <Content Include="Content\js\wdtree\images\icons\ico1.gif" />
  443. <Content Include="Content\js\wdtree\images\icons\ico2.gif" />
  444. <Content Include="Content\js\wdtree\images\icons\ico3.gif" />
  445. <Content Include="Content\js\wdtree\images\icons\ico4-1-1.gif" />
  446. <Content Include="Content\js\wdtree\images\icons\ico4-1.gif" />
  447. <Content Include="Content\js\wdtree\images\icons\ico4-2.gif" />
  448. <Content Include="Content\js\wdtree\images\icons\ico4-3.gif" />
  449. <Content Include="Content\js\wdtree\images\icons\ico4-4.gif" />
  450. <Content Include="Content\js\wdtree\images\icons\ico4.gif" />
  451. <Content Include="Content\js\wdtree\images\icons\ico5.gif" />
  452. <Content Include="Content\js\wdtree\images\icons\ico6-1.gif" />
  453. <Content Include="Content\js\wdtree\images\icons\ico6-2.gif" />
  454. <Content Include="Content\js\wdtree\images\icons\ico6.gif" />
  455. <Content Include="Content\js\wdtree\images\icons\indicator.gif" />
  456. <Content Include="Content\js\wdtree\images\icons\information.png" />
  457. <Content Include="Content\js\wdtree\images\icons\Item.Add.gif" />
  458. <Content Include="Content\js\wdtree\images\icons\Item.Delete.gif" />
  459. <Content Include="Content\js\wdtree\images\icons\Item.Edit.gif" />
  460. <Content Include="Content\js\wdtree\images\icons\Item.Input.gif" />
  461. <Content Include="Content\js\wdtree\images\icons\Item.Save.gif" />
  462. <Content Include="Content\js\wdtree\images\icons\Item.Search.gif" />
  463. <Content Include="Content\js\wdtree\images\icons\none.gif" />
  464. <Content Include="Content\js\wdtree\images\icons\note.gif" />
  465. <Content Include="Content\js\wdtree\images\icons\rowdelete.png" />
  466. <Content Include="Content\js\wdtree\images\icons\s.gif" />
  467. <Content Include="Content\js\wdtree\images\icons\table_refresh.png" />
  468. <Content Include="Content\js\wdtree\images\icons\view.png" />
  469. <Content Include="Content\js\wdtree\images\tree\arrows.gif" />
  470. <Content Include="Content\js\wdtree\images\tree\cbs.gif" />
  471. <Content Include="Content\js\wdtree\images\tree\drop-yes.gif" />
  472. <Content Include="Content\js\wdtree\images\tree\elbow-end-minus-nl.gif" />
  473. <Content Include="Content\js\wdtree\images\tree\elbow-end-minus.gif" />
  474. <Content Include="Content\js\wdtree\images\tree\elbow-end-plus-nl.gif" />
  475. <Content Include="Content\js\wdtree\images\tree\elbow-end-plus.gif" />
  476. <Content Include="Content\js\wdtree\images\tree\elbow-end.gif" />
  477. <Content Include="Content\js\wdtree\images\tree\elbow-line.gif" />
  478. <Content Include="Content\js\wdtree\images\tree\elbow-minus-nl.gif" />
  479. <Content Include="Content\js\wdtree\images\tree\elbow-minus.gif" />
  480. <Content Include="Content\js\wdtree\images\tree\elbow-plus-nl.gif" />
  481. <Content Include="Content\js\wdtree\images\tree\elbow-plus.gif" />
  482. <Content Include="Content\js\wdtree\images\tree\elbow.gif" />
  483. <Content Include="Content\js\wdtree\images\tree\folder-open.gif" />
  484. <Content Include="Content\js\wdtree\images\tree\folder.gif" />
  485. <Content Include="Content\js\wdtree\images\tree\leaf.gif" />
  486. <Content Include="Content\js\wdtree\images\tree\loading.gif" />
  487. <Content Include="Content\js\wdtree\tree.css" />
  488. <Content Include="Content\js\wdtree\tree.js" />
  489. <Content Include="Content\js\wizard\wizard.css" />
  490. <Content Include="Content\js\wizard\wizard.js" />
  491. <Content Include="Content\js\framework-clientdata.js" />
  492. <Content Include="Content\js\zsign\jquery.zsign.css" />
  493. <Content Include="Content\js\zsign\jquery.zsign.js" />
  494. <Content Include="Content\js\zsign\signet.gif" />
  495. <Content Include="Global.asax" />
  496. <Content Include="Index.htm" />
  497. <Content Include="PrintActivex.exe" />
  498. <Content Include="packages.config" />
  499. <Content Include="Areas\WMS\Views\BasicSettings\Warehouse.cshtml" />
  500. <Content Include="Areas\WMS\Web.config" />
  501. <Content Include="Areas\WMS\Views\BasicSettings\ICSStackWMS.cshtml" />
  502. <Content Include="Areas\WMS\Views\BasicSettings\ICSINVENTORY.cshtml" />
  503. <Content Include="Areas\WMS\Views\BasicSettings\ICSECG.cshtml" />
  504. <Content Include="Areas\WMS\Views\BasicSettings\ICSBadCode.cshtml" />
  505. <Content Include="Areas\WMS\Views\BasicSettings\ICSStackWMSAdd.cshtml" />
  506. <Content Include="File\Stack\库位资料导入模板.xlsx" />
  507. <Content Include="Areas\WMS\Views\BasicSettings\ICSINVEBTORYAdd.cshtml" />
  508. <Content Include="Areas\WMS\Views\BasicSettings\ICSLableManage.cshtml" />
  509. <Content Include="Areas\WMS\Views\BasicSettings\ICSBadCodeAdd.cshtml" />
  510. <Content Include="Areas\WMS\Views\BasicSettings\ICSLableManageAdd.cshtml">
  511. <SubType>Code</SubType>
  512. </Content>
  513. <Content Include="Areas\WMS\Views\BasicSettings\ICSTypeMaintain.cshtml" />
  514. <Content Include="Areas\WMS\Views\BasicSettings\ICSTypeMaintainAdd.cshtml" />
  515. <Content Include="Areas\WMS\Views\BasicSettings\ICSConfiguration.cshtml" />
  516. <Content Include="Areas\WMS\Views\BasicSettings\ICSConfigurationAdd.cshtml" />
  517. <Content Include="Areas\WMS\Views\BasicSettings\ICSExtensionEnable.cshtml" />
  518. <Content Include="Areas\WMS\Views\BasicSettings\ICSExtensionEnableAdd.cshtml" />
  519. <Content Include="Areas\WMS\Views\BasicSettings\ICSBadReasonGroup.cshtml" />
  520. <Content Include="Areas\WMS\Views\BasicSettings\ICSBadReasonGroupAdd.cshtml" />
  521. <Content Include="Areas\WMS\Views\BasicSettings\ICSInspectionGroup.cshtml" />
  522. <Content Include="Areas\WMS\Views\BasicSettings\ICSInspectionListAdd.cshtml" />
  523. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBatchEnable.cshtml" />
  524. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBatchEnableAdd.cshtml" />
  525. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBatchEnableUpadte.cshtml" />
  526. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryLocation.cshtml" />
  527. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryLocationAdd.cshtml" />
  528. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryLocationUpdate.cshtml" />
  529. <Content Include="Areas\WMS\Views\BasicSettings\ICSContainer.cshtml" />
  530. <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerAdd.cshtml" />
  531. <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerLot.cshtml" />
  532. <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerLotAdd.cshtml" />
  533. <Content Include="Areas\WMS\Views\DeleteReceipts\ICSDeleteReceipts.cshtml" />
  534. <Content Include="Areas\WMS\Views\ICSRCVIQCs\ICSRCVIQCs.cshtml" />
  535. <Content Include="Areas\WMS\Views\ICSRCVIQCs\Rejection.cshtml" />
  536. <Content Include="Areas\WMS\Views\ProductionIssue\ICSMOApplyNeg.cshtml" />
  537. <Content Include="Areas\WMS\Views\ProductionIssue\ICSMOApplyNegAdd.cshtml" />
  538. <Content Include="Areas\WMS\Views\ProductionIssue\SeachInventory.cshtml" />
  539. <Content Include="Areas\WMS\Views\ProductionIssue\SeachICSMO.cshtml" />
  540. <Content Include="Areas\WMS\Views\ProductionIssue\ICSMOApplyNegUpdate.cshtml" />
  541. <Content Include="Areas\WMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" />
  542. <Content Include="Areas\WMS\Views\WMSCreateItemLot\From.cshtml" />
  543. <Content Include="Areas\WMS\Views\WeiWaiProductionIssue\ICSOApplyNeg.cshtml" />
  544. <Content Include="Areas\WMS\Views\WeiWaiProductionIssue\ICSOApplyNegAdd.cshtml" />
  545. <Content Include="Areas\WMS\Views\WeiWaiProductionIssue\SeachMaterial.cshtml" />
  546. <Content Include="Areas\WMS\Views\WeiWaiProductionIssue\ICSOApplyNegUpdate.cshtml" />
  547. <Content Include="Areas\WMS\Views\BasicSettings\ICSSDN.cshtml" />
  548. <Content Include="Areas\WMS\Views\HomeWork\InitialImport.cshtml" />
  549. <Content Include="Areas\WMS\Views\HomeWork\InitialImportUpLoad.cshtml" />
  550. <Content Include="ReportFile\期初导入模板.xlsx" />
  551. <Content Include="Areas\WMS\Views\Deciliter\ICSDeciliter.cshtml" />
  552. <Content Include="Areas\WMS\Views\Deciliter\LotNoSplit.cshtml" />
  553. <Content Include="Areas\WMS\Views\Deciliter\LotNoCombine.cshtml" />
  554. <Content Include="Areas\WMS\Views\Blitem\BlitemList.cshtml" />
  555. <Content Include="Areas\WMS\Views\Blitem\ICSCheckAdd.cshtml" />
  556. <Content Include="Areas\WMS\Views\PickMaterial\ICSMOPickMerge.cshtml" />
  557. <Content Include="Areas\WMS\Views\ICSRCVIQCs\WWRejection.cshtml" />
  558. <Content Include="Areas\WMS\Views\RevokeBusiness\Revocation.cshtml" />
  559. <Content Include="Areas\WMS\Views\ICSMTDOC\Metamorphosis.cshtml" />
  560. <Content Include="Areas\WMS\Views\ICSMTDOC\ICSMTDOCAdd.cshtml" />
  561. <Content Include="Areas\WMS\Views\ICSMTDOC\GetICSInventory.cshtml" />
  562. <Content Include="Areas\WMS\Views\ICSMTDOC\GetBatchCode.cshtml" />
  563. <Content Include="Areas\WMS\Views\ICSDisassemblyDoc\ICSDisassem.cshtml" />
  564. <Content Include="Areas\WMS\Views\ICSDisassemblyDoc\ICSDisassemblyDocAdd.cshtml" />
  565. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBadGroup.cshtml" />
  566. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBadGroupAdd.cshtml" />
  567. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBadGroupUpdate.cshtml" />
  568. <Content Include="Areas\Encrypt\views\Encrypt.cshtml" />
  569. <Content Include="Areas\WMS\Views\BasicSettings\ICSLabelTemplate.cshtml" />
  570. <Content Include="Areas\WMS\Views\BasicSettings\ICSLabelTemplateAdd.cshtml" />
  571. <Content Include="Areas\WMS\Views\Print\PrintView.cshtml" />
  572. <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerBinding.cshtml" />
  573. <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerLotBinding.cshtml" />
  574. <Content Include="Areas\WMS\Views\ProductionRAFMR\ICSMOApplyNegPRAFMR.cshtml" />
  575. <Content Include="Areas\WMS\Views\ProductionRAFMR\ICSMOApplyNegPRAFMRAdd.cshtml" />
  576. <Content Include="Areas\WMS\Views\ProductionRAFMR\SeachPRInventory.cshtml" />
  577. <Content Include="Areas\WMS\Views\ProductionRAFMR\ICSMOApplyNegPRAFMRUpdate.cshtml" />
  578. <Content Include="Areas\WMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMD.cshtml" />
  579. <Content Include="Areas\WMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMDAdd.cshtml" />
  580. <Content Include="Areas\WMS\Views\MaterialsDeliveredRTM\SeachMDInventory.cshtml" />
  581. <Content Include="Areas\WMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMDUpdate.cshtml" />
  582. <Content Include="Areas\WMS\Views\WWProductionRAFMR\WWICSMOApplyNegPRAFMR.cshtml" />
  583. <Content Include="Areas\WMS\Views\WWProductionRAFMR\WWICSMOApplyNegPRAFMRAdd.cshtml" />
  584. <Content Include="Areas\WMS\Views\WWProductionRAFMR\SeachWWPRMaterial.cshtml" />
  585. <Content Include="Areas\WMS\Views\WWProductionRAFMR\WWICSMOApplyNegPRAFMRUpdate.cshtml" />
  586. <Content Include="Areas\WMS\Views\WWMaterialsDeliveredRTM\WWICSMOApplyNegMD.cshtml" />
  587. <Content Include="Areas\WMS\Views\WWMaterialsDeliveredRTM\WWICSMOApplyNegMDAdd.cshtml" />
  588. <Content Include="Areas\WMS\Views\WWMaterialsDeliveredRTM\WWSeachMDInventory.cshtml" />
  589. <Content Include="Areas\WMS\Views\WWMaterialsDeliveredRTM\WWICSMOApplyNegMDUpdate.cshtml" />
  590. <Content Include="Areas\WMS\Views\BasicSettings\Sys_WorkPoint.cshtml" />
  591. <Content Include="Areas\WMS\Views\BasicSettings\Sys_WorkPointAdd.cshtml" />
  592. <Content Include="Areas\WMS\Views\BasicSettings\MaintainBarcodeTime.cshtml" />
  593. <Content Include="Areas\WMS\Views\BasicSettings\MaintainBarcodeTimeUpdate.cshtml" />
  594. <Content Include="Areas\WMS\Views\ICSMTDOC\MetamorphosisToLead.cshtml" />
  595. <Content Include="Areas\WMS\Views\BasicSettings\ICSlanguage.cshtml" />
  596. <Content Include="Areas\WMS\Views\BasicSettings\ICSlanguageAdd.cshtml" />
  597. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryInspectionGroup.cshtml" />
  598. <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryInspectionGroupAdd.cshtml" />
  599. <Content Include="Areas\WMS\Views\BasicSettings\ICSSearchInventory.cshtml" />
  600. <Content Include="Areas\WMS\Views\ICSRCVIQCs\ICSInspectionDetail.cshtml" />
  601. <Content Include="Areas\WMS\Views\UerList\UserList.cshtml" />
  602. <Content Include="Areas\WMS\Views\BasicSettings\ICSSDNToSAP.cshtml" />
  603. <Content Include="Areas\WMS\Views\BasicSettings\ICSHGErrorHandle.cshtml" />
  604. <Content Include="Areas\WMS\Views\BasicSettings\ICSDocToSAPList.cshtml" />
  605. <Content Include="Areas\WMS\Views\WMSCreateItemLot\BinFrom.cshtml" />
  606. <Content Include="Areas\WMS\Views\WMSCreateItemLot\GXWXCallSAP.cshtml" />
  607. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  608. <Content Include="Scripts\jquery-1.10.2.js" />
  609. <Content Include="Scripts\jquery-1.10.2.min.js" />
  610. <None Include="Scripts\jquery.validate-vsdoc.js" />
  611. <Content Include="Scripts\jquery.validate.js" />
  612. <Content Include="Scripts\jquery.validate.min.js" />
  613. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  614. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  615. <Content Include="ChulingHandler.ashx" />
  616. <Content Include="Areas\SRM\Web.config" />
  617. <Content Include="Content\js\jquery-ui-1.12.1\package.json" />
  618. <Content Include="Areas\SystemManage\Views\CommonReport\Cols.cshtml" />
  619. <Content Include="Areas\SystemManage\Views\CommonReport\ColsSelect.cshtml" />
  620. <Content Include="Areas\SystemManage\Views\CommonReport\Condition.cshtml" />
  621. <Content Include="Areas\SystemManage\Views\CommonReport\DataSource.cshtml" />
  622. <Content Include="Areas\SystemManage\Views\CommonReport\Filter.cshtml" />
  623. <Content Include="Areas\SystemManage\Views\CommonReport\GridFormat.cshtml" />
  624. <Content Include="Areas\SystemManage\Views\CommonReport\Index.cshtml" />
  625. <Content Include="Content\css\ColorPicker\bootstrap-colorpicker.css.map" />
  626. <Content Include="Content\css\ColorPicker\bootstrap-colorpicker.min.css.map" />
  627. <Content Include="Content\js\ColorPicker\bootstrap-colorpicker.js.map" />
  628. <Content Include="Content\js\ColorPicker\bootstrap-colorpicker.min.js.map" />
  629. <Content Include="Areas\SystemManage\Views\CommonReport\WatchPanel.cshtml" />
  630. <Content Include="Areas\SystemManage\Views\CommonReport\ColsVisible.cshtml" />
  631. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  632. <Content Include="Scripts\jquery-1.10.2.min.map" />
  633. <None Include="Service References\ServiceReference1\configuration91.svcinfo" />
  634. <None Include="Service References\ServiceReference1\configuration.svcinfo" />
  635. <None Include="Service References\ServiceReference1\Reference.svcmap">
  636. <Generator>WCF Proxy Generator</Generator>
  637. <LastGenOutput>Reference.cs</LastGenOutput>
  638. </None>
  639. <None Include="Service References\ServiceReference1\U8ERP5.disco" />
  640. <Content Include="Web.config">
  641. <SubType>Designer</SubType>
  642. </Content>
  643. <Content Include="Web.Debug.config">
  644. <DependentUpon>Web.config</DependentUpon>
  645. </Content>
  646. <Content Include="Web.Release.config">
  647. <DependentUpon>Web.config</DependentUpon>
  648. </Content>
  649. <Content Include="Views\Web.config" />
  650. <None Include="Service References\ServiceReference1\U8ERP5.wsdl" />
  651. <None Include="Service References\ServiceReference1\U8ERP5.xsd">
  652. <SubType>Designer</SubType>
  653. </None>
  654. <None Include="Service References\ServiceReference1\U8ERP51.xsd">
  655. <SubType>Designer</SubType>
  656. </None>
  657. <None Include="Service References\ServiceReference1\U8ERP52.xsd">
  658. <SubType>Designer</SubType>
  659. </None>
  660. <None Include="Service References\ServiceReference1\U8ERP53.xsd">
  661. <SubType>Designer</SubType>
  662. </None>
  663. <Content Include="Views\Shared\_Form.cshtml" />
  664. <Content Include="Views\Shared\_Index.cshtml" />
  665. <Content Include="Views\Shared\_LayoutIndex.cshtml" />
  666. </ItemGroup>
  667. <ItemGroup>
  668. <Content Include="Content\fonts\glyphicons-halflings-regular.eot" />
  669. <Content Include="Content\fonts\glyphicons-halflings-regular.ttf" />
  670. <Content Include="Content\fonts\glyphicons-halflings-regular.woff" />
  671. <Content Include="Content\fonts\glyphicons-halflings-regular.woff2" />
  672. <Content Include="Content\fonts\glyphicons-halflings-regulard41d.eot" />
  673. <Content Include="Content\fonts\weathericons-regular-webfont.eot" />
  674. <Content Include="Content\fonts\weathericons-regular-webfont.ttf" />
  675. <Content Include="Content\fonts\weathericons-regular-webfont.woff" />
  676. <Content Include="Content\fonts\weathericons-regular-webfontd41d.eot" />
  677. </ItemGroup>
  678. <ItemGroup>
  679. <Content Include="Views\Home\Index.cshtml" />
  680. </ItemGroup>
  681. <ItemGroup>
  682. <Content Include="Views\Login\Index.cshtml" />
  683. </ItemGroup>
  684. <ItemGroup>
  685. <Content Include="Areas\SystemManage\Views\Web.config" />
  686. </ItemGroup>
  687. <ItemGroup>
  688. <Content Include="Configs\log4net.config" />
  689. <Content Include="Configs\system.config" />
  690. </ItemGroup>
  691. <ItemGroup>
  692. <Content Include="Configs\database.config">
  693. <SubType>Designer</SubType>
  694. </Content>
  695. </ItemGroup>
  696. <ItemGroup>
  697. <ProjectReference Include="..\NFine.Application\NFine.Application.csproj">
  698. <Project>{f2035ee2-b73d-4fb8-a433-cab465de6a2a}</Project>
  699. <Name>NFine.Application</Name>
  700. </ProjectReference>
  701. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  702. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  703. <Name>NFine.Code</Name>
  704. </ProjectReference>
  705. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  706. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  707. <Name>NFine.Data</Name>
  708. </ProjectReference>
  709. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  710. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  711. <Name>NFine.Domain</Name>
  712. </ProjectReference>
  713. <ProjectReference Include="..\NFine.Mapping\NFine.Mapping.csproj">
  714. <Project>{4e642cbe-f6c5-4cb9-9474-6b349652fe77}</Project>
  715. <Name>NFine.Mapping</Name>
  716. </ProjectReference>
  717. <ProjectReference Include="..\NFine.Repository\NFine.Repository.csproj">
  718. <Project>{875233bf-ea15-49e0-9a9c-77884a897ff6}</Project>
  719. <Name>NFine.Repository</Name>
  720. </ProjectReference>
  721. </ItemGroup>
  722. <ItemGroup>
  723. <Content Include="Areas\SystemManage\Views\Module\Index.cshtml" />
  724. </ItemGroup>
  725. <ItemGroup>
  726. <Content Include="Areas\SystemManage\Views\Module\Form.cshtml" />
  727. </ItemGroup>
  728. <ItemGroup>
  729. <Content Include="Areas\SystemManage\Views\Module\Details.cshtml" />
  730. </ItemGroup>
  731. <ItemGroup>
  732. <Content Include="Areas\SystemManage\Views\ModuleButton\Index.cshtml" />
  733. </ItemGroup>
  734. <ItemGroup>
  735. <Content Include="Areas\SystemManage\Views\ModuleButton\Form.cshtml" />
  736. </ItemGroup>
  737. <ItemGroup>
  738. <Content Include="Areas\SystemManage\Views\ModuleButton\CloneButton.cshtml" />
  739. </ItemGroup>
  740. <ItemGroup>
  741. <Content Include="Areas\SystemManage\Views\ModuleButton\Details.cshtml" />
  742. </ItemGroup>
  743. <ItemGroup>
  744. <Content Include="Areas\SystemManage\Views\Area\Index.cshtml" />
  745. </ItemGroup>
  746. <ItemGroup>
  747. <Content Include="Areas\SystemManage\Views\ItemsData\Index.cshtml" />
  748. </ItemGroup>
  749. <ItemGroup>
  750. <Content Include="Areas\SystemManage\Views\ItemsType\Form.cshtml" />
  751. </ItemGroup>
  752. <ItemGroup>
  753. <Content Include="Areas\SystemManage\Views\ItemsType\Index.cshtml" />
  754. </ItemGroup>
  755. <ItemGroup>
  756. <Content Include="Areas\SystemManage\Views\ItemsData\Form.cshtml" />
  757. </ItemGroup>
  758. <ItemGroup>
  759. <Content Include="Areas\SystemManage\Views\ItemsType\Details.cshtml" />
  760. </ItemGroup>
  761. <ItemGroup>
  762. <Content Include="Areas\SystemManage\Views\ItemsData\Details.cshtml" />
  763. </ItemGroup>
  764. <ItemGroup>
  765. <Content Include="Areas\SystemManage\Views\Organize\Index.cshtml" />
  766. </ItemGroup>
  767. <ItemGroup>
  768. <Content Include="Areas\SystemManage\Views\Organize\Form.cshtml" />
  769. </ItemGroup>
  770. <ItemGroup>
  771. <Content Include="Areas\SystemManage\Views\Organize\Details.cshtml" />
  772. </ItemGroup>
  773. <ItemGroup>
  774. <Content Include="Areas\SystemManage\Views\Role\Form.cshtml" />
  775. </ItemGroup>
  776. <ItemGroup>
  777. <Content Include="Areas\SystemManage\Views\Role\Index.cshtml" />
  778. </ItemGroup>
  779. <ItemGroup>
  780. <Content Include="Areas\SystemManage\Views\Area\Form.cshtml" />
  781. </ItemGroup>
  782. <ItemGroup>
  783. <Content Include="Areas\SystemManage\Views\User\Index.cshtml" />
  784. </ItemGroup>
  785. <ItemGroup>
  786. <Content Include="Content\fonts\fontawesome-webfont.eot" />
  787. <Content Include="Content\fonts\fontawesome-webfont.ttf" />
  788. <Content Include="Content\fonts\fontawesome-webfont.woff" />
  789. <Content Include="Content\fonts\fontawesome-webfont.woff2" />
  790. <Content Include="Content\fonts\FontAwesome.otf" />
  791. </ItemGroup>
  792. <ItemGroup>
  793. <Content Include="Areas\SystemManage\Views\User\Form.cshtml" />
  794. </ItemGroup>
  795. <ItemGroup>
  796. <Content Include="Areas\SystemManage\Views\User\RevisePassword.cshtml" />
  797. </ItemGroup>
  798. <ItemGroup>
  799. <Content Include="Areas\SystemManage\Views\Duty\Index.cshtml" />
  800. </ItemGroup>
  801. <ItemGroup>
  802. <Content Include="Areas\SystemManage\Views\Duty\Form.cshtml" />
  803. </ItemGroup>
  804. <ItemGroup>
  805. <Content Include="Areas\SystemManage\Views\Duty\Details.cshtml" />
  806. </ItemGroup>
  807. <ItemGroup>
  808. <Content Include="Areas\SystemManage\Views\Role\Details.cshtml" />
  809. </ItemGroup>
  810. <ItemGroup>
  811. <Content Include="Areas\SystemManage\Views\User\Details.cshtml" />
  812. </ItemGroup>
  813. <ItemGroup>
  814. <Content Include="Areas\SystemSecurity\Views\Web.config" />
  815. </ItemGroup>
  816. <ItemGroup>
  817. <Content Include="Areas\SystemSecurity\Views\DbBackup\Form.cshtml" />
  818. </ItemGroup>
  819. <ItemGroup>
  820. <Content Include="Areas\SystemSecurity\Views\DbBackup\Index.cshtml" />
  821. </ItemGroup>
  822. <ItemGroup>
  823. <Content Include="Areas\SystemSecurity\Views\FilterIP\Index.cshtml" />
  824. </ItemGroup>
  825. <ItemGroup>
  826. <Content Include="Areas\SystemSecurity\Views\FilterIP\Form.cshtml" />
  827. </ItemGroup>
  828. <ItemGroup>
  829. <Content Include="Areas\SystemSecurity\Views\FilterIP\Details.cshtml" />
  830. </ItemGroup>
  831. <ItemGroup>
  832. <Content Include="Areas\SystemSecurity\Views\ServerMonitoring\Index.cshtml" />
  833. </ItemGroup>
  834. <ItemGroup>
  835. <Content Include="Views\Home\Default.cshtml" />
  836. </ItemGroup>
  837. <ItemGroup>
  838. <Content Include="Views\Home\About.cshtml" />
  839. </ItemGroup>
  840. <ItemGroup>
  841. <Content Include="Content\js\simditor\css\editor.scss" />
  842. <Content Include="Content\js\simditor\css\fonticon.scss" />
  843. <Content Include="Content\js\simditor\css\simditor.scss" />
  844. </ItemGroup>
  845. <ItemGroup>
  846. <Content Include="Areas\SystemManage\Views\User\Info.cshtml" />
  847. <Content Include="Areas\SystemManage\Views\Customer\Index.cshtml" />
  848. <Content Include="Areas\SystemManage\Views\Customer\Form.cshtml" />
  849. <Content Include="Areas\SystemManage\Views\Customer\Details.cshtml" />
  850. <None Include="Properties\PublishProfiles\NFine.Framework.Release.pubxml" />
  851. </ItemGroup>
  852. <ItemGroup>
  853. <Folder Include="Areas\SRM\Controllers\" />
  854. <Folder Include="Areas\SRM\Views\" />
  855. <Folder Include="File\LablesFile\" />
  856. <Folder Include="File\UPLoadFile\" />
  857. <Folder Include="Frp\" />
  858. <Folder Include="Grf\" />
  859. <Folder Include="PrintTemp\" />
  860. </ItemGroup>
  861. <ItemGroup>
  862. <WCFMetadata Include="Service References\" />
  863. </ItemGroup>
  864. <ItemGroup>
  865. <WCFMetadataStorage Include="Service References\ServiceReference1\" />
  866. </ItemGroup>
  867. <PropertyGroup>
  868. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  869. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  870. </PropertyGroup>
  871. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  872. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  873. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  874. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  875. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  876. </Target>
  877. <ProjectExtensions>
  878. <VisualStudio>
  879. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  880. <WebProjectProperties>
  881. <UseIIS>True</UseIIS>
  882. <AutoAssignPort>True</AutoAssignPort>
  883. <DevelopmentServerPort>0</DevelopmentServerPort>
  884. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  885. <IISUrl>http://localhost:1851/</IISUrl>
  886. <NTLMAuthentication>False</NTLMAuthentication>
  887. <UseCustomServer>False</UseCustomServer>
  888. <CustomServerUrl>
  889. </CustomServerUrl>
  890. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  891. </WebProjectProperties>
  892. </FlavorProperties>
  893. </VisualStudio>
  894. </ProjectExtensions>
  895. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  896. Other similar extension points exist, see Microsoft.Common.targets.
  897. <Target Name="BeforeBuild">
  898. </Target>
  899. <Target Name="AfterBuild">
  900. </Target> -->
  901. </Project>