|
|
<?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion> </ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{BEF1F2C9-1903-4AC4-93BD-08452BFA37A3}</ProjectGuid> <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>NFine.Web</RootNamespace> <AssemblyName>NFine.Web</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <MvcBuildViews>false</MvcBuildViews> <UseIISExpress>true</UseIISExpress> <IISExpressSSLPort /> <IISExpressAnonymousAuthentication /> <IISExpressWindowsAuthentication /> <IISExpressUseClassicPipelineMode /> <SccProjectName> </SccProjectName> <SccLocalPath> </SccLocalPath> <SccAuxPath> </SccAuxPath> <SccProvider> </SccProvider> <Use64BitIISExpress /> <UseGlobalApplicationHostFile /> <TargetFrameworkProfile /> <TypeScriptToolsVersion>4.3</TypeScriptToolsVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="EntityFramework.SqlServer"> <HintPath>..\..\..\..\基础版\dll\EntityFramework.SqlServer.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="Newtonsoft.Json, Version=13.0.1.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>bin\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Drawing" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Web" /> <Reference Include="System.Web.DynamicData" /> <Reference Include="System.Web.Entity" /> <Reference Include="System.Web.ApplicationServices" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Web.Extensions" /> <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\..\..\基础版\dll\System.Web.Helpers.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\..\..\基础版\dll\System.Web.Mvc.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\..\..\基础版\dll\System.Web.Razor.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\..\..\基础版\dll\System.Web.WebPages.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\..\..\基础版\dll\System.Web.WebPages.Deployment.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\..\..\基础版\dll\System.Web.WebPages.Razor.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="System.Web.Abstractions" /> <Reference Include="System.Web.Routing" /> <Reference Include="System.Xml" /> <Reference Include="System.Configuration" /> <Reference Include="System.Web.Services" /> <Reference Include="System.EnterpriseServices" /> <Reference Include="System.Net.Http"> </Reference> <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath> </Reference> <Reference Include="System.Net.Http.WebRequest"> </Reference> <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath> </Reference> <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20710.0\lib\net40\System.Web.Http.WebHost.dll</HintPath> </Reference> <Reference Include="System.Xml.Linq" /> </ItemGroup> <ItemGroup> <Compile Include="App_Start\01 Handler\HandlerAjaxOnlyAttribute.cs" /> <Compile Include="App_Start\01 Handler\HandlerAuthorizeAttribute.cs" /> <Compile Include="App_Start\01 Handler\HandlerErrorAttribute.cs" /> <Compile Include="App_Start\01 Handler\HandlerLoginAttribute.cs" /> <Compile Include="App_Start\01 Handler\ControllerBase.cs" /> <Compile Include="Areas\BBWMS\Controllers\ICSManufactureReceiveController.cs" /> <Compile Include="Areas\BBWMS\Controllers\IQCQualityController.cs" /> <Compile Include="Areas\DHAY\Controllers\DHCreateItemLotController.cs" /> <Compile Include="Areas\DHAY\Controllers\FullProcessTraceabilityController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSOtherInOutController.cs" /> <Compile Include="Areas\DHAY\Controllers\DHICSRCVIQCsController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSRCVIQCsController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSWareHouseLotInfoLogController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSMOIssue.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSFinishedProductShipmentController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSMTDOCController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSSDNController .cs" /> <Compile Include="Areas\DHAY\Controllers\ICSAccessoriesMOApplyController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSCustomerSuppliedInController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSCustomerSuppliedReturnController.cs" /> <Compile Include="Areas\DHAY\Controllers\ICSCheckListController.cs" /> <Compile Include="Areas\DHAY\Controllers\IQCQualityController.cs" /> <Compile Include="Areas\DHAY\Controllers\MaterialsDeliveredRTMController.cs" /> <Compile Include="Areas\DHAY\DHAYAreaRegistration.cs" /> <Compile Include="Areas\Encrypt\Controllers\EnciphermentController.cs" /> <Compile Include="Areas\Encrypt\EncryptAreaRegistration.cs" /> <Compile Include="Areas\BBWMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\HGWMS\Controllers\LotDataGenerationController.cs" /> <Compile Include="Areas\HGWMS\Controllers\PickMaterialController.cs" /> <Compile Include="Areas\JHWMS\Controllers\DeciliterController.cs" /> <Compile Include="Areas\JHWMS\Controllers\ICSMTDOCController.cs" /> <Compile Include="Areas\JHWMS\Controllers\MaterialsDeliveredRTMController.cs" /> <Compile Include="Areas\JinHuaWMS\Controllers\DeciliterController.cs" /> <Compile Include="Areas\JinHuaWMS\Controllers\WMSCreateItemLotController.cs" /> <Compile Include="Areas\JinHuaWMS\JinHuaAreaRegistration.cs" /> <Compile Include="Areas\KBSWMS\Controllers\ICSInspectionReportsController.cs" /> <Compile Include="Areas\KBSWMS\Controllers\ICSLotFreezeDHController.cs" /> <Compile Include="Areas\KBSWMS\Controllers\ICSManufactureReceiveController.cs" /> <Compile Include="Areas\KBSWMS\Controllers\ICSUpdateMoPickController.cs" /> <Compile Include="Areas\KBSWMS\Controllers\PickMaterialController.cs" /> <Compile Include="Areas\KBSWMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\HGWMS\Controllers\ICSTransferController.cs" /> <Compile Include="Areas\HGWMS\Controllers\WMSCreateItemLotController.cs" /> <Compile Include="Areas\HGWMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\MFWMS\Controllers\ICSMOIssueSendBackController.cs" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\FormWareHouseChoose.cshtml" /> <Content Include="Areas\MFWMS\Views\ICSSSD\ICSSSDQuery.cshtml" /> <Compile Include="Areas\MFWMS\Controllers\ICSSSDController.cs" /> <Compile Include="Areas\MFWMS\Controllers\ScrapDocumentDealWithController.cs" /> <Compile Include="Areas\MFWMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\JHWMS\Controllers\WMSCreateItemLotController.cs" /> <Compile Include="Areas\JHWMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\MHWMS\Controllers\WMSCreateItemLotController.cs" /> <Compile Include="Areas\MHWMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\PNWMS\Controllers\BlitemController.cs" /> <Compile Include="Areas\JHWMS\Controllers\ProductionIssueController.cs" /> <Compile Include="Areas\RTWMS\Controllers\WMSCreateItemLotController.cs" /> <Compile Include="Areas\RTWMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\SystemManage\Controllers\AreaController.cs" /> <Compile Include="Areas\SystemManage\Controllers\CommonReportController.cs" /> <Compile Include="Areas\SystemManage\Controllers\DutyController.cs" /> <Compile Include="Areas\SystemManage\Controllers\ItemsDataController.cs" /> <Compile Include="Areas\SystemManage\Controllers\ModuleButtonController.cs" /> <Compile Include="Areas\SystemManage\Controllers\ModuleController.cs" /> <Compile Include="Areas\SystemManage\Controllers\OrganizeController.cs" /> <Compile Include="Areas\SystemManage\Controllers\RoleAuthorizeController.cs" /> <Compile Include="Areas\SystemManage\Controllers\RoleController.cs" /> <Compile Include="Areas\SystemManage\Controllers\CustomerController.cs" /> <Compile Include="Areas\SystemManage\Controllers\UserController.cs" /> <Compile Include="Areas\SystemManage\Controllers\ItemsTypeController.cs" /> <Compile Include="Areas\SystemManage\SystemManageAreaRegistration.cs" /> <Compile Include="Areas\SystemSecurity\Controllers\DbBackupController.cs" /> <Compile Include="Areas\SystemSecurity\Controllers\FilterIPController.cs" /> <Compile Include="Areas\SystemSecurity\Controllers\LogController.cs" /> <Compile Include="Areas\SystemSecurity\Controllers\ServerMonitoringController.cs" /> <Compile Include="Areas\SystemSecurity\SystemSecurityAreaRegistration.cs" /> <Compile Include="Areas\Boxes\Controllers\BasicSettingsController.cs" /> <Compile Include="Areas\Boxes\BoxesAreaRegistration.cs" /> <Compile Include="Areas\PNWMS\Controllers\PickMaterialController.cs" /> <Compile Include="Areas\PNWMS\Controllers\WMSCreateItemLotController.cs" /> <Compile Include="Areas\PNWMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\WMS\Controllers\BasicSettingsController.cs" /> <Compile Include="Areas\WMS\Controllers\BlitemController.cs" /> <Compile Include="Areas\WMS\Controllers\CheckingFixtureController.cs" /> <Compile Include="Areas\WMS\Controllers\DeleteArrivalDocController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSBrrowController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSCheckRuleController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSApplyController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSAPIErrorHandleController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSManufactureReceiveController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSMOApplyController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSMOIssueController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSMOPickController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSMOReplenishmentController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSOApplyController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSODeliveryNoticeController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSOIssueController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSOOPickController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSOperationController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSOtherInController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSOtherOutController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSOutsourcingOrderController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSOutsourcingReceiveController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSReturnController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSSDNALLController .cs" /> <Compile Include="Areas\WMS\Controllers\ICSSDNController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSSSDController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSTransferController.cs" /> <Compile Include="Areas\WMS\Controllers\IntelligentDeviceIntegrationController.cs" /> <Compile Include="Areas\WMS\Controllers\IQCQualityController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSAPISendController.cs" /> <Compile Include="Areas\WMS\Controllers\SystemUpdateController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSCheckConfigurationController.cs" /> <Compile Include="Areas\WMS\Controllers\WMSCreateMOApplyController.cs" /> <Compile Include="Areas\WMS\Controllers\InspectionDeciliterController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSLotFreezeDHController.cs" /> <Compile Include="Areas\WMS\Controllers\DeciliterController.cs" /> <Compile Include="Areas\WMS\Controllers\HomeWorkController.cs" /> <Compile Include="Areas\WMS\Controllers\FinishedProductWarehouseEntry.cs" /> <Compile Include="Areas\WMS\Controllers\WareHouseReserveController.cs" /> <Compile Include="Areas\WMS\Controllers\WareHouseLotinspectionController.cs" /> <Compile Include="Areas\WMS\Controllers\PDAVersionController.cs" /> <Compile Include="Areas\WMS\Controllers\ZHYSalesDeliveryController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSDisassemblyDocController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSMOController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSMTDOCController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSRCVIQCsController.cs" /> <Compile Include="Areas\WMS\Controllers\MaterialsDeliveredRTMController.cs" /> <Compile Include="Areas\WMS\Controllers\PickMaterialController.cs" /> <Compile Include="Areas\WMS\Controllers\PrintController.cs" /> <Compile Include="Areas\WMS\Controllers\PrintLotNoOverallController.cs" /> <Compile Include="Areas\WMS\Controllers\SalesOrderController.cs" /> <Compile Include="Areas\WMS\Controllers\PurOrderController.cs" /> <Compile Include="Areas\WMS\Controllers\ProductionIssueController.cs" /> <Compile Include="Areas\WMS\Controllers\ProductionRAFMRController.cs" /> <Compile Include="Areas\WMS\Controllers\RevokeBusinessController.cs" /> <Compile Include="Areas\WMS\Controllers\UerListController.cs" /> <Compile Include="Areas\WMS\Controllers\WeiWaiProductionIssueController.cs" /> <Compile Include="Areas\WMS\Controllers\WMSCreateItemLotController.cs" /> <Compile Include="Areas\WMS\Controllers\WWMaterialsDeliveredRTMController.cs" /> <Compile Include="Areas\WMS\Controllers\WWProductionRAFMRController.cs" /> <Compile Include="Areas\WMS\Controllers\YLICSMoPickController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSDeliveryNoticeController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSEDeliveryNoticeController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSPurchaseReceiveController.cs" /> <Compile Include="Areas\WMS\Controllers\ICSVendorController.cs" /> <Content Include="Areas\MFWMS\Views\ICSMOIssueSendBack\ICSMOIssueSendBackQuery.cshtml" /> <Content Include="Areas\MFWMS\Web.config" /> <Content Include="Areas\MFWMS\Views\ScrapDocumentDealWith\ScrapDocumentDealWith.cshtml" /> <Content Include="Areas\MFWMS\Views\ScrapDocumentDealWith\ScrapNumInput.cshtml" /> <Content Include="Areas\MFWMS\Views\ScrapDocumentDealWith\ScrapDocument.cshtml" /> <Content Include="Areas\MFWMS\Views\ScrapDocumentDealWith\ScrappedIssue.cshtml" /> <Content Include="Areas\MFWMS\Views\ICSSSD\ICSWarehouseSelection.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\MaintainBatchTime.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\MaintainBatchTimeUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\UpdateLeadTime.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\YLICSRCVIQCs.cshtml" /> <Content Include="Areas\WMS\Views\ICSSDNALL\Create.cshtml" /> <Content Include="Areas\WMS\Views\ICSSDNALL\GetBatch.cshtml" /> <Content Include="Areas\WMS\Views\ICSSDNALL\GetInvCode.cshtml" /> <Content Include="Areas\WMS\Views\ICSSDNALL\GetWHCode.cshtml" /> <Content Include="Areas\WMS\Views\ICSSDNALL\Index.cshtml" /> <Content Include="Areas\WMS\Views\ICSSDNALL\Update.cshtml" /> <Content Include="Areas\WMS\Views\DeleteArrivalDoc\DelArrivalDoc.cshtml" /> <Content Include="Areas\WMS\Views\ICSAPISend\KBSICSAPISend.cshtml" /> <Content Include="Areas\WMS\Views\ICSMTDOC\ICSMTDOCAddByBatchCode.cshtml" /> <Content Include="Areas\MFWMS\Views\ScrapDocumentDealWith\OtherWarehousingAudit.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\ICSInspectionDetail.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\ICSInspectionDetailDelete.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\ICSInspectionDetailNew.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\ICSLookFiles.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\ICSRCVIQCs.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\Rejection.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\UpdateLeadTime.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\WWRejection.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\YLICSRCVIQCs.cshtml" /> <Content Include="Areas\DHAY\Views\ICSRCVIQCs\GetBadReasonCode.cshtml" /> <Content Include="Areas\HGWMS\Views\ICSTransfer\ICSTransfer.cshtml" /> <Content Include="Areas\HGWMS\Web.config" /> <Content Include="Areas\HGWMS\Views\ICSTransfer\ICSTransferAdd.cshtml" /> <Content Include="Areas\HGWMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\PassFirstTime.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\ICSTransferAdd.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSManufactureReceive\Index.cshtml" /> <Content Include="Areas\KBSWMS\Web.config" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\RejudicationNG.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSManufactureReceive\BindAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\UpdateTrackCode.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\ExternalImprovementReports.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\ExceptionTrackingReports.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\TOP3NGBatch.cshtml" /> <Content Include="Areas\SystemManage\Views\User\RevisePasswordNew.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\TOP5NGBatch.cshtml" /> <Content Include="Areas\PNWMS\Views\PickMaterial\ICSMOPickMerge.cshtml" /> <Content Include="Areas\PNWMS\Views\PickMaterial\ICSMOPickMergeSeach.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\FormMoPick.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\From.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\FromNew.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\FromPN.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\ICSLotRebind.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\ImportLot.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\PNCreateItemLot.cshtml" /> <Content Include="Areas\PNWMS\Views\WMSCreateItemLot\YLCreateItemLot.cshtml" /> <Content Include="Areas\PNWMS\Web.config" /> <Content Include="Areas\DHAY\Views\MaterialsDeliveredRTM\ICSMOApplyNegMD.cshtml" /> <Content Include="Areas\DHAY\Views\MaterialsDeliveredRTM\ICSMOApplyNegMDAdd.cshtml" /> <Content Include="Areas\DHAY\Views\MaterialsDeliveredRTM\ICSMOApplyNegMDUpdate.cshtml" /> <Content Include="Areas\DHAY\Views\MaterialsDeliveredRTM\SeachMDInventory.cshtml" /> <Content Include="Areas\BBWMS\Web.config" /> <Content Include="Areas\BBWMS\Views\IQCQuality\AqlEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\AqlQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\BadCodeGroupEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\BadCodeGroupQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\BadReasonGroupEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\BadReasonGroupQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\CheckItemGroupEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\CheckItemGroupQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\Item2AqlEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\Item2AqlEditSingle.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\Item2AqlFileView.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\Item2AqlQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\Item2CheckItemEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\Item2CheckItemGroupBind.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\Item2CheckItemGroupQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialCheckDoJudge.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialCheckLog.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialDestoryExperimentEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialDoJudge.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialFinalJudgeEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialHasReturnItemEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialInStorageCheckEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialInStorageCheckQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialInStorageFinalQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialReJudgeEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\MaterialReJudgeView.cshtml" /> <Content Include="Areas\HGWMS\Views\WMSCreateItemLot\UpdateCount.cshtml" /> <Content Include="Areas\BBWMS\Views\ICSManufactureReceive\Index.cshtml" /> <Content Include="Areas\BBWMS\Views\ICSManufactureReceive\ComparisonLot.cshtml" /> <Content Include="Areas\PNWMS\Views\Blitem\BlitemList.cshtml" /> <Content Include="Areas\PNWMS\Views\Blitem\ICSCheckAdd.cshtml" /> <Content Include="Areas\PNWMS\Views\Blitem\ICSInvCheckAdd.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\POUnarrivedQuantity.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSInspectionReports\VenDeliveries.cshtml" /> <Content Include="Areas\PNWMS\Views\Blitem\BlitemListApprove.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\CPMaterialInStorageCheckQuery.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\CPMaterialInStorageFinalQuery.cshtml" /> <Content Include="Areas\RTWMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\RTWMS\Views\WMSCreateItemLot\From.cshtml" /> <Content Include="Areas\RTWMS\Web.config" /> <Content Include="Areas\BBWMS\Views\IQCQuality\CPMaterialInStorageCheckEdit.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\CPMaterialFinalJudgeEdit.cshtml" /> <Content Include="Areas\RTWMS\Views\WMSCreateItemLot\SeachCode.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSStackWMSUpdate.cshtml" /> <Content Include="Areas\HGWMS\Views\PickMaterial\ICSMOPickMerge.cshtml" /> <Content Include="Areas\HGWMS\Views\PickMaterial\ICSMOPickMergeSeach.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSINVENTORYByDYS.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSINVEBTORYAddByDYS.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerAddMore.cshtml" /> <Content Include="Areas\BBWMS\Views\ICSManufactureReceive\SeachLotUpdate.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\VendorFileIndex.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSUpdateMoPick\Index.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\FormMoPick.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\From.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\FromNew.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\FromPN.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\ICSLotRebind.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\ImportLot.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\PNCreateItemLot.cshtml" /> <Content Include="Areas\JHWMS\Views\WMSCreateItemLot\YLCreateItemLot.cshtml" /> <Content Include="Areas\JHWMS\Web.config" /> <Content Include="Areas\JHWMS\Views\ICSMTDOC\GetBatchCode.cshtml" /> <Content Include="Areas\JHWMS\Views\ICSMTDOC\GetICSInventory.cshtml" /> <Content Include="Areas\JHWMS\Views\ICSMTDOC\GetLocationCode.cshtml" /> <Content Include="Areas\JHWMS\Views\ICSMTDOC\ICSMTDOCAdd.cshtml" /> <Content Include="Areas\JHWMS\Views\ICSMTDOC\ICSMTDOCAddByBatchCode.cshtml" /> <Content Include="Areas\JHWMS\Views\ICSMTDOC\Metamorphosis.cshtml" /> <Content Include="Areas\JHWMS\Views\ICSMTDOC\MetamorphosisToLead.cshtml" /> <Content Include="Areas\BBWMS\Views\IQCQuality\ICSLookFiles.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\AqlEdit.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\AqlQuery.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\Item2CheckItemGroupBind.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\Item2CheckItemGroupQuery.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\CheckGroupEdit.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\CheckGroupQuery.cshtml" /> <Content Include="Areas\PNWMS\Views\Blitem\From.cshtml" /> <Content Include="Areas\PNWMS\Views\Blitem\SeachInventory.cshtml" /> <Content Include="Areas\PNWMS\Views\Blitem\SeachLocation.cshtml" /> <Content Include="Areas\HGWMS\Views\LotDataGeneration\LotDataGenerationFrom.cshtml" /> <Content Include="Areas\HGWMS\Views\LotDataGeneration\LotDataGenerationIndex.cshtml" /> <Content Include="Areas\HGWMS\Views\LotDataGeneration\SeachERPStandStock.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\Item2CheckItemEdit.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\ICSRCVIQCs.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\ICSInspectionDetailNew.cshtml" /> <Content Include="Areas\HGWMS\Views\WMSCreateItemLot\UpdatePrintTemplate.cshtml" /> <Content Include="Areas\WMS\Views\Blitem\ICSSpecialCheckAddJH.cshtml" /> <Content Include="Areas\KBSWMS\Views\PickMaterial\ICSMOPickMerge.cshtml" /> <Content Include="Areas\KBSWMS\Views\PickMaterial\ICSMOPickMergeSeach.cshtml" /> <Content Include="Areas\JHWMS\Views\Deciliter\ICSDeciliter.cshtml" /> <Content Include="Areas\JHWMS\Views\Deciliter\LotNoCombine.cshtml" /> <Content Include="Areas\JHWMS\Views\Deciliter\LotNoPackingSplit.cshtml" /> <Content Include="Areas\JHWMS\Views\Deciliter\LotNoSplit.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\FormMoPick.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\From.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\FromHG.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\FromNew.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\FromPN.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\ICSLotRebind.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\ImportLot.cshtml" /> <Content Include="Areas\MHWMS\Views\WMSCreateItemLot\YLCreateItemLot.cshtml" /> <Content Include="Areas\MHWMS\Web.config" /> <Content Include="Areas\JinHuaWMS\Views\Deciliter\ICSDeciliter.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\Deciliter\LotNoCombine.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\Deciliter\LotNoPackingSplit.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\Deciliter\LotNoSplit.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSLotFreezeDH\From.cshtml" /> <Content Include="Areas\KBSWMS\Views\ICSLotFreezeDH\ICSLotFreezeDH.cshtml" /> <Content Include="Areas\JinHuaWMS\Web.config"> <SubType>Designer</SubType> </Content> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\FormMoPick.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\From.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\FromHG.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\FromNew.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\FromPN.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\ICSLotRebind.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\ImportLot.cshtml" /> <Content Include="Areas\JinHuaWMS\Views\WMSCreateItemLot\YLCreateItemLot.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSPDAAPIErrorHandle.cshtml" /> <Content Include="Areas\DHAY\Views\FullProcessTraceability\FullProcessTraceability.cshtml" /> <Content Include="Areas\DHAY\Views\IQCQuality\Item2CheckItemGroupEdit.cshtml" /> <Content Include="Areas\JHWMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMD.cshtml" /> <Content Include="Areas\JHWMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMDAdd.cshtml" /> <Content Include="Areas\JHWMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMDUpdate.cshtml" /> <Content Include="Areas\JHWMS\Views\MaterialsDeliveredRTM\SeachMDInventory.cshtml" /> <None Include="Areas\WMS\Views\ICSSSD\ICSSSDEdit.cshtml" /> <None Include="Areas\WMS\Views\ICSSSD\ICSSSDQuery.cshtml" /> <Compile Include="Areas\WMS\WMSAreaRegistration.cs" /> <Compile Include="Areas\XJYWMS\Controllers\WMSCreateItemLotController.cs" /> <Compile Include="Areas\XJYWMS\XJYWMSAreaRegistration.cs" /> <Compile Include="ChulingHandler.ashx.cs"> <DependentUpon>ChulingHandler.ashx</DependentUpon> </Compile> <Compile Include="PrintFunction.cs" /> <Compile Include="Controllers\ClientsDataController.cs" /> <Compile Include="Controllers\HomeController.cs" /> <Compile Include="Controllers\LoginController.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> <Compile Include="PrintJson.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DesignTimeSharedInput>True</DesignTimeSharedInput> <DependentUpon>Settings.settings</DependentUpon> </Compile> <Compile Include="Service References\ServiceReference1\Reference.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Reference.svcmap</DependentUpon> </Compile> </ItemGroup> <ItemGroup> <Compile Include="App_Start\FilterConfig.cs" /> <Compile Include="App_Start\RouteConfig.cs" /> <Content Include="Content\axios.min.js" /> <Content Include="Content\bootstrap.css" /> <Content Include="Content\bootstrap.min.css" /> <Content Include="Content\css\bootstrap\bootstrap-select.css" /> <Content Include="Content\css\bootstrap\bootstrap-switch.css" /> <Content Include="Content\css\ColorPicker\bootstrap-colorpicker.css" /> <Content Include="Content\css\ColorPicker\bootstrap-colorpicker.min.css" /> <Content Include="Content\css\CommonReport\CommonReport.css" /> <Content Include="Content\css\form.css" /> <Content Include="Content\css\framework-font.css" /> <Content Include="Content\css\framework-ui.css" /> <Content Include="Content\css\framework-login.css" /> <Content Include="Content\css\framework-theme.css" /> <Content Include="Content\css\framework-about.css" /> <Content Include="Content\css\toastr.min.css" /> <Content Include="Content\element-ui\lib\alert.js" /> <Content Include="Content\element-ui\lib\aside.js" /> <Content Include="Content\element-ui\lib\autocomplete.js" /> <Content Include="Content\element-ui\lib\avatar.js" /> <Content Include="Content\element-ui\lib\backtop.js" /> <Content Include="Content\element-ui\lib\badge.js" /> <Content Include="Content\element-ui\lib\breadcrumb-item.js" /> <Content Include="Content\element-ui\lib\breadcrumb.js" /> <Content Include="Content\element-ui\lib\button-group.js" /> <Content Include="Content\element-ui\lib\button.js" /> <Content Include="Content\element-ui\lib\calendar.js" /> <Content Include="Content\element-ui\lib\card.js" /> <Content Include="Content\element-ui\lib\carousel-item.js" /> <Content Include="Content\element-ui\lib\carousel.js" /> <Content Include="Content\element-ui\lib\cascader-panel.js" /> <Content Include="Content\element-ui\lib\cascader.js" /> <Content Include="Content\element-ui\lib\checkbox-button.js" /> <Content Include="Content\element-ui\lib\checkbox-group.js" /> <Content Include="Content\element-ui\lib\checkbox.js" /> <Content Include="Content\element-ui\lib\col.js" /> <Content Include="Content\element-ui\lib\collapse-item.js" /> <Content Include="Content\element-ui\lib\collapse.js" /> <Content Include="Content\element-ui\lib\color-picker.js" /> <Content Include="Content\element-ui\lib\container.js" /> <Content Include="Content\element-ui\lib\date-picker.js" /> <Content Include="Content\element-ui\lib\descriptions-item.js" /> <Content Include="Content\element-ui\lib\descriptions.js" /> <Content Include="Content\element-ui\lib\dialog.js" /> <Content Include="Content\element-ui\lib\directives\mousewheel.js" /> <Content Include="Content\element-ui\lib\directives\repeat-click.js" /> <Content Include="Content\element-ui\lib\divider.js" /> <Content Include="Content\element-ui\lib\drawer.js" /> <Content Include="Content\element-ui\lib\dropdown-item.js" /> <Content Include="Content\element-ui\lib\dropdown-menu.js" /> <Content Include="Content\element-ui\lib\dropdown.js" /> <Content Include="Content\element-ui\lib\element-ui.common.js" /> <Content Include="Content\element-ui\lib\empty.js" /> <Content Include="Content\element-ui\lib\footer.js" /> <Content Include="Content\element-ui\lib\form-item.js" /> <Content Include="Content\element-ui\lib\form.js" /> <Content Include="Content\element-ui\lib\header.js" /> <Content Include="Content\element-ui\lib\icon.js" /> <Content Include="Content\element-ui\lib\image.js" /> <Content Include="Content\element-ui\lib\index.js" /> <Content Include="Content\element-ui\lib\infinite-scroll.js" /> <Content Include="Content\element-ui\lib\input-number.js" /> <Content Include="Content\element-ui\lib\input.js" /> <Content Include="Content\element-ui\lib\link.js" /> <Content Include="Content\element-ui\lib\loading.js" /> <Content Include="Content\element-ui\lib\locale\format.js" /> <Content Include="Content\element-ui\lib\locale\index.js" /> <Content Include="Content\element-ui\lib\locale\lang\af-ZA.js" /> <Content Include="Content\element-ui\lib\locale\lang\ar.js" /> <Content Include="Content\element-ui\lib\locale\lang\az.js" /> <Content Include="Content\element-ui\lib\locale\lang\bg.js" /> <Content Include="Content\element-ui\lib\locale\lang\bn.js" /> <Content Include="Content\element-ui\lib\locale\lang\ca.js" /> <Content Include="Content\element-ui\lib\locale\lang\cs-CZ.js" /> <Content Include="Content\element-ui\lib\locale\lang\da.js" /> <Content Include="Content\element-ui\lib\locale\lang\de.js" /> <Content Include="Content\element-ui\lib\locale\lang\ee.js" /> <Content Include="Content\element-ui\lib\locale\lang\el.js" /> <Content Include="Content\element-ui\lib\locale\lang\en.js" /> <Content Include="Content\element-ui\lib\locale\lang\eo.js" /> <Content Include="Content\element-ui\lib\locale\lang\es.js" /> <Content Include="Content\element-ui\lib\locale\lang\eu.js" /> <Content Include="Content\element-ui\lib\locale\lang\fa.js" /> <Content Include="Content\element-ui\lib\locale\lang\fi.js" /> <Content Include="Content\element-ui\lib\locale\lang\fr.js" /> <Content Include="Content\element-ui\lib\locale\lang\he.js" /> <Content Include="Content\element-ui\lib\locale\lang\hr.js" /> <Content Include="Content\element-ui\lib\locale\lang\hu.js" /> <Content Include="Content\element-ui\lib\locale\lang\hy-AM.js" /> <Content Include="Content\element-ui\lib\locale\lang\id.js" /> <Content Include="Content\element-ui\lib\locale\lang\is.js" /> <Content Include="Content\element-ui\lib\locale\lang\it.js" /> <Content Include="Content\element-ui\lib\locale\lang\ja.js" /> <Content Include="Content\element-ui\lib\locale\lang\kg.js" /> <Content Include="Content\element-ui\lib\locale\lang\km.js" /> <Content Include="Content\element-ui\lib\locale\lang\ko.js" /> <Content Include="Content\element-ui\lib\locale\lang\ku.js" /> <Content Include="Content\element-ui\lib\locale\lang\kz.js" /> <Content Include="Content\element-ui\lib\locale\lang\lt.js" /> <Content Include="Content\element-ui\lib\locale\lang\lv.js" /> <Content Include="Content\element-ui\lib\locale\lang\mn.js" /> <Content Include="Content\element-ui\lib\locale\lang\ms.js" /> <Content Include="Content\element-ui\lib\locale\lang\nb-NO.js" /> <Content Include="Content\element-ui\lib\locale\lang\nl.js" /> <Content Include="Content\element-ui\lib\locale\lang\pl.js" /> <Content Include="Content\element-ui\lib\locale\lang\pt-br.js" /> <Content Include="Content\element-ui\lib\locale\lang\pt.js" /> <Content Include="Content\element-ui\lib\locale\lang\ro.js" /> <Content Include="Content\element-ui\lib\locale\lang\ru-RU.js" /> <Content Include="Content\element-ui\lib\locale\lang\si.js" /> <Content Include="Content\element-ui\lib\locale\lang\sk.js" /> <Content Include="Content\element-ui\lib\locale\lang\sl.js" /> <Content Include="Content\element-ui\lib\locale\lang\sr-Latn.js" /> <Content Include="Content\element-ui\lib\locale\lang\sr.js" /> <Content Include="Content\element-ui\lib\locale\lang\sv-SE.js" /> <Content Include="Content\element-ui\lib\locale\lang\sw.js" /> <Content Include="Content\element-ui\lib\locale\lang\ta.js" /> <Content Include="Content\element-ui\lib\locale\lang\th.js" /> <Content Include="Content\element-ui\lib\locale\lang\tk.js" /> <Content Include="Content\element-ui\lib\locale\lang\tr-TR.js" /> <Content Include="Content\element-ui\lib\locale\lang\ua.js" /> <Content Include="Content\element-ui\lib\locale\lang\ug-CN.js" /> <Content Include="Content\element-ui\lib\locale\lang\uz-UZ.js" /> <Content Include="Content\element-ui\lib\locale\lang\vi.js" /> <Content Include="Content\element-ui\lib\locale\lang\zh-CN.js" /> <Content Include="Content\element-ui\lib\locale\lang\zh-TW.js" /> <Content Include="Content\element-ui\lib\main.js" /> <Content Include="Content\element-ui\lib\menu-item-group.js" /> <Content Include="Content\element-ui\lib\menu-item.js" /> <Content Include="Content\element-ui\lib\menu.js" /> <Content Include="Content\element-ui\lib\message-box.js" /> <Content Include="Content\element-ui\lib\message.js" /> <Content Include="Content\element-ui\lib\mixins\emitter.js" /> <Content Include="Content\element-ui\lib\mixins\focus.js" /> <Content Include="Content\element-ui\lib\mixins\locale.js" /> <Content Include="Content\element-ui\lib\mixins\migrating.js" /> <Content Include="Content\element-ui\lib\notification.js" /> <Content Include="Content\element-ui\lib\option-group.js" /> <Content Include="Content\element-ui\lib\option.js" /> <Content Include="Content\element-ui\lib\page-header.js" /> <Content Include="Content\element-ui\lib\pagination.js" /> <Content Include="Content\element-ui\lib\popconfirm.js" /> <Content Include="Content\element-ui\lib\popover.js" /> <Content Include="Content\element-ui\lib\progress.js" /> <Content Include="Content\element-ui\lib\radio-button.js" /> <Content Include="Content\element-ui\lib\radio-group.js" /> <Content Include="Content\element-ui\lib\radio.js" /> <Content Include="Content\element-ui\lib\rate.js" /> <Content Include="Content\element-ui\lib\result.js" /> <Content Include="Content\element-ui\lib\row.js" /> <Content Include="Content\element-ui\lib\scrollbar.js" /> <Content Include="Content\element-ui\lib\select.js" /> <Content Include="Content\element-ui\lib\skeleton-item.js" /> <Content Include="Content\element-ui\lib\skeleton.js" /> <Content Include="Content\element-ui\lib\slider.js" /> <Content Include="Content\element-ui\lib\spinner.js" /> <Content Include="Content\element-ui\lib\statistic.js" /> <Content Include="Content\element-ui\lib\step.js" /> <Content Include="Content\element-ui\lib\steps.js" /> <Content Include="Content\element-ui\lib\submenu.js" /> <Content Include="Content\element-ui\lib\switch.js" /> <Content Include="Content\element-ui\lib\tab-pane.js" /> <Content Include="Content\element-ui\lib\table-column.js" /> <Content Include="Content\element-ui\lib\table.js" /> <Content Include="Content\element-ui\lib\tabs.js" /> <Content Include="Content\element-ui\lib\tag.js" /> <Content Include="Content\element-ui\lib\theme-chalk\alert.css" /> <Content Include="Content\element-ui\lib\theme-chalk\aside.css" /> <Content Include="Content\element-ui\lib\theme-chalk\autocomplete.css" /> <Content Include="Content\element-ui\lib\theme-chalk\avatar.css" /> <Content Include="Content\element-ui\lib\theme-chalk\backtop.css" /> <Content Include="Content\element-ui\lib\theme-chalk\badge.css" /> <Content Include="Content\element-ui\lib\theme-chalk\base.css" /> <Content Include="Content\element-ui\lib\theme-chalk\breadcrumb-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\breadcrumb.css" /> <Content Include="Content\element-ui\lib\theme-chalk\button-group.css" /> <Content Include="Content\element-ui\lib\theme-chalk\button.css" /> <Content Include="Content\element-ui\lib\theme-chalk\calendar.css" /> <Content Include="Content\element-ui\lib\theme-chalk\card.css" /> <Content Include="Content\element-ui\lib\theme-chalk\carousel-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\carousel.css" /> <Content Include="Content\element-ui\lib\theme-chalk\cascader-panel.css" /> <Content Include="Content\element-ui\lib\theme-chalk\cascader.css" /> <Content Include="Content\element-ui\lib\theme-chalk\checkbox-button.css" /> <Content Include="Content\element-ui\lib\theme-chalk\checkbox-group.css" /> <Content Include="Content\element-ui\lib\theme-chalk\checkbox.css" /> <Content Include="Content\element-ui\lib\theme-chalk\col.css" /> <Content Include="Content\element-ui\lib\theme-chalk\collapse-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\collapse.css" /> <Content Include="Content\element-ui\lib\theme-chalk\color-picker.css" /> <Content Include="Content\element-ui\lib\theme-chalk\container.css" /> <Content Include="Content\element-ui\lib\theme-chalk\date-picker.css" /> <Content Include="Content\element-ui\lib\theme-chalk\descriptions-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\descriptions.css" /> <Content Include="Content\element-ui\lib\theme-chalk\dialog.css" /> <Content Include="Content\element-ui\lib\theme-chalk\display.css" /> <Content Include="Content\element-ui\lib\theme-chalk\divider.css" /> <Content Include="Content\element-ui\lib\theme-chalk\drawer.css" /> <Content Include="Content\element-ui\lib\theme-chalk\dropdown-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\dropdown-menu.css" /> <Content Include="Content\element-ui\lib\theme-chalk\dropdown.css" /> <Content Include="Content\element-ui\lib\theme-chalk\empty.css" /> <Content Include="Content\element-ui\lib\theme-chalk\footer.css" /> <Content Include="Content\element-ui\lib\theme-chalk\form-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\form.css" /> <Content Include="Content\element-ui\lib\theme-chalk\header.css" /> <Content Include="Content\element-ui\lib\theme-chalk\icon.css" /> <Content Include="Content\element-ui\lib\theme-chalk\image.css" /> <Content Include="Content\element-ui\lib\theme-chalk\index.css" /> <Content Include="Content\element-ui\lib\theme-chalk\infinite-scroll.css" /> <Content Include="Content\element-ui\lib\theme-chalk\infiniteScroll.css" /> <Content Include="Content\element-ui\lib\theme-chalk\input-number.css" /> <Content Include="Content\element-ui\lib\theme-chalk\input.css" /> <Content Include="Content\element-ui\lib\theme-chalk\link.css" /> <Content Include="Content\element-ui\lib\theme-chalk\loading.css" /> <Content Include="Content\element-ui\lib\theme-chalk\main.css" /> <Content Include="Content\element-ui\lib\theme-chalk\menu-item-group.css" /> <Content Include="Content\element-ui\lib\theme-chalk\menu-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\menu.css" /> <Content Include="Content\element-ui\lib\theme-chalk\message-box.css" /> <Content Include="Content\element-ui\lib\theme-chalk\message.css" /> <Content Include="Content\element-ui\lib\theme-chalk\notification.css" /> <Content Include="Content\element-ui\lib\theme-chalk\option-group.css" /> <Content Include="Content\element-ui\lib\theme-chalk\option.css" /> <Content Include="Content\element-ui\lib\theme-chalk\page-header.css" /> <Content Include="Content\element-ui\lib\theme-chalk\pagination.css" /> <Content Include="Content\element-ui\lib\theme-chalk\popconfirm.css" /> <Content Include="Content\element-ui\lib\theme-chalk\popover.css" /> <Content Include="Content\element-ui\lib\theme-chalk\popper.css" /> <Content Include="Content\element-ui\lib\theme-chalk\progress.css" /> <Content Include="Content\element-ui\lib\theme-chalk\radio-button.css" /> <Content Include="Content\element-ui\lib\theme-chalk\radio-group.css" /> <Content Include="Content\element-ui\lib\theme-chalk\radio.css" /> <Content Include="Content\element-ui\lib\theme-chalk\rate.css" /> <Content Include="Content\element-ui\lib\theme-chalk\reset.css" /> <Content Include="Content\element-ui\lib\theme-chalk\result.css" /> <Content Include="Content\element-ui\lib\theme-chalk\row.css" /> <Content Include="Content\element-ui\lib\theme-chalk\scrollbar.css" /> <Content Include="Content\element-ui\lib\theme-chalk\select-dropdown.css" /> <Content Include="Content\element-ui\lib\theme-chalk\select.css" /> <Content Include="Content\element-ui\lib\theme-chalk\skeleton-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\skeleton.css" /> <Content Include="Content\element-ui\lib\theme-chalk\slider.css" /> <Content Include="Content\element-ui\lib\theme-chalk\spinner.css" /> <Content Include="Content\element-ui\lib\theme-chalk\statistic.css" /> <Content Include="Content\element-ui\lib\theme-chalk\step.css" /> <Content Include="Content\element-ui\lib\theme-chalk\steps.css" /> <Content Include="Content\element-ui\lib\theme-chalk\submenu.css" /> <Content Include="Content\element-ui\lib\theme-chalk\switch.css" /> <Content Include="Content\element-ui\lib\theme-chalk\tab-pane.css" /> <Content Include="Content\element-ui\lib\theme-chalk\table-column.css" /> <Content Include="Content\element-ui\lib\theme-chalk\table.css" /> <Content Include="Content\element-ui\lib\theme-chalk\tabs.css" /> <Content Include="Content\element-ui\lib\theme-chalk\tag.css" /> <Content Include="Content\element-ui\lib\theme-chalk\time-picker.css" /> <Content Include="Content\element-ui\lib\theme-chalk\time-select.css" /> <Content Include="Content\element-ui\lib\theme-chalk\timeline-item.css" /> <Content Include="Content\element-ui\lib\theme-chalk\timeline.css" /> <Content Include="Content\element-ui\lib\theme-chalk\tooltip.css" /> <Content Include="Content\element-ui\lib\theme-chalk\transfer.css" /> <Content Include="Content\element-ui\lib\theme-chalk\tree.css" /> <Content Include="Content\element-ui\lib\theme-chalk\upload.css" /> <Content Include="Content\element-ui\lib\time-picker.js" /> <Content Include="Content\element-ui\lib\time-select.js" /> <Content Include="Content\element-ui\lib\timeline-item.js" /> <Content Include="Content\element-ui\lib\timeline.js" /> <Content Include="Content\element-ui\lib\tooltip.js" /> <Content Include="Content\element-ui\lib\transfer.js" /> <Content Include="Content\element-ui\lib\transitions\collapse-transition.js" /> <Content Include="Content\element-ui\lib\tree.js" /> <Content Include="Content\element-ui\lib\umd\locale\af-ZA.js" /> <Content Include="Content\element-ui\lib\umd\locale\ar.js" /> <Content Include="Content\element-ui\lib\umd\locale\az.js" /> <Content Include="Content\element-ui\lib\umd\locale\bg.js" /> <Content Include="Content\element-ui\lib\umd\locale\bn.js" /> <Content Include="Content\element-ui\lib\umd\locale\ca.js" /> <Content Include="Content\element-ui\lib\umd\locale\cs-CZ.js" /> <Content Include="Content\element-ui\lib\umd\locale\da.js" /> <Content Include="Content\element-ui\lib\umd\locale\de.js" /> <Content Include="Content\element-ui\lib\umd\locale\ee.js" /> <Content Include="Content\element-ui\lib\umd\locale\el.js" /> <Content Include="Content\element-ui\lib\umd\locale\en.js" /> <Content Include="Content\element-ui\lib\umd\locale\eo.js" /> <Content Include="Content\element-ui\lib\umd\locale\es.js" /> <Content Include="Content\element-ui\lib\umd\locale\eu.js" /> <Content Include="Content\element-ui\lib\umd\locale\fa.js" /> <Content Include="Content\element-ui\lib\umd\locale\fi.js" /> <Content Include="Content\element-ui\lib\umd\locale\fr.js" /> <Content Include="Content\element-ui\lib\umd\locale\he.js" /> <Content Include="Content\element-ui\lib\umd\locale\hr.js" /> <Content Include="Content\element-ui\lib\umd\locale\hu.js" /> <Content Include="Content\element-ui\lib\umd\locale\hy-AM.js" /> <Content Include="Content\element-ui\lib\umd\locale\id.js" /> <Content Include="Content\element-ui\lib\umd\locale\is.js" /> <Content Include="Content\element-ui\lib\umd\locale\it.js" /> <Content Include="Content\element-ui\lib\umd\locale\ja.js" /> <Content Include="Content\element-ui\lib\umd\locale\kg.js" /> <Content Include="Content\element-ui\lib\umd\locale\km.js" /> <Content Include="Content\element-ui\lib\umd\locale\ko.js" /> <Content Include="Content\element-ui\lib\umd\locale\ku.js" /> <Content Include="Content\element-ui\lib\umd\locale\kz.js" /> <Content Include="Content\element-ui\lib\umd\locale\lt.js" /> <Content Include="Content\element-ui\lib\umd\locale\lv.js" /> <Content Include="Content\element-ui\lib\umd\locale\mn.js" /> <Content Include="Content\element-ui\lib\umd\locale\ms.js" /> <Content Include="Content\element-ui\lib\umd\locale\nb-NO.js" /> <Content Include="Content\element-ui\lib\umd\locale\nl.js" /> <Content Include="Content\element-ui\lib\umd\locale\pl.js" /> <Content Include="Content\element-ui\lib\umd\locale\pt-br.js" /> <Content Include="Content\element-ui\lib\umd\locale\pt.js" /> <Content Include="Content\element-ui\lib\umd\locale\ro.js" /> <Content Include="Content\element-ui\lib\umd\locale\ru-RU.js" /> <Content Include="Content\element-ui\lib\umd\locale\si.js" /> <Content Include="Content\element-ui\lib\umd\locale\sk.js" /> <Content Include="Content\element-ui\lib\umd\locale\sl.js" /> <Content Include="Content\element-ui\lib\umd\locale\sr-Latn.js" /> <Content Include="Content\element-ui\lib\umd\locale\sr.js" /> <Content Include="Content\element-ui\lib\umd\locale\sv-SE.js" /> <Content Include="Content\element-ui\lib\umd\locale\sw.js" /> <Content Include="Content\element-ui\lib\umd\locale\ta.js" /> <Content Include="Content\element-ui\lib\umd\locale\th.js" /> <Content Include="Content\element-ui\lib\umd\locale\tk.js" /> <Content Include="Content\element-ui\lib\umd\locale\tr-TR.js" /> <Content Include="Content\element-ui\lib\umd\locale\ua.js" /> <Content Include="Content\element-ui\lib\umd\locale\ug-CN.js" /> <Content Include="Content\element-ui\lib\umd\locale\uz-UZ.js" /> <Content Include="Content\element-ui\lib\umd\locale\vi.js" /> <Content Include="Content\element-ui\lib\umd\locale\zh-CN.js" /> <Content Include="Content\element-ui\lib\umd\locale\zh-TW.js" /> <Content Include="Content\element-ui\lib\upload.js" /> <Content Include="Content\element-ui\lib\utils\after-leave.js" /> <Content Include="Content\element-ui\lib\utils\aria-dialog.js" /> <Content Include="Content\element-ui\lib\utils\aria-utils.js" /> <Content Include="Content\element-ui\lib\utils\clickoutside.js" /> <Content Include="Content\element-ui\lib\utils\date-util.js" /> <Content Include="Content\element-ui\lib\utils\date.js" /> <Content Include="Content\element-ui\lib\utils\dom.js" /> <Content Include="Content\element-ui\lib\utils\lodash.js" /> <Content Include="Content\element-ui\lib\utils\menu\aria-menubar.js" /> <Content Include="Content\element-ui\lib\utils\menu\aria-menuitem.js" /> <Content Include="Content\element-ui\lib\utils\menu\aria-submenu.js" /> <Content Include="Content\element-ui\lib\utils\merge.js" /> <Content Include="Content\element-ui\lib\utils\popper.js" /> <Content Include="Content\element-ui\lib\utils\popup\index.js" /> <Content Include="Content\element-ui\lib\utils\popup\popup-manager.js" /> <Content Include="Content\element-ui\lib\utils\resize-event.js" /> <Content Include="Content\element-ui\lib\utils\scroll-into-view.js" /> <Content Include="Content\element-ui\lib\utils\scrollbar-width.js" /> <Content Include="Content\element-ui\lib\utils\shared.js" /> <Content Include="Content\element-ui\lib\utils\types.js" /> <Content Include="Content\element-ui\lib\utils\util.js" /> <Content Include="Content\element-ui\lib\utils\vdom.js" /> <Content Include="Content\element-ui\lib\utils\vue-popper.js" /> <Content Include="Content\element-ui\src\directives\mousewheel.js" /> <Content Include="Content\element-ui\src\directives\repeat-click.js" /> <Content Include="Content\element-ui\src\index.js" /> <Content Include="Content\element-ui\src\locale\format.js" /> <Content Include="Content\element-ui\src\locale\index.js" /> <Content Include="Content\element-ui\src\locale\lang\af-ZA.js" /> <Content Include="Content\element-ui\src\locale\lang\ar.js" /> <Content Include="Content\element-ui\src\locale\lang\az.js" /> <Content Include="Content\element-ui\src\locale\lang\bg.js" /> <Content Include="Content\element-ui\src\locale\lang\bn.js" /> <Content Include="Content\element-ui\src\locale\lang\ca.js" /> <Content Include="Content\element-ui\src\locale\lang\cs-CZ.js" /> <Content Include="Content\element-ui\src\locale\lang\da.js" /> <Content Include="Content\element-ui\src\locale\lang\de.js" /> <Content Include="Content\element-ui\src\locale\lang\ee.js" /> <Content Include="Content\element-ui\src\locale\lang\el.js" /> <Content Include="Content\element-ui\src\locale\lang\en.js" /> <Content Include="Content\element-ui\src\locale\lang\eo.js" /> <Content Include="Content\element-ui\src\locale\lang\es.js" /> <Content Include="Content\element-ui\src\locale\lang\eu.js" /> <Content Include="Content\element-ui\src\locale\lang\fa.js" /> <Content Include="Content\element-ui\src\locale\lang\fi.js" /> <Content Include="Content\element-ui\src\locale\lang\fr.js" /> <Content Include="Content\element-ui\src\locale\lang\he.js" /> <Content Include="Content\element-ui\src\locale\lang\hr.js" /> <Content Include="Content\element-ui\src\locale\lang\hu.js" /> <Content Include="Content\element-ui\src\locale\lang\hy-AM.js" /> <Content Include="Content\element-ui\src\locale\lang\id.js" /> <Content Include="Content\element-ui\src\locale\lang\is.js" /> <Content Include="Content\element-ui\src\locale\lang\it.js" /> <Content Include="Content\element-ui\src\locale\lang\ja.js" /> <Content Include="Content\element-ui\src\locale\lang\kg.js" /> <Content Include="Content\element-ui\src\locale\lang\km.js" /> <Content Include="Content\element-ui\src\locale\lang\ko.js" /> <Content Include="Content\element-ui\src\locale\lang\ku.js" /> <Content Include="Content\element-ui\src\locale\lang\kz.js" /> <Content Include="Content\element-ui\src\locale\lang\lt.js" /> <Content Include="Content\element-ui\src\locale\lang\lv.js" /> <Content Include="Content\element-ui\src\locale\lang\mn.js" /> <Content Include="Content\element-ui\src\locale\lang\ms.js" /> <Content Include="Content\element-ui\src\locale\lang\nb-NO.js" /> <Content Include="Content\element-ui\src\locale\lang\nl.js" /> <Content Include="Content\element-ui\src\locale\lang\pl.js" /> <Content Include="Content\element-ui\src\locale\lang\pt-br.js" /> <Content Include="Content\element-ui\src\locale\lang\pt.js" /> <Content Include="Content\element-ui\src\locale\lang\ro.js" /> <Content Include="Content\element-ui\src\locale\lang\ru-RU.js" /> <Content Include="Content\element-ui\src\locale\lang\si.js" /> <Content Include="Content\element-ui\src\locale\lang\sk.js" /> <Content Include="Content\element-ui\src\locale\lang\sl.js" /> <Content Include="Content\element-ui\src\locale\lang\sr-Latn.js" /> <Content Include="Content\element-ui\src\locale\lang\sr.js" /> <Content Include="Content\element-ui\src\locale\lang\sv-SE.js" /> <Content Include="Content\element-ui\src\locale\lang\sw.js" /> <Content Include="Content\element-ui\src\locale\lang\ta.js" /> <Content Include="Content\element-ui\src\locale\lang\th.js" /> <Content Include="Content\element-ui\src\locale\lang\tk.js" /> <Content Include="Content\element-ui\src\locale\lang\tr-TR.js" /> <Content Include="Content\element-ui\src\locale\lang\ua.js" /> <Content Include="Content\element-ui\src\locale\lang\ug-CN.js" /> <Content Include="Content\element-ui\src\locale\lang\uz-UZ.js" /> <Content Include="Content\element-ui\src\locale\lang\vi.js" /> <Content Include="Content\element-ui\src\locale\lang\zh-CN.js" /> <Content Include="Content\element-ui\src\locale\lang\zh-TW.js" /> <Content Include="Content\element-ui\src\mixins\emitter.js" /> <Content Include="Content\element-ui\src\mixins\focus.js" /> <Content Include="Content\element-ui\src\mixins\locale.js" /> <Content Include="Content\element-ui\src\mixins\migrating.js" /> <Content Include="Content\element-ui\src\transitions\collapse-transition.js" /> <Content Include="Content\element-ui\src\utils\after-leave.js" /> <Content Include="Content\element-ui\src\utils\aria-dialog.js" /> <Content Include="Content\element-ui\src\utils\aria-utils.js" /> <Content Include="Content\element-ui\src\utils\clickoutside.js" /> <Content Include="Content\element-ui\src\utils\date-util.js" /> <Content Include="Content\element-ui\src\utils\date.js" /> <Content Include="Content\element-ui\src\utils\dom.js" /> <Content Include="Content\element-ui\src\utils\lodash.js" /> <Content Include="Content\element-ui\src\utils\menu\aria-menubar.js" /> <Content Include="Content\element-ui\src\utils\menu\aria-menuitem.js" /> <Content Include="Content\element-ui\src\utils\menu\aria-submenu.js" /> <Content Include="Content\element-ui\src\utils\merge.js" /> <Content Include="Content\element-ui\src\utils\popper.js" /> <Content Include="Content\element-ui\src\utils\popup\index.js" /> <Content Include="Content\element-ui\src\utils\popup\popup-manager.js" /> <Content Include="Content\element-ui\src\utils\resize-event.js" /> <Content Include="Content\element-ui\src\utils\scroll-into-view.js" /> <Content Include="Content\element-ui\src\utils\scrollbar-width.js" /> <Content Include="Content\element-ui\src\utils\shared.js" /> <Content Include="Content\element-ui\src\utils\types.js" /> <Content Include="Content\element-ui\src\utils\util.js" /> <Content Include="Content\element-ui\src\utils\vdom.js" /> <Content Include="Content\element-ui\src\utils\vue-popper.js" /> <Content Include="Content\element-ui\packages\alert\index.js" /> <Content Include="Content\element-ui\packages\aside\index.js" /> <Content Include="Content\element-ui\packages\autocomplete\index.js" /> <Content Include="Content\element-ui\packages\avatar\index.js" /> <Content Include="Content\element-ui\packages\backtop\index.js" /> <Content Include="Content\element-ui\packages\badge\index.js" /> <Content Include="Content\element-ui\packages\breadcrumb-item\index.js" /> <Content Include="Content\element-ui\packages\breadcrumb\index.js" /> <Content Include="Content\element-ui\packages\button-group\index.js" /> <Content Include="Content\element-ui\packages\button\index.js" /> <Content Include="Content\element-ui\packages\calendar\index.js" /> <Content Include="Content\element-ui\packages\card\index.js" /> <Content Include="Content\element-ui\packages\carousel-item\index.js" /> <Content Include="Content\element-ui\packages\carousel\index.js" /> <Content Include="Content\element-ui\packages\cascader-panel\index.js" /> <Content Include="Content\element-ui\packages\cascader-panel\src\node.js" /> <Content Include="Content\element-ui\packages\cascader-panel\src\store.js" /> <Content Include="Content\element-ui\packages\cascader\index.js" /> <Content Include="Content\element-ui\packages\checkbox-button\index.js" /> <Content Include="Content\element-ui\packages\checkbox-group\index.js" /> <Content Include="Content\element-ui\packages\checkbox\index.js" /> <Content Include="Content\element-ui\packages\collapse-item\index.js" /> <Content Include="Content\element-ui\packages\collapse\index.js" /> <Content Include="Content\element-ui\packages\color-picker\index.js" /> <Content Include="Content\element-ui\packages\color-picker\src\color.js" /> <Content Include="Content\element-ui\packages\color-picker\src\draggable.js" /> <Content Include="Content\element-ui\packages\col\index.js" /> <Content Include="Content\element-ui\packages\col\src\col.js" /> <Content Include="Content\element-ui\packages\container\index.js" /> <Content Include="Content\element-ui\packages\date-picker\index.js" /> <Content Include="Content\element-ui\packages\date-picker\src\picker\date-picker.js" /> <Content Include="Content\element-ui\packages\date-picker\src\picker\time-picker.js" /> <Content Include="Content\element-ui\packages\date-picker\src\picker\time-select.js" /> <Content Include="Content\element-ui\packages\descriptions-item\index.js" /> <Content Include="Content\element-ui\packages\descriptions\index.js" /> <Content Include="Content\element-ui\packages\descriptions\src\descriptions-item.js" /> <Content Include="Content\element-ui\packages\descriptions\src\descriptions-row.js" /> <Content Include="Content\element-ui\packages\descriptions\src\index.js" /> <Content Include="Content\element-ui\packages\dialog\index.js" /> <Content Include="Content\element-ui\packages\divider\index.js" /> <Content Include="Content\element-ui\packages\drawer\index.js" /> <Content Include="Content\element-ui\packages\dropdown-item\index.js" /> <Content Include="Content\element-ui\packages\dropdown-menu\index.js" /> <Content Include="Content\element-ui\packages\dropdown\index.js" /> <Content Include="Content\element-ui\packages\empty\index.js" /> <Content Include="Content\element-ui\packages\footer\index.js" /> <Content Include="Content\element-ui\packages\form-item\index.js" /> <Content Include="Content\element-ui\packages\form\index.js" /> <Content Include="Content\element-ui\packages\header\index.js" /> <Content Include="Content\element-ui\packages\icon\index.js" /> <Content Include="Content\element-ui\packages\image\index.js" /> <Content Include="Content\element-ui\packages\infinite-scroll\index.js" /> <Content Include="Content\element-ui\packages\infinite-scroll\src\main.js" /> <Content Include="Content\element-ui\packages\input-number\index.js" /> <Content Include="Content\element-ui\packages\input\index.js" /> <Content Include="Content\element-ui\packages\input\src\calcTextareaHeight.js" /> <Content Include="Content\element-ui\packages\link\index.js" /> <Content Include="Content\element-ui\packages\loading\index.js" /> <Content Include="Content\element-ui\packages\loading\src\directive.js" /> <Content Include="Content\element-ui\packages\loading\src\index.js" /> <Content Include="Content\element-ui\packages\main\index.js" /> <Content Include="Content\element-ui\packages\menu-item-group\index.js" /> <Content Include="Content\element-ui\packages\menu-item\index.js" /> <Content Include="Content\element-ui\packages\menu\index.js" /> <Content Include="Content\element-ui\packages\menu\src\menu-mixin.js" /> <Content Include="Content\element-ui\packages\message-box\index.js" /> <Content Include="Content\element-ui\packages\message-box\src\main.js" /> <Content Include="Content\element-ui\packages\message\index.js" /> <Content Include="Content\element-ui\packages\message\src\main.js" /> <Content Include="Content\element-ui\packages\notification\index.js" /> <Content Include="Content\element-ui\packages\notification\src\main.js" /> <Content Include="Content\element-ui\packages\option-group\index.js" /> <Content Include="Content\element-ui\packages\option\index.js" /> <Content Include="Content\element-ui\packages\page-header\index.js" /> <Content Include="Content\element-ui\packages\pagination\index.js" /> <Content Include="Content\element-ui\packages\pagination\src\pagination.js" /> <Content Include="Content\element-ui\packages\popconfirm\index.js" /> <Content Include="Content\element-ui\packages\popover\index.js" /> <Content Include="Content\element-ui\packages\popover\src\directive.js" /> <Content Include="Content\element-ui\packages\progress\index.js" /> <Content Include="Content\element-ui\packages\radio-button\index.js" /> <Content Include="Content\element-ui\packages\radio-group\index.js" /> <Content Include="Content\element-ui\packages\radio\index.js" /> <Content Include="Content\element-ui\packages\rate\index.js" /> <Content Include="Content\element-ui\packages\result\index.js" /> <Content Include="Content\element-ui\packages\row\index.js" /> <Content Include="Content\element-ui\packages\row\src\row.js" /> <Content Include="Content\element-ui\packages\scrollbar\index.js" /> <Content Include="Content\element-ui\packages\scrollbar\src\bar.js" /> <Content Include="Content\element-ui\packages\scrollbar\src\main.js" /> <Content Include="Content\element-ui\packages\scrollbar\src\util.js" /> <Content Include="Content\element-ui\packages\select\index.js" /> <Content Include="Content\element-ui\packages\select\src\navigation-mixin.js" /> <Content Include="Content\element-ui\packages\skeleton-item\index.js" /> <Content Include="Content\element-ui\packages\skeleton\index.js" /> <Content Include="Content\element-ui\packages\slider\index.js" /> <Content Include="Content\element-ui\packages\slider\src\marker.js" /> <Content Include="Content\element-ui\packages\spinner\index.js" /> <Content Include="Content\element-ui\packages\statistic\index.js" /> <Content Include="Content\element-ui\packages\steps\index.js" /> <Content Include="Content\element-ui\packages\step\index.js" /> <Content Include="Content\element-ui\packages\submenu\index.js" /> <Content Include="Content\element-ui\packages\switch\index.js" /> <Content Include="Content\element-ui\packages\tab-pane\index.js" /> <Content Include="Content\element-ui\packages\table-column\index.js" /> <Content Include="Content\element-ui\packages\table\index.js" /> <Content Include="Content\element-ui\packages\table\src\config.js" /> <Content Include="Content\element-ui\packages\table\src\dropdown.js" /> <Content Include="Content\element-ui\packages\table\src\layout-observer.js" /> <Content Include="Content\element-ui\packages\table\src\store\current.js" /> <Content Include="Content\element-ui\packages\table\src\store\expand.js" /> <Content Include="Content\element-ui\packages\table\src\store\helper.js" /> <Content Include="Content\element-ui\packages\table\src\store\index.js" /> <Content Include="Content\element-ui\packages\table\src\store\tree.js" /> <Content Include="Content\element-ui\packages\table\src\store\watcher.js" /> <Content Include="Content\element-ui\packages\table\src\table-body.js" /> <Content Include="Content\element-ui\packages\table\src\table-column.js" /> <Content Include="Content\element-ui\packages\table\src\table-footer.js" /> <Content Include="Content\element-ui\packages\table\src\table-header.js" /> <Content Include="Content\element-ui\packages\table\src\table-layout.js" /> <Content Include="Content\element-ui\packages\table\src\table-row.js" /> <Content Include="Content\element-ui\packages\table\src\util.js" /> <Content Include="Content\element-ui\packages\tabs\index.js" /> <Content Include="Content\element-ui\packages\tag\index.js" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\alert.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\aside.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\autocomplete.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\avatar.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\backtop.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\badge.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\base.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\breadcrumb-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\breadcrumb.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\button-group.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\button.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\calendar.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\card.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\carousel-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\carousel.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\cascader-panel.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\cascader.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\checkbox-button.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\checkbox-group.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\checkbox.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\col.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\collapse-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\collapse.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\color-picker.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\container.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\date-picker.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\descriptions-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\descriptions.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\dialog.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\display.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\divider.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\drawer.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\dropdown-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\dropdown-menu.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\dropdown.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\empty.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\footer.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\form-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\form.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\header.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\icon.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\image.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\index.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\infinite-scroll.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\infiniteScroll.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\input-number.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\input.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\link.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\loading.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\main.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\menu-item-group.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\menu-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\menu.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\message-box.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\message.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\notification.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\option-group.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\option.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\page-header.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\pagination.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\popconfirm.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\popover.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\popper.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\progress.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\radio-button.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\radio-group.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\radio.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\rate.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\reset.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\result.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\row.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\scrollbar.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\select-dropdown.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\select.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\skeleton-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\skeleton.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\slider.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\spinner.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\statistic.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\step.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\steps.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\submenu.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\switch.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\tab-pane.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\table-column.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\table.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\tabs.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\tag.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\time-picker.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\time-select.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\timeline-item.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\timeline.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\tooltip.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\transfer.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\tree.css" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\upload.css" /> <Content Include="Content\element-ui\packages\time-picker\index.js" /> <Content Include="Content\element-ui\packages\time-select\index.js" /> <Content Include="Content\element-ui\packages\timeline-item\index.js" /> <Content Include="Content\element-ui\packages\timeline\index.js" /> <Content Include="Content\element-ui\packages\tooltip\index.js" /> <Content Include="Content\element-ui\packages\tooltip\src\main.js" /> <Content Include="Content\element-ui\packages\transfer\index.js" /> <Content Include="Content\element-ui\packages\tree\index.js" /> <Content Include="Content\element-ui\packages\tree\src\model\node.js" /> <Content Include="Content\element-ui\packages\tree\src\model\tree-store.js" /> <Content Include="Content\element-ui\packages\tree\src\model\util.js" /> <Content Include="Content\element-ui\packages\upload\index.js" /> <Content Include="Content\element-ui\packages\upload\src\ajax.js" /> <Content Include="Content\fonts\fontawesome-webfont.svg" /> <Content Include="Content\fonts\glyphicons-halflings-regular.svg" /> <Content Include="Content\fonts\weathericons-regular-webfont.svg" /> <Content Include="Content\img\ajax-loader.gif" /> <Content Include="Content\img\alipay.jpg" /> <Content Include="Content\img\banner1.jpg" /> <Content Include="Content\img\banner2.jpg" /> <Content Include="Content\img\banner3.jpg" /> <Content Include="Content\img\banner4.jpg" /> <Content Include="Content\img\button_pm_close.png" /> <Content Include="Content\img\cy-reward-title-bg.jpg" /> <Content Include="Content\img\Excel.png" /> <Content Include="Content\img\File.jpg" /> <Content Include="Content\img\loading.gif" /> <Content Include="Content\img\logo.png" /> <Content Include="Content\img\NewIndex.jpg" /> <Content Include="Content\img\radio1.jpg" /> <Content Include="Content\img\radio2.jpg" /> <Content Include="Content\img\samples\333.png" /> <Content Include="Content\img\samples\angelina-300.jpg" /> <Content Include="Content\img\samples\emma-300.jpg" /> <Content Include="Content\img\samples\emma.png" /> <Content Include="Content\img\samples\george.png" /> <Content Include="Content\img\samples\head_120.png" /> <Content Include="Content\img\samples\jessica.jpg" /> <Content Include="Content\img\samples\kunis-300.jpg" /> <Content Include="Content\img\samples\kunis.png" /> <Content Include="Content\img\samples\lima-300.jpg" /> <Content Include="Content\img\samples\messages-photo-1.png" /> <Content Include="Content\img\samples\messages-photo-2.png" /> <Content Include="Content\img\samples\messages-photo-3.png" /> <Content Include="Content\img\samples\miranda-560-300.png" /> <Content Include="Content\img\samples\robert-300.jpg" /> <Content Include="Content\img\samples\robert.png" /> <Content Include="Content\img\samples\ryan-300.jpg" /> <Content Include="Content\img\samples\ryan.png" /> <Content Include="Content\img\samples\scarlet-159.png" /> <Content Include="Content\img\samples\scarlet.png" /> <Content Include="Content\img\samples\scarlett-300.jpg" /> <Content Include="Content\img\wechat.jpg" /> <Content Include="Content\js\bootstrap\bootstrap-select.js" /> <Content Include="Content\js\bootstrap\bootstrap-select.min.js" /> <Content Include="Content\js\bootstrap\bootstrap-switch.js" /> <Content Include="Content\js\bootstrap\bootstrap.js" /> <Content Include="Content\js\bootstrap\bootstrap.min.css" /> <Content Include="Content\js\charts\Chart.js" /> <Content Include="Content\js\charts\Chart.min.js" /> <Content Include="Content\js\ColorPicker\bootstrap-colorpicker.js" /> <Content Include="Content\js\ColorPicker\bootstrap-colorpicker.min.js" /> <Content Include="Content\js\CommonReport\CommonReport.js" /> <Content Include="Content\js\cookie\jquery.cookie.js" /> <Content Include="Content\js\CreateControl.js" /> <Content Include="Content\js\datepicker\calendar.js" /> <Content Include="Content\js\datepicker\DatePicker.js" /> <Content Include="Content\js\datepicker\lang\en.js" /> <Content Include="Content\js\datepicker\lang\zh-cn.js" /> <Content Include="Content\js\datepicker\lang\zh-tw.js" /> <Content Include="Content\js\datepicker\skin\datePicker.gif" /> <Content Include="Content\js\datepicker\skin\datePicker.png" /> <Content Include="Content\js\datepicker\skin\datepicker_icon.png" /> <Content Include="Content\js\datepicker\skin\default\datepicker-dev.css" /> <Content Include="Content\js\datepicker\skin\default\datepicker.css" /> <Content Include="Content\js\datepicker\skin\default\img.gif" /> <Content Include="Content\js\datepicker\skin\default\img.png" /> <Content Include="Content\js\datepicker\skin\WdatePicker.css" /> <Content Include="Content\js\datepicker\skin\whyGreen\bg.jpg" /> <Content Include="Content\js\datepicker\skin\whyGreen\datepicker.css" /> <Content Include="Content\js\datepicker\skin\whyGreen\img.gif" /> <Content Include="Content\js\datepicker\WdatePicker.js" /> <Content Include="Content\js\datepicker\开发包\lang\en.js" /> <Content Include="Content\js\datepicker\开发包\lang\zh-cn.js" /> <Content Include="Content\js\datepicker\开发包\lang\zh-tw.js" /> <Content Include="Content\js\datepicker\开发包\readme.txt" /> <Content Include="Content\js\datepicker\开发包\skin\datePicker.gif" /> <Content Include="Content\js\datepicker\开发包\skin\datePicker.png" /> <Content Include="Content\js\datepicker\开发包\skin\default\datepicker.css" /> <Content Include="Content\js\datepicker\开发包\skin\default\img.gif" /> <Content Include="Content\js\datepicker\开发包\skin\WdatePicker.css" /> <Content Include="Content\js\datepicker\开发包\skin\whyGreen\bg.jpg" /> <Content Include="Content\js\datepicker\开发包\skin\whyGreen\datepicker.css" /> <Content Include="Content\js\datepicker\开发包\skin\whyGreen\img.gif" /> <Content Include="Content\js\dialog\dialog.css" /> <Content Include="Content\js\dialog\dialog.js" /> <Content Include="Content\js\dialog\img\icon-ext.png" /> <Content Include="Content\js\dialog\img\icon.png" /> <Content Include="Content\js\dialog\img\loading-0.gif" /> <Content Include="Content\js\dialog\img\loading-1.gif" /> <Content Include="Content\js\dialog\img\loading-2.gif" /> <Content Include="Content\js\echarts\echarts-all.js" /> <Content Include="Content\js\echarts\echarts.js" /> <Content Include="Content\js\echarts\echarts.min.js" /> <Content Include="Content\js\echarts\infographic.js" /> <Content Include="Content\js\highcharts\adapters\mootools-adapter.js" /> <Content Include="Content\js\highcharts\adapters\mootools-adapter.src.js" /> <Content Include="Content\js\highcharts\adapters\prototype-adapter.js" /> <Content Include="Content\js\highcharts\adapters\prototype-adapter.src.js" /> <Content Include="Content\js\highcharts\adapters\standalone-framework.js" /> <Content Include="Content\js\highcharts\adapters\standalone-framework.src.js" /> <Content Include="Content\js\highcharts\highcharts-all.js" /> <Content Include="Content\js\highcharts\highcharts-more.js" /> <Content Include="Content\js\highcharts\highcharts-more.src.js" /> <Content Include="Content\js\highcharts\highcharts.js" /> <Content Include="Content\js\highcharts\highcharts.src.js" /> <Content Include="Content\js\highcharts\modules\canvas-tools.js" /> <Content Include="Content\js\highcharts\modules\canvas-tools.src.js" /> <Content Include="Content\js\highcharts\modules\data.js" /> <Content Include="Content\js\highcharts\modules\data.src.js" /> <Content Include="Content\js\highcharts\modules\drilldown.js" /> <Content Include="Content\js\highcharts\modules\drilldown.src.js" /> <Content Include="Content\js\highcharts\modules\exporting.js" /> <Content Include="Content\js\highcharts\modules\exporting.src.js" /> <Content Include="Content\js\highcharts\modules\funnel.js" /> <Content Include="Content\js\highcharts\modules\funnel.src.js" /> <Content Include="Content\js\highcharts\modules\no-data-to-display.js" /> <Content Include="Content\js\highcharts\modules\no-data-to-display.src.js" /> <Content Include="Content\js\highcharts\themes\dark-blue.js" /> <Content Include="Content\js\highcharts\themes\dark-green.js" /> <Content Include="Content\js\highcharts\themes\gray.js" /> <Content Include="Content\js\highcharts\themes\grid.js" /> <Content Include="Content\js\highcharts\themes\skies.js" /> <Content Include="Content\js\index.js" /> <Content Include="Content\js\indextab.js" /> <Content Include="Content\js\framework-ui.js" /> <Content Include="Content\js\jqgrid\grid.locale-cn.js" /> <Content Include="Content\js\jqgrid\jqgrid.css" /> <Content Include="Content\js\jqgrid\jqgrid.min.js" /> <Content Include="Content\js\jqprint\AoMaKpi.css" /> <Content Include="Content\js\jqprint\jquery.jqprint-0.3.js" /> <Content Include="Content\js\jqprint\jquery.jqprint.css" /> <Content Include="Content\js\jquery-ui-1.12.1\AUTHORS.txt" /> <Content Include="Content\js\jquery-ui-1.12.1\external\jquery\jquery.js" /> <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_444444_256x240.png" /> <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_555555_256x240.png" /> <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_777620_256x240.png" /> <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_777777_256x240.png" /> <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_cc0000_256x240.png" /> <Content Include="Content\js\jquery-ui-1.12.1\images\ui-icons_ffffff_256x240.png" /> <Content Include="Content\js\jquery-ui-1.12.1\index.html" /> <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.css" /> <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.js" /> <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.min.css" /> <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.min.js" /> <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.structure.css" /> <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.structure.min.css" /> <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.theme.css" /> <Content Include="Content\js\jquery-ui-1.12.1\jquery-ui.theme.min.css" /> <Content Include="Content\js\jquery-ui-1.12.1\LICENSE.txt" /> <Content Include="Content\js\jquery-ui\images\calendar.gif" /> <Content Include="Content\js\jquery-ui\images\ui-bg_flat_0_aaaaaa_40x100.png" /> <Content Include="Content\js\jquery-ui\images\ui-bg_flat_75_ffffff_40x100.png" /> <Content Include="Content\js\jquery-ui\images\ui-bg_glass_55_fbf9ee_1x400.png" /> <Content Include="Content\js\jquery-ui\images\ui-bg_glass_65_ffffff_1x400.png" /> <Content Include="Content\js\jquery-ui\images\ui-bg_glass_75_dadada_1x400.png" /> <Content Include="Content\js\jquery-ui\images\ui-bg_glass_75_e6e6e6_1x400.png" /> <Content Include="Content\js\jquery-ui\images\ui-bg_glass_95_fef1ec_1x400.png" /> <Content Include="Content\js\jquery-ui\images\ui-bg_highlight-soft_75_cccccc_1x100.png" /> <Content Include="Content\js\jquery-ui\images\ui-icons_222222_256x240.png" /> <Content Include="Content\js\jquery-ui\images\ui-icons_2e83ff_256x240.png" /> <Content Include="Content\js\jquery-ui\images\ui-icons_454545_256x240.png" /> <Content Include="Content\js\jquery-ui\images\ui-icons_888888_256x240.png" /> <Content Include="Content\js\jquery-ui\images\ui-icons_cd0a0a_256x240.png" /> <Content Include="Content\js\jquery-ui\jquery-ui.min.css" /> <Content Include="Content\js\jquery-ui\jquery-ui.min.js" /> <Content Include="Content\js\jquery.ui.datepicker-zh-CN.min.js" /> <Content Include="Content\js\jquery\jquery-2.1.1.min.js" /> <Content Include="Content\js\layer\layer.js" /> <Content Include="Content\js\layer\mobile\layer.js" /> <Content Include="Content\js\layer\mobile\need\layer.css" /> <Content Include="Content\js\layer\theme\default\icon-ext.png" /> <Content Include="Content\js\layer\theme\default\icon.png" /> <Content Include="Content\js\layer\theme\default\layer.css" /> <Content Include="Content\js\layer\theme\default\loading-0.gif" /> <Content Include="Content\js\layer\theme\default\loading-1.gif" /> <Content Include="Content\js\layer\theme\default\loading-2.gif" /> <Content Include="Content\js\layout\jquery.layout.js" /> <Content Include="Content\js\loading\pace.min.js" /> <Content Include="Content\js\md5\jquery.md5.js" /> <Content Include="Content\js\parseForm.js" /> <Content Include="Content\js\qrcode\jquery.qrcode.js" /> <Content Include="Content\js\qrcode\qrcode.js" /> <Content Include="Content\js\select2\select2.min.css" /> <Content Include="Content\js\select2\select2.min.js" /> <Content Include="Content\js\simditor\css\simditor.css" /> <Content Include="Content\js\simditor\js\hotkeys.js" /> <Content Include="Content\js\simditor\js\hotkeys.min.js" /> <Content Include="Content\js\simditor\js\module.js" /> <Content Include="Content\js\simditor\js\module.min.js" /> <Content Include="Content\js\simditor\js\simditor.js" /> <Content Include="Content\js\simditor\js\simditor.min.js" /> <Content Include="Content\js\simditor\js\uploader.js" /> <Content Include="Content\js\simditor\js\uploader.min.js" /> <Content Include="Content\js\toastr.min.js" /> <Content Include="Content\js\validate\jquery.validate.min.js" /> <Content Include="Content\js\wdtree\images\icons\add.png" /> <Content Include="Content\js\wdtree\images\icons\addStep.gif" /> <Content Include="Content\js\wdtree\images\icons\addStep_dsbl.gif" /> <Content Include="Content\js\wdtree\images\icons\btn-arrow.gif" /> <Content Include="Content\js\wdtree\images\icons\Btn.Close.gif" /> <Content Include="Content\js\wdtree\images\icons\Btn.Refresh.gif" /> <Content Include="Content\js\wdtree\images\icons\cal.gif" /> <Content Include="Content\js\wdtree\images\icons\checkbox_0.gif" /> <Content Include="Content\js\wdtree\images\icons\checkbox_0.png" /> <Content Include="Content\js\wdtree\images\icons\checkbox_1.gif" /> <Content Include="Content\js\wdtree\images\icons\checkbox_1.png" /> <Content Include="Content\js\wdtree\images\icons\checkbox_2.gif" /> <Content Include="Content\js\wdtree\images\icons\checkbox_2.png" /> <Content Include="Content\js\wdtree\images\icons\circle_animation.gif" /> <Content Include="Content\js\wdtree\images\icons\delete.png" /> <Content Include="Content\js\wdtree\images\icons\delItem.gif" /> <Content Include="Content\js\wdtree\images\icons\delItem_dsbl.gif" /> <Content Include="Content\js\wdtree\images\icons\edit.png" /> <Content Include="Content\js\wdtree\images\icons\folder_close.gif" /> <Content Include="Content\js\wdtree\images\icons\ico1.gif" /> <Content Include="Content\js\wdtree\images\icons\ico2.gif" /> <Content Include="Content\js\wdtree\images\icons\ico3.gif" /> <Content Include="Content\js\wdtree\images\icons\ico4-1-1.gif" /> <Content Include="Content\js\wdtree\images\icons\ico4-1.gif" /> <Content Include="Content\js\wdtree\images\icons\ico4-2.gif" /> <Content Include="Content\js\wdtree\images\icons\ico4-3.gif" /> <Content Include="Content\js\wdtree\images\icons\ico4-4.gif" /> <Content Include="Content\js\wdtree\images\icons\ico4.gif" /> <Content Include="Content\js\wdtree\images\icons\ico5.gif" /> <Content Include="Content\js\wdtree\images\icons\ico6-1.gif" /> <Content Include="Content\js\wdtree\images\icons\ico6-2.gif" /> <Content Include="Content\js\wdtree\images\icons\ico6.gif" /> <Content Include="Content\js\wdtree\images\icons\indicator.gif" /> <Content Include="Content\js\wdtree\images\icons\information.png" /> <Content Include="Content\js\wdtree\images\icons\Item.Add.gif" /> <Content Include="Content\js\wdtree\images\icons\Item.Delete.gif" /> <Content Include="Content\js\wdtree\images\icons\Item.Edit.gif" /> <Content Include="Content\js\wdtree\images\icons\Item.Input.gif" /> <Content Include="Content\js\wdtree\images\icons\Item.Save.gif" /> <Content Include="Content\js\wdtree\images\icons\Item.Search.gif" /> <Content Include="Content\js\wdtree\images\icons\none.gif" /> <Content Include="Content\js\wdtree\images\icons\note.gif" /> <Content Include="Content\js\wdtree\images\icons\rowdelete.png" /> <Content Include="Content\js\wdtree\images\icons\s.gif" /> <Content Include="Content\js\wdtree\images\icons\table_refresh.png" /> <Content Include="Content\js\wdtree\images\icons\view.png" /> <Content Include="Content\js\wdtree\images\tree\arrows.gif" /> <Content Include="Content\js\wdtree\images\tree\cbs.gif" /> <Content Include="Content\js\wdtree\images\tree\drop-yes.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-end-minus-nl.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-end-minus.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-end-plus-nl.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-end-plus.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-end.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-line.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-minus-nl.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-minus.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-plus-nl.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow-plus.gif" /> <Content Include="Content\js\wdtree\images\tree\elbow.gif" /> <Content Include="Content\js\wdtree\images\tree\folder-open.gif" /> <Content Include="Content\js\wdtree\images\tree\folder.gif" /> <Content Include="Content\js\wdtree\images\tree\leaf.gif" /> <Content Include="Content\js\wdtree\images\tree\loading.gif" /> <Content Include="Content\js\wdtree\tree.css" /> <Content Include="Content\js\wdtree\tree.js" /> <Content Include="Content\js\wizard\wizard.css" /> <Content Include="Content\js\wizard\wizard.js" /> <Content Include="Content\js\framework-clientdata.js" /> <Content Include="Content\js\zsign\jquery.zsign.css" /> <Content Include="Content\js\zsign\jquery.zsign.js" /> <Content Include="Content\js\zsign\signet.gif" /> <Content Include="Content\Site.css" /> <Content Include="Content\vue\dist\vue.common.js" /> <Content Include="Content\vue\dist\vue.esm.browser.js" /> <Content Include="Content\vue\dist\vue.esm.js" /> <Content Include="Content\vue\dist\vue.js" /> <Content Include="Content\vue\dist\vue.min.js" /> <Content Include="Content\vue\dist\vue.runtime.common.js" /> <Content Include="Content\vue\dist\vue.runtime.esm.js" /> <Content Include="Content\vue\dist\vue.runtime.js" /> <Content Include="Content\vue\dist\vue.runtime.min.js" /> <Content Include="Content\vue\src\compiler\codegen\events.js" /> <Content Include="Content\vue\src\compiler\codegen\index.js" /> <Content Include="Content\vue\src\compiler\create-compiler.js" /> <Content Include="Content\vue\src\compiler\directives\bind.js" /> <Content Include="Content\vue\src\compiler\directives\index.js" /> <Content Include="Content\vue\src\compiler\directives\model.js" /> <Content Include="Content\vue\src\compiler\directives\on.js" /> <Content Include="Content\vue\src\compiler\error-detector.js" /> <Content Include="Content\vue\src\compiler\helpers.js" /> <Content Include="Content\vue\src\compiler\index.js" /> <Content Include="Content\vue\src\compiler\optimizer.js" /> <Content Include="Content\vue\src\compiler\parser\entity-decoder.js" /> <Content Include="Content\vue\src\compiler\parser\filter-parser.js" /> <Content Include="Content\vue\src\compiler\parser\html-parser.js" /> <Content Include="Content\vue\src\compiler\parser\index.js" /> <Content Include="Content\vue\src\compiler\parser\text-parser.js" /> <Content Include="Content\vue\src\compiler\to-function.js" /> <Content Include="Content\vue\src\core\components\index.js" /> <Content Include="Content\vue\src\core\components\keep-alive.js" /> <Content Include="Content\vue\src\core\config.js" /> <Content Include="Content\vue\src\core\global-api\assets.js" /> <Content Include="Content\vue\src\core\global-api\extend.js" /> <Content Include="Content\vue\src\core\global-api\index.js" /> <Content Include="Content\vue\src\core\global-api\mixin.js" /> <Content Include="Content\vue\src\core\global-api\use.js" /> <Content Include="Content\vue\src\core\index.js" /> <Content Include="Content\vue\src\core\instance\events.js" /> <Content Include="Content\vue\src\core\instance\index.js" /> <Content Include="Content\vue\src\core\instance\init.js" /> <Content Include="Content\vue\src\core\instance\inject.js" /> <Content Include="Content\vue\src\core\instance\lifecycle.js" /> <Content Include="Content\vue\src\core\instance\proxy.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\bind-object-listeners.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\bind-object-props.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\check-keycodes.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\index.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\render-list.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\render-slot.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\render-static.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\resolve-filter.js" /> <Content Include="Content\vue\src\core\instance\render-helpers\resolve-slots.js" /> <Content Include="Content\vue\src\core\instance\render.js" /> <Content Include="Content\vue\src\core\instance\state.js" /> <Content Include="Content\vue\src\core\observer\array.js" /> <Content Include="Content\vue\src\core\observer\dep.js" /> <Content Include="Content\vue\src\core\observer\index.js" /> <Content Include="Content\vue\src\core\observer\scheduler.js" /> <Content Include="Content\vue\src\core\observer\traverse.js" /> <Content Include="Content\vue\src\core\observer\watcher.js" /> <Content Include="Content\vue\src\core\util\debug.js" /> <Content Include="Content\vue\src\core\util\env.js" /> <Content Include="Content\vue\src\core\util\error.js" /> <Content Include="Content\vue\src\core\util\index.js" /> <Content Include="Content\vue\src\core\util\lang.js" /> <Content Include="Content\vue\src\core\util\next-tick.js" /> <Content Include="Content\vue\src\core\util\options.js" /> <Content Include="Content\vue\src\core\util\perf.js" /> <Content Include="Content\vue\src\core\util\props.js" /> <Content Include="Content\vue\src\core\vdom\create-component.js" /> <Content Include="Content\vue\src\core\vdom\create-element.js" /> <Content Include="Content\vue\src\core\vdom\create-functional-component.js" /> <Content Include="Content\vue\src\core\vdom\helpers\extract-props.js" /> <Content Include="Content\vue\src\core\vdom\helpers\get-first-component-child.js" /> <Content Include="Content\vue\src\core\vdom\helpers\index.js" /> <Content Include="Content\vue\src\core\vdom\helpers\is-async-placeholder.js" /> <Content Include="Content\vue\src\core\vdom\helpers\merge-hook.js" /> <Content Include="Content\vue\src\core\vdom\helpers\normalize-children.js" /> <Content Include="Content\vue\src\core\vdom\helpers\resolve-async-component.js" /> <Content Include="Content\vue\src\core\vdom\helpers\update-listeners.js" /> <Content Include="Content\vue\src\core\vdom\modules\directives.js" /> <Content Include="Content\vue\src\core\vdom\modules\index.js" /> <Content Include="Content\vue\src\core\vdom\modules\ref.js" /> <Content Include="Content\vue\src\core\vdom\patch.js" /> <Content Include="Content\vue\src\core\vdom\vnode.js" /> <Content Include="Content\vue\src\platforms\web\compiler\directives\html.js" /> <Content Include="Content\vue\src\platforms\web\compiler\directives\index.js" /> <Content Include="Content\vue\src\platforms\web\compiler\directives\model.js" /> <Content Include="Content\vue\src\platforms\web\compiler\directives\text.js" /> <Content Include="Content\vue\src\platforms\web\compiler\index.js" /> <Content Include="Content\vue\src\platforms\web\compiler\modules\class.js" /> <Content Include="Content\vue\src\platforms\web\compiler\modules\index.js" /> <Content Include="Content\vue\src\platforms\web\compiler\modules\model.js" /> <Content Include="Content\vue\src\platforms\web\compiler\modules\style.js" /> <Content Include="Content\vue\src\platforms\web\compiler\options.js" /> <Content Include="Content\vue\src\platforms\web\compiler\util.js" /> <Content Include="Content\vue\src\platforms\web\entry-compiler.js" /> <Content Include="Content\vue\src\platforms\web\entry-runtime-with-compiler.js" /> <Content Include="Content\vue\src\platforms\web\entry-runtime.js" /> <Content Include="Content\vue\src\platforms\web\entry-server-basic-renderer.js" /> <Content Include="Content\vue\src\platforms\web\entry-server-renderer.js" /> <Content Include="Content\vue\src\platforms\web\runtime\class-util.js" /> <Content Include="Content\vue\src\platforms\web\runtime\components\index.js" /> <Content Include="Content\vue\src\platforms\web\runtime\components\transition-group.js" /> <Content Include="Content\vue\src\platforms\web\runtime\components\transition.js" /> <Content Include="Content\vue\src\platforms\web\runtime\directives\index.js" /> <Content Include="Content\vue\src\platforms\web\runtime\directives\model.js" /> <Content Include="Content\vue\src\platforms\web\runtime\directives\show.js" /> <Content Include="Content\vue\src\platforms\web\runtime\index.js" /> <Content Include="Content\vue\src\platforms\web\runtime\modules\attrs.js" /> <Content Include="Content\vue\src\platforms\web\runtime\modules\class.js" /> <Content Include="Content\vue\src\platforms\web\runtime\modules\dom-props.js" /> <Content Include="Content\vue\src\platforms\web\runtime\modules\events.js" /> <Content Include="Content\vue\src\platforms\web\runtime\modules\index.js" /> <Content Include="Content\vue\src\platforms\web\runtime\modules\style.js" /> <Content Include="Content\vue\src\platforms\web\runtime\modules\transition.js" /> <Content Include="Content\vue\src\platforms\web\runtime\node-ops.js" /> <Content Include="Content\vue\src\platforms\web\runtime\patch.js" /> <Content Include="Content\vue\src\platforms\web\runtime\transition-util.js" /> <Content Include="Content\vue\src\platforms\web\server\compiler.js" /> <Content Include="Content\vue\src\platforms\web\server\directives\index.js" /> <Content Include="Content\vue\src\platforms\web\server\directives\model.js" /> <Content Include="Content\vue\src\platforms\web\server\directives\show.js" /> <Content Include="Content\vue\src\platforms\web\server\modules\attrs.js" /> <Content Include="Content\vue\src\platforms\web\server\modules\class.js" /> <Content Include="Content\vue\src\platforms\web\server\modules\dom-props.js" /> <Content Include="Content\vue\src\platforms\web\server\modules\index.js" /> <Content Include="Content\vue\src\platforms\web\server\modules\style.js" /> <Content Include="Content\vue\src\platforms\web\server\util.js" /> <Content Include="Content\vue\src\platforms\web\util\attrs.js" /> <Content Include="Content\vue\src\platforms\web\util\class.js" /> <Content Include="Content\vue\src\platforms\web\util\compat.js" /> <Content Include="Content\vue\src\platforms\web\util\element.js" /> <Content Include="Content\vue\src\platforms\web\util\index.js" /> <Content Include="Content\vue\src\platforms\web\util\style.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\directives\index.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\directives\model.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\index.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\append.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\class.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\index.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\props.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\component-root.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\component.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\index.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\recycle-list.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\text.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\v-bind.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\v-for.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\v-if.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\v-on.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\recycle-list\v-once.js" /> <Content Include="Content\vue\src\platforms\weex\compiler\modules\style.js" /> <Content Include="Content\vue\src\platforms\weex\entry-compiler.js" /> <Content Include="Content\vue\src\platforms\weex\entry-framework.js" /> <Content Include="Content\vue\src\platforms\weex\entry-runtime-factory.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\components\index.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\components\richtext.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\components\transition-group.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\components\transition.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\directives\index.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\index.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\modules\attrs.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\modules\class.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\modules\events.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\modules\index.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\modules\style.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\modules\transition.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\node-ops.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\patch.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\recycle-list\render-component-template.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\recycle-list\virtual-component.js" /> <Content Include="Content\vue\src\platforms\weex\runtime\text-node.js" /> <Content Include="Content\vue\src\platforms\weex\util\element.js" /> <Content Include="Content\vue\src\platforms\weex\util\index.js" /> <Content Include="Content\vue\src\platforms\weex\util\parser.js" /> <Content Include="Content\vue\src\server\bundle-renderer\create-bundle-renderer.js" /> <Content Include="Content\vue\src\server\bundle-renderer\create-bundle-runner.js" /> <Content Include="Content\vue\src\server\bundle-renderer\source-map-support.js" /> <Content Include="Content\vue\src\server\create-basic-renderer.js" /> <Content Include="Content\vue\src\server\create-renderer.js" /> <Content Include="Content\vue\src\server\optimizing-compiler\codegen.js" /> <Content Include="Content\vue\src\server\optimizing-compiler\index.js" /> <Content Include="Content\vue\src\server\optimizing-compiler\modules.js" /> <Content Include="Content\vue\src\server\optimizing-compiler\optimizer.js" /> <Content Include="Content\vue\src\server\optimizing-compiler\runtime-helpers.js" /> <Content Include="Content\vue\src\server\render-context.js" /> <Content Include="Content\vue\src\server\render-stream.js" /> <Content Include="Content\vue\src\server\render.js" /> <Content Include="Content\vue\src\server\template-renderer\create-async-file-mapper.js" /> <Content Include="Content\vue\src\server\template-renderer\index.js" /> <Content Include="Content\vue\src\server\template-renderer\parse-template.js" /> <Content Include="Content\vue\src\server\template-renderer\template-stream.js" /> <Content Include="Content\vue\src\server\util.js" /> <Content Include="Content\vue\src\server\webpack-plugin\client.js" /> <Content Include="Content\vue\src\server\webpack-plugin\server.js" /> <Content Include="Content\vue\src\server\webpack-plugin\util.js" /> <Content Include="Content\vue\src\server\write.js" /> <Content Include="Content\vue\src\sfc\parser.js" /> <Content Include="Content\vue\src\shared\constants.js" /> <Content Include="Content\vue\src\shared\util.js" /> <Content Include="fonts\glyphicons-halflings-regular.svg" /> <Content Include="Global.asax" /> <Content Include="Index.htm" /> <Content Include="PrintActivex.exe" /> <Content Include="packages.config" /> <Content Include="Areas\WMS\Views\BasicSettings\Warehouse.cshtml" /> <Content Include="Areas\WMS\Web.config" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSStackWMS.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSINVENTORY.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSECG.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSBadCode.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSStackWMSAdd.cshtml" /> <Content Include="File\Stack\库位资料导入模板.xlsx" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSINVEBTORYAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSLableManage.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSBadCodeAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSLableManageAdd.cshtml"> <SubType>Code</SubType> </Content> <Content Include="Areas\WMS\Views\BasicSettings\ICSTypeMaintain.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSTypeMaintainAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSConfiguration.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSConfigurationAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSExtensionEnable.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSExtensionEnableAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSBadReasonGroup.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSBadReasonGroupAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInspectionGroup.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInspectionListAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBatchEnable.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBatchEnableAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBatchEnableUpadte.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryLocation.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryLocationAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryLocationUpdate.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSContainer.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerLot.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerLotAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\ICSRCVIQCs.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\Rejection.cshtml" /> <Content Include="Areas\WMS\Views\ProductionIssue\ICSMOApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ProductionIssue\ICSMOApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ProductionIssue\SeachInventory.cshtml" /> <Content Include="Areas\WMS\Views\ProductionIssue\ICSMOApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\From.cshtml" /> <Content Include="Areas\WMS\Views\WeiWaiProductionIssue\ICSOApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\WeiWaiProductionIssue\ICSOApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\WeiWaiProductionIssue\SeachMaterial.cshtml" /> <Content Include="Areas\WMS\Views\WeiWaiProductionIssue\ICSOApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSSDN.cshtml" /> <Content Include="Areas\WMS\Views\HomeWork\InitialImport.cshtml" /> <Content Include="Areas\WMS\Views\HomeWork\InitialImportUpLoad.cshtml" /> <Content Include="ReportFile\期初导入模板.xlsx" /> <Content Include="Areas\WMS\Views\Deciliter\ICSDeciliter.cshtml" /> <Content Include="Areas\WMS\Views\Deciliter\LotNoSplit.cshtml" /> <Content Include="Areas\WMS\Views\Deciliter\LotNoCombine.cshtml" /> <Content Include="Areas\WMS\Views\Blitem\BlitemList.cshtml" /> <Content Include="Areas\WMS\Views\Blitem\ICSCheckAdd.cshtml" /> <Content Include="Areas\WMS\Views\PickMaterial\ICSMOPickMerge.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\WWRejection.cshtml" /> <Content Include="Areas\WMS\Views\RevokeBusiness\Revocation.cshtml" /> <Content Include="Areas\WMS\Views\ICSMTDOC\Metamorphosis.cshtml" /> <Content Include="Areas\WMS\Views\ICSMTDOC\ICSMTDOCAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSMTDOC\GetICSInventory.cshtml" /> <Content Include="Areas\WMS\Views\ICSMTDOC\GetBatchCode.cshtml" /> <Content Include="Areas\WMS\Views\ICSDisassemblyDoc\ICSDisassem.cshtml" /> <Content Include="Areas\WMS\Views\ICSDisassemblyDoc\ICSDisassemblyDocAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBadGroup.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBadGroupAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryBadGroupUpdate.cshtml" /> <Content Include="Areas\Encrypt\views\Encrypt.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSLabelTemplate.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSLabelTemplateAdd.cshtml" /> <Content Include="Areas\WMS\Views\Print\PrintView.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerBinding.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSContainerLotBinding.cshtml" /> <Content Include="Areas\WMS\Views\ProductionRAFMR\ICSMOApplyNegPRAFMR.cshtml" /> <Content Include="Areas\WMS\Views\ProductionRAFMR\ICSMOApplyNegPRAFMRAdd.cshtml" /> <Content Include="Areas\WMS\Views\ProductionRAFMR\SeachPRInventory.cshtml" /> <Content Include="Areas\WMS\Views\ProductionRAFMR\ICSMOApplyNegPRAFMRUpdate.cshtml" /> <Content Include="Areas\WMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMD.cshtml" /> <Content Include="Areas\WMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMDAdd.cshtml" /> <Content Include="Areas\WMS\Views\MaterialsDeliveredRTM\SeachMDInventory.cshtml" /> <Content Include="Areas\WMS\Views\MaterialsDeliveredRTM\ICSMOApplyNegMDUpdate.cshtml" /> <Content Include="Areas\WMS\Views\WWProductionRAFMR\WWICSMOApplyNegPRAFMR.cshtml" /> <Content Include="Areas\WMS\Views\WWProductionRAFMR\WWICSMOApplyNegPRAFMRAdd.cshtml" /> <Content Include="Areas\WMS\Views\WWProductionRAFMR\SeachWWPRMaterial.cshtml" /> <Content Include="Areas\WMS\Views\WWProductionRAFMR\WWICSMOApplyNegPRAFMRUpdate.cshtml" /> <Content Include="Areas\WMS\Views\WWMaterialsDeliveredRTM\WWICSMOApplyNegMD.cshtml" /> <Content Include="Areas\WMS\Views\WWMaterialsDeliveredRTM\WWICSMOApplyNegMDAdd.cshtml" /> <Content Include="Areas\WMS\Views\WWMaterialsDeliveredRTM\WWSeachMDInventory.cshtml" /> <Content Include="Areas\WMS\Views\WWMaterialsDeliveredRTM\WWICSMOApplyNegMDUpdate.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\WarehouseApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\WarehouseApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSVendorNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSVendorNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSDeliveryNotice\ICSDeliveryNoticeApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSDeliveryNotice\ICSDeliveryNoticeApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSDeliveryNotice\SeachPurOrder.cshtml" /> <Content Include="Areas\WMS\Views\ICSEDeliveryNotice\ICSEDeliveryNoticeApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSEDeliveryNotice\ICSEDeliveryNoticeApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSEDeliveryNotice\ICSEDeliveryNoticeApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSPurchaseReceive\ICSPurchaseReceiveApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSPurchaseReceive\ICSPurchaseReceiveApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSPurchaseReceive\ICSPurchaseReceiveApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\Sys_WorkPoint.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\Sys_WorkPointAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\MaintainBarcodeTime.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\MaintainBarcodeTimeUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSMTDOC\MetamorphosisToLead.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSlanguage.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSlanguageAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryInspectionGroup.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryInspectionGroupAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSSearchInventory.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\ICSInspectionDetail.cshtml" /> <Content Include="Areas\WMS\Views\UerList\UserList.cshtml" /> <Content Include="Areas\WMS\Views\PurOrder\ICSPurOrder.cshtml" /> <Content Include="Areas\WMS\Views\PurOrder\ICSPurOrderAdd.cshtml" /> <Content Include="Areas\WMS\Views\PurOrder\ICSPurOrderUpdate.cshtml" /> <Content Include="Areas\WMS\Views\PurOrder\SeachICSPurOrder.cshtml" /> <Content Include="Areas\WMS\Views\PurOrder\SeachInventory.cshtml" /> <Content Include="Areas\WMS\Views\ICSMO\ICSMOApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSMO\ICSMOApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSMO\ICSMOApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSMO\SeachICSMO.cshtml" /> <Content Include="Areas\WMS\Views\ICSMO\SeachInventory.cshtml" /> <Content Include="Areas\WMS\Views\SalesOrder\ICSSalesOrder.cshtml" /> <Content Include="Areas\WMS\Views\SalesOrder\ICSSalesOrderAdd.cshtml" /> <Content Include="Areas\WMS\Views\SalesOrder\ICSSalesOrderUpdate.cshtml" /> <Content Include="Areas\WMS\Views\SalesOrder\SeachICSSalesOrder.cshtml" /> <Content Include="Areas\WMS\Views\SalesOrder\SeachInventory.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSColumnEnable.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSColumnEnableAdd.cshtml" /> <Content Include="Areas\WMS\Views\HomeWork\InitialWarehouse.cshtml" /> <Content Include="Areas\WMS\Views\PrintLotNoOverall\ICSPrintLotNoOverall.cshtml" /> <Content Include="Areas\WMS\Views\PickMaterial\ICSMOPickMergeSeach.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\ICSLookFiles.cshtml" /> <Content Include="Areas\WMS\Views\YLICSMoPick\YLIcsMoPick.cshtml" /> <Content Include="Areas\WMS\Views\ZHYSalesDelivery\HYSalesDelivery.cshtml" /> <Content Include="Areas\WMS\Views\FinishedProductWarehouseEntry\FinishedProductWarehouseEntry.cshtml" /> <Content Include="Areas\WMS\Views\FinishedProductWarehouseEntry\FinishedProductWarehouseEntryAdd.cshtml" /> <Content Include="Areas\WMS\Views\FinishedProductWarehouseEntry\FinishedProductWarehouseEntryUpdate.cshtml" /> <Content Include="Areas\WMS\Views\FinishedProductWarehouseEntry\SeachPRInventory.cshtml" /> <Content Include="Areas\WMS\Views\PDAVersion\PDAVersion.cshtml" /> <Content Include="Areas\WMS\Views\PDAVersion\PDAVersionUpdate.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\CleanUpTableData.cshtml" /> <Content Include="fonts\glyphicons-halflings-regular.woff" /> <Content Include="fonts\glyphicons-halflings-regular.ttf" /> <Content Include="fonts\glyphicons-halflings-regular.eot" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSBoxAccountAdd.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSBoxAccount.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSBoxes.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSBoxesAdd.cshtml" /> <Content Include="Areas\Boxes\Web.config" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSBoxesRecord.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSMould.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSMouldAccount.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSMouldAccountAdd.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSMouldAdd.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSMouldRecord.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSMouldMaintain.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSMouldMaintainAdd.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\FormMoPick.cshtml" /> <Content Include="Areas\DHAY\Views\_ViewStart.cshtml" /> <Content Include="Areas\DHAY\Views\Shared\_Layout.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedReturn\Index.cshtml" /> <Content Include="Areas\DHAY\Views\Web.config" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedReturn\Create.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedReturn\GetInvCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedReturn\Update.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSBoxesAccountRecord.cshtml" /> <Content Include="Areas\Boxes\Views\BasicSettings\ICSMouldAccountRecord.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedReturn\GetWHCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedReturn\GetBatch.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedIn\Create.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedIn\GetInvCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedIn\Index.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedIn\Update.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedReturn\GetWHCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedReturn\GetBatch.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\ImportLot.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedIn\GetWHCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSAccessoriesMOApply\Create.cshtml" /> <Content Include="Areas\DHAY\Views\ICSAccessoriesMOApply\GetInvCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSAccessoriesMOApply\GetWHCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSAccessoriesMOApply\Update.cshtml" /> <Content Include="Areas\DHAY\Views\ICSAccessoriesMOApply\Index.cshtml" /> <Content Include="Areas\WMS\Views\ICSLotFreezeDH\ICSLotFreezeDH.cshtml" /> <Content Include="Areas\WMS\Views\WareHouseLotinspection\WareHouseLotinspection.cshtml" /> <Content Include="Areas\WMS\Views\WareHouseLotinspection\WareHouseLotinspectionAdd.cshtml" /> <Content Include="Areas\WMS\Views\WareHouseLotinspection\SeachInspectLot.cshtml" /> <Content Include="Areas\WMS\Views\WareHouseLotinspection\WareHouseLotinspectionUpdate.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInspectionRulesGroup.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInspectionRulesListAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryInspectionRulesGroup.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSInventoryInspectionRulesGroupAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\ICSInspectionDetailNew.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\YLCreateItemLot.cshtml" /> <Content Include="Areas\DHAY\Views\ICSSDN\Create.cshtml" /> <Content Include="Areas\DHAY\Views\ICSSDN\GetInvCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSSDN\GetWHCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSSDN\Index.cshtml" /> <Content Include="Areas\DHAY\Views\ICSSDN\Update.cshtml" /> <Content Include="Areas\WMS\Views\ICSRCVIQCs\ICSInspectionDetailDelete.cshtml" /> <Content Include="Areas\WMS\Views\ICSMTDOC\GetLocationCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSMTDOC\Metamorphosis.cshtml" /> <Content Include="Areas\DHAY\Views\ICSMTDOC\MetamorphosisToLead.cshtml" /> <Content Include="Areas\DHAY\Views\ICSMTDOC\ICSMTDOCAdd.cshtml" /> <Content Include="Areas\DHAY\Views\ICSSDN\GetBatch.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCustomerSuppliedIn\GetProject.cshtml" /> <Content Include="Areas\DHAY\Views\DHCreateItemLot\From.cshtml" /> <Content Include="Areas\DHAY\Views\DHCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\DHAY\Views\ICSFinishedProductShipment\Index.cshtml" /> <Content Include="Areas\DHAY\Views\ICSFinishedProductShipment\From.cshtml" /> <Content Include="Areas\DHAY\Views\ICSAccessoriesMOApply\InitialImportUpLoad.cshtml" /> <Content Include="Areas\DHAY\Views\ICSMOIssue\Create.cshtml" /> <Content Include="Areas\DHAY\Views\ICSMOIssue\GetInvCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSMOIssue\GetWHCode.cshtml" /> <Content Include="Areas\DHAY\Views\ICSMOIssue\Index.cshtml" /> <Content Include="Areas\DHAY\Views\ICSMOIssue\Update.cshtml" /> <Content Include="Areas\DHAY\Views\ICSCheckList\Index.cshtml" /> <Content Include="Areas\WMS\Views\InspectionDeciliter\ICSDeciliter.cshtml" /> <Content Include="Areas\WMS\Views\InspectionDeciliter\LotNoSplit.cshtml" /> <Content Include="Areas\WMS\Views\WareHouseReserve\SeachInvInfo.cshtml" /> <Content Include="Areas\WMS\Views\WareHouseReserve\WareHouseReserve.cshtml" /> <Content Include="Areas\WMS\Views\WareHouseReserve\WareHouseReserveAdd.cshtml" /> <Content Include="Areas\WMS\Views\WareHouseReserve\WareHouseReserveUpdate.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\ICSLotRebind.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateMOApply\Create.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateMOApply\GetInvCode.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateMOApply\GetWHCode.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateMOApply\Index.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateMOApply\InitialImportUpLoad.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateMOApply\Update.cshtml" /> <Content Include="Areas\WMS\Views\SystemUpdate\Index.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSDepartment.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSDepartmentAdd.cshtml" /> <Content Include="Areas\DHAY\Views\ICSWareHouseLotInfoLog\Index.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSVender.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSVenderAdd.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSWareHouse.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\ICSWareHouseAdd.cshtml" /> <Content Include="Areas\DHAY\Views\ICSOtherInOut\Index.cshtml" /> <Content Include="Areas\WMS\Views\ICSOApply\ICSOApplyApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSOApply\ICSOApplyApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSOApply\ICSOApplyApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSOIssue\ICSOIssueApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSOIssue\ICSOIssueApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSOIssue\ICSOIssueApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSOOPick\ICSOOPickApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSOOPick\ICSOOPickApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSOOPick\ICSOOPickApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSOOPick\SeachInventory.cshtml" /> <Content Include="Areas\WMS\Views\ICSOutsourcingOrder\ICSOutsourcingOrderApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSOutsourcingOrder\ICSOutsourcingOrderApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSOutsourcingOrder\ICSOutsourcingOrderApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSODeliveryNotice\ICSODeliveryNoticeApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSODeliveryNotice\ICSODeliveryNoticeApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSODeliveryNotice\ICSODeliveryNoticeApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSOutsourcingReceive\ICSOutsourcingReceiveApplyNeg.cshtml" /> <Content Include="Areas\WMS\Views\ICSOutsourcingReceive\ICSOutsourcingReceiveApplyNegAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSOutsourcingReceive\ICSOutsourcingReceiveApplyNegUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSOutsourcingReceive\SeachOutsouringOrder.cshtml" /> <Content Include="Areas\WMS\Views\SystemUpdate\InitialImportUpLoad.cshtml" /> <Content Include="Areas\WMS\Views\ICSLotFreezeDH\From.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckConfiguration\SeachInvInfo.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckConfiguration\ICSCheckConfiguration.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckConfiguration\WareHouseReserveUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckConfiguration\WareHouseReserveAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckRule\SeachInvInfo.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckRule\ICSCheckRule.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckRule\WareHouseReserveAdd.cshtml" /> <Content Include="Areas\WMS\Views\Deciliter\LotNoPackingSplit.cshtml" /> <Content Include="Areas\DHAY\Views\DHICSRCVIQCs\ICSInspectionDetail.cshtml" /> <Content Include="Areas\DHAY\Views\DHICSRCVIQCs\ICSInspectionDetailDelete.cshtml" /> <Content Include="Areas\DHAY\Views\DHICSRCVIQCs\ICSInspectionDetailNew.cshtml" /> <Content Include="Areas\DHAY\Views\DHICSRCVIQCs\ICSLookFiles.cshtml" /> <Content Include="Areas\DHAY\Views\DHICSRCVIQCs\ICSRCVIQCs.cshtml" /> <Content Include="Areas\DHAY\Views\DHICSRCVIQCs\Rejection.cshtml" /> <Content Include="Areas\DHAY\Views\DHICSRCVIQCs\WWRejection.cshtml" /> <Content Include="Areas\WMS\Views\ICSApply\ICSApply.cshtml" /> <Content Include="Areas\SystemManage\Views\Role\CloneForm.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckConfiguration\ICSCheckConfigurationUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSCheckRule\ICSCheckRuleUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSApply\ICSApplyAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSApply\SeachMaterial.cshtml" /> <Content Include="Areas\WMS\Views\CheckingFixture\CheckingFixtureQuery.cshtml" /> <Content Include="Areas\WMS\Views\CheckingFixture\CheckingFixtureEdit.cshtml" /> <Content Include="File\CheckingFixture\检具档案导入模板.xlsx" /> <Content Include="Areas\WMS\Views\CheckingFixture\CheckingFixtureTransferQuery.cshtml" /> <Content Include="Areas\WMS\Views\CheckingFixture\TransferInsert.cshtml" /> <Content Include="Areas\WMS\Views\ICSApply\ICSApplyUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSOperation\ICSOperation.cshtml" /> <Content Include="Areas\WMS\Views\ICSOperation\ICSOperationAdd.cshtml" /> <Content Include="Areas\WMS\Views\ICSOperation\ICSOperationUpdate.cshtml" /> <Content Include="Areas\WMS\Views\ICSOperation\SeachICSApplyDetail.cshtml" /> <Content Include="Content\element-ui\CHANGELOG.en-US.md" /> <Content Include="Content\element-ui\CHANGELOG.es.md" /> <Content Include="Content\element-ui\CHANGELOG.fr-FR.md" /> <Content Include="Content\element-ui\CHANGELOG.zh-CN.md" /> <Content Include="Content\element-ui\lib\theme-chalk\fonts\element-icons.ttf" /> <Content Include="Content\element-ui\lib\theme-chalk\fonts\element-icons.woff" /> <Content Include="Content\element-ui\LICENSE" /> <Content Include="Content\element-ui\package.json" /> <Content Include="Content\element-ui\packages\alert\src\main.vue" /> <Content Include="Content\element-ui\packages\aside\src\main.vue" /> <Content Include="Content\element-ui\packages\autocomplete\src\autocomplete-suggestions.vue" /> <Content Include="Content\element-ui\packages\autocomplete\src\autocomplete.vue" /> <Content Include="Content\element-ui\packages\avatar\src\main.vue" /> <Content Include="Content\element-ui\packages\backtop\src\main.vue" /> <Content Include="Content\element-ui\packages\badge\src\main.vue" /> <Content Include="Content\element-ui\packages\breadcrumb\src\breadcrumb-item.vue" /> <Content Include="Content\element-ui\packages\breadcrumb\src\breadcrumb.vue" /> <Content Include="Content\element-ui\packages\button\src\button-group.vue" /> <Content Include="Content\element-ui\packages\button\src\button.vue" /> <Content Include="Content\element-ui\packages\calendar\src\date-table.vue" /> <Content Include="Content\element-ui\packages\calendar\src\main.vue" /> <Content Include="Content\element-ui\packages\card\src\main.vue" /> <Content Include="Content\element-ui\packages\carousel\src\item.vue" /> <Content Include="Content\element-ui\packages\carousel\src\main.vue" /> <Content Include="Content\element-ui\packages\cascader-panel\src\cascader-menu.vue" /> <Content Include="Content\element-ui\packages\cascader-panel\src\cascader-node.vue" /> <Content Include="Content\element-ui\packages\cascader-panel\src\cascader-panel.vue" /> <Content Include="Content\element-ui\packages\cascader\src\cascader.vue" /> <Content Include="Content\element-ui\packages\checkbox\src\checkbox-button.vue" /> <Content Include="Content\element-ui\packages\checkbox\src\checkbox-group.vue" /> <Content Include="Content\element-ui\packages\checkbox\src\checkbox.vue" /> <Content Include="Content\element-ui\packages\collapse\src\collapse-item.vue" /> <Content Include="Content\element-ui\packages\collapse\src\collapse.vue" /> <Content Include="Content\element-ui\packages\color-picker\src\components\alpha-slider.vue" /> <Content Include="Content\element-ui\packages\color-picker\src\components\hue-slider.vue" /> <Content Include="Content\element-ui\packages\color-picker\src\components\picker-dropdown.vue" /> <Content Include="Content\element-ui\packages\color-picker\src\components\predefine.vue" /> <Content Include="Content\element-ui\packages\color-picker\src\components\sv-panel.vue" /> <Content Include="Content\element-ui\packages\color-picker\src\main.vue" /> <Content Include="Content\element-ui\packages\container\src\main.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\basic\date-table.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\basic\month-table.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\basic\time-spinner.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\basic\year-table.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\panel\date-range.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\panel\date.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\panel\month-range.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\panel\time-range.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\panel\time-select.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\panel\time.vue" /> <Content Include="Content\element-ui\packages\date-picker\src\picker.vue" /> <Content Include="Content\element-ui\packages\dialog\src\component.vue" /> <Content Include="Content\element-ui\packages\divider\src\main.vue" /> <Content Include="Content\element-ui\packages\drawer\src\main.vue" /> <Content Include="Content\element-ui\packages\dropdown\src\dropdown-item.vue" /> <Content Include="Content\element-ui\packages\dropdown\src\dropdown-menu.vue" /> <Content Include="Content\element-ui\packages\dropdown\src\dropdown.vue" /> <Content Include="Content\element-ui\packages\empty\src\img-empty.vue" /> <Content Include="Content\element-ui\packages\empty\src\index.vue" /> <Content Include="Content\element-ui\packages\footer\src\main.vue" /> <Content Include="Content\element-ui\packages\form\src\form-item.vue" /> <Content Include="Content\element-ui\packages\form\src\form.vue" /> <Content Include="Content\element-ui\packages\form\src\label-wrap.vue" /> <Content Include="Content\element-ui\packages\header\src\main.vue" /> <Content Include="Content\element-ui\packages\icon\src\icon.vue" /> <Content Include="Content\element-ui\packages\image\src\image-viewer.vue" /> <Content Include="Content\element-ui\packages\image\src\main.vue" /> <Content Include="Content\element-ui\packages\input-number\src\input-number.vue" /> <Content Include="Content\element-ui\packages\input\src\input.vue" /> <Content Include="Content\element-ui\packages\link\src\main.vue" /> <Content Include="Content\element-ui\packages\loading\src\loading.vue" /> <Content Include="Content\element-ui\packages\main\src\main.vue" /> <Content Include="Content\element-ui\packages\menu\src\menu-item-group.vue" /> <Content Include="Content\element-ui\packages\menu\src\menu-item.vue" /> <Content Include="Content\element-ui\packages\menu\src\menu.vue" /> <Content Include="Content\element-ui\packages\menu\src\submenu.vue" /> <Content Include="Content\element-ui\packages\message-box\src\main.vue" /> <Content Include="Content\element-ui\packages\message\src\main.vue" /> <Content Include="Content\element-ui\packages\notification\src\main.vue" /> <Content Include="Content\element-ui\packages\page-header\src\main.vue" /> <Content Include="Content\element-ui\packages\pagination\src\pager.vue" /> <Content Include="Content\element-ui\packages\popconfirm\src\main.vue" /> <Content Include="Content\element-ui\packages\popover\src\main.vue" /> <Content Include="Content\element-ui\packages\progress\src\progress.vue" /> <Content Include="Content\element-ui\packages\radio\src\radio-button.vue" /> <Content Include="Content\element-ui\packages\radio\src\radio-group.vue" /> <Content Include="Content\element-ui\packages\radio\src\radio.vue" /> <Content Include="Content\element-ui\packages\rate\src\main.vue" /> <Content Include="Content\element-ui\packages\result\src\icon-error.vue" /> <Content Include="Content\element-ui\packages\result\src\icon-info.vue" /> <Content Include="Content\element-ui\packages\result\src\icon-success.vue" /> <Content Include="Content\element-ui\packages\result\src\icon-warning.vue" /> <Content Include="Content\element-ui\packages\result\src\index.vue" /> <Content Include="Content\element-ui\packages\select\src\option-group.vue" /> <Content Include="Content\element-ui\packages\select\src\option.vue" /> <Content Include="Content\element-ui\packages\select\src\select-dropdown.vue" /> <Content Include="Content\element-ui\packages\select\src\select.vue" /> <Content Include="Content\element-ui\packages\skeleton\src\img-placeholder.vue" /> <Content Include="Content\element-ui\packages\skeleton\src\index.vue" /> <Content Include="Content\element-ui\packages\skeleton\src\item.vue" /> <Content Include="Content\element-ui\packages\slider\src\button.vue" /> <Content Include="Content\element-ui\packages\slider\src\main.vue" /> <Content Include="Content\element-ui\packages\spinner\src\spinner.vue" /> <Content Include="Content\element-ui\packages\statistic\src\main.vue" /> <Content Include="Content\element-ui\packages\steps\README.md" /> <Content Include="Content\element-ui\packages\steps\src\step.vue" /> <Content Include="Content\element-ui\packages\steps\src\steps.vue" /> <Content Include="Content\element-ui\packages\switch\src\component.vue" /> <Content Include="Content\element-ui\packages\table\src\filter-panel.vue" /> <Content Include="Content\element-ui\packages\table\src\table.vue" /> <Content Include="Content\element-ui\packages\tabs\src\tab-bar.vue" /> <Content Include="Content\element-ui\packages\tabs\src\tab-nav.vue" /> <Content Include="Content\element-ui\packages\tabs\src\tab-pane.vue" /> <Content Include="Content\element-ui\packages\tabs\src\tabs.vue" /> <Content Include="Content\element-ui\packages\tag\src\tag.vue" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\fonts\element-icons.ttf" /> <Content Include="Content\element-ui\packages\theme-chalk\lib\fonts\element-icons.woff" /> <Content Include="Content\element-ui\packages\theme-chalk\README.md" /> <Content Include="Content\element-ui\packages\theme-chalk\src\alert.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\aside.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\autocomplete.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\avatar.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\backtop.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\badge.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\base.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\breadcrumb-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\breadcrumb.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\button-group.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\button.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\calendar.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\card.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\carousel-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\carousel.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\cascader-panel.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\cascader.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\checkbox-button.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\checkbox-group.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\checkbox.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\col.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\collapse-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\collapse.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\color-picker.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\common\popup.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\common\transition.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\common\var.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\container.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\date-picker.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\date-range-picker.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\date-table.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\month-table.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\picker-panel.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\picker.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\time-picker.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\time-range-picker.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\time-spinner.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\date-picker\year-table.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\descriptions-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\descriptions.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\dialog.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\display.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\divider.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\drawer.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\dropdown-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\dropdown-menu.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\dropdown.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\empty.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\fonts\element-icons.ttf" /> <Content Include="Content\element-ui\packages\theme-chalk\src\fonts\element-icons.woff" /> <Content Include="Content\element-ui\packages\theme-chalk\src\footer.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\form-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\form.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\header.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\icon.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\image.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\index.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\infinite-scroll.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\infiniteScroll.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\input-number.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\input.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\link.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\loading.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\main.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\menu-item-group.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\menu-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\menu.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\message-box.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\message.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\mixins\config.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\mixins\function.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\mixins\mixins.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\mixins\utils.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\mixins\_button.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\notification.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\option-group.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\option.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\page-header.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\pagination.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\popconfirm.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\popover.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\popper.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\progress.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\radio-button.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\radio-group.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\radio.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\rate.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\reset.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\result.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\row.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\scrollbar.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\select-dropdown.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\select.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\skeleton-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\skeleton.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\slider.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\spinner.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\statistic.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\step.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\steps.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\submenu.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\switch.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\tab-pane.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\table-column.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\table.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\tabs.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\tag.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\time-picker.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\time-select.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\timeline-item.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\timeline.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\tooltip.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\transfer.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\tree.scss" /> <Content Include="Content\element-ui\packages\theme-chalk\src\upload.scss" /> <Content Include="Content\element-ui\packages\timeline\src\item.vue" /> <Content Include="Content\element-ui\packages\timeline\src\main.vue" /> <Content Include="Content\element-ui\packages\transfer\src\main.vue" /> <Content Include="Content\element-ui\packages\transfer\src\transfer-panel.vue" /> <Content Include="Content\element-ui\packages\tree\src\tree-node.vue" /> <Content Include="Content\element-ui\packages\tree\src\tree.vue" /> <Content Include="Content\element-ui\packages\upload\src\index.vue" /> <Content Include="Content\element-ui\packages\upload\src\upload-dragger.vue" /> <Content Include="Content\element-ui\packages\upload\src\upload-list.vue" /> <Content Include="Content\element-ui\packages\upload\src\upload.vue" /> <Content Include="Content\element-ui\README.md" /> <Content Include="Content\element-ui\web-types.json" /> <Content Include="Areas\WMS\Views\IQCQuality\AqlQuery.cshtml" /> <Content Include="Content\vue\dist\README.md" /> <Content Include="Content\vue\LICENSE" /> <Content Include="Content\vue\package.json" /> <Content Include="Content\vue\README.md" /> <Content Include="Areas\WMS\Views\ICSMOApply\ICSMOApplyNegQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSMOApply\ICSMOApplyEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSMOPick\ICSMOPickQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSMOPick\ICSMOPickEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSMOPick\SeachMO.cshtml" /> <Content Include="Areas\WMS\Views\ICSMOIssue\ICSMOIssueQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSMOIssue\ICSMOIssueEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSMOReplenishment\ICSMOReplenishmentQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSMOReplenishment\ICSMOReplenishmentEdit.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\AqlEdit.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\Item2AqlQuery.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\Item2AqlEdit.cshtml" /> <Content Include="File\IQC\物料关联检验AQL.xlsx" /> <Content Include="Areas\WMS\Views\IQCQuality\Item2AqlEditSingle.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\Item2AqlFileView.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\BadCodeGroupQuery.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\BadCodeGroupEdit.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\BadReasonGroupQuery.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\BadReasonGroupEdit.cshtml" /> <Content Include="Areas\WMS\Views\Blitem\ICSInvCheckAdd.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\CheckItemGroupQuery.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\CheckItemGroupEdit.cshtml" /> <Content Include="File\IQC\检验项目导入.xlsx" /> <Content Include="Areas\WMS\Views\IQCQuality\Item2CheckItemGroupQuery.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\Item2CheckItemGroupBind.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialInStorageCheckQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSManufactureReceive\ICSManufactureReceiveQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSManufactureReceive\ICSManufactureReceiveEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSOtherOut\ICSOtherOutQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSOtherOut\ICSOtherOutEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSOtherIn\ICSOtherInQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSOtherIn\ICSOtherInEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSBrrow\ICSBrrowQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSBrrow\ICSBrrowEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSReturn\ICSReturnQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSReturn\ICSReturnEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSDisassemblyDoc\ICSDisassemblyDocQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSDisassemblyDoc\ICSDisassemblyDocEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSSDN\ICSSDNQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSSDN\ICSSDNEdit.cshtml" /> <Content Include="Areas\WMS\Views\ICSTransfer\ICSTransferQuery.cshtml" /> <Content Include="Areas\WMS\Views\ICSTransfer\ICSTransferEdit.cshtml" /> <Content Include="Areas\WMS\Views\BasicSettings\Sys_WorkPointClone.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialInStorageCheckEdit.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\Item2CheckItemEdit.cshtml" /> <Content Include="File\IQC\物料关联检验项目.xlsx" /> <Content Include="Areas\WMS\Views\ICSSDN\SeachICSSDN.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialDestoryExperimentEdit.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialInStorageFinalQuery.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialFinalJudgeEdit.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialReJudgeEdit.cshtml" /> <Content Include="File\CheckingFixture\检具4025.fr3" /> <Content Include="Areas\WMS\Views\Print\PrintViewBySession.cshtml" /> <Content Include="Areas\WMS\Views\Print\PrintViewByLot.cshtml" /> <Content Include="Areas\WMS\Views\RevokeBusiness\DeleteERPLotLogs.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\FromNew.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\FromPN.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialReJudgeView.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialDoJudge.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialCheckLog.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialCheckDoJudge.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\MaterialHasReturnItemEdit.cshtml" /> <Content Include="Areas\WMS\Views\WMSCreateItemLot\FromHG.cshtml" /> <Content Include="Areas\WMS\Views\IntelligentDeviceIntegration\RegionalMaxNum.cshtml" /> <Content Include="Areas\WMS\Views\IntelligentDeviceIntegration\RegionalMaxNumAdd.cshtml" /> <Content Include="Areas\WMS\Views\IntelligentDeviceIntegration\LocationBindingCoordinate.cshtml" /> <Content Include="Areas\WMS\Views\IntelligentDeviceIntegration\LocationBindingCoordinateAdd.cshtml" /> <Content Include="Areas\WMS\Views\IntelligentDeviceIntegration\AGVKanBan.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\PDMFile.cshtml" /> <Content Include="Areas\WMS\Views\IQCQuality\GetICSInventory2.cshtml" /> <Content Include="Areas\XJYWMS\Web.config" /> <Content Include="Areas\XJYWMS\Views\WMSCreateItemLot\CreateItemLot.cshtml" /> <Content Include="Areas\XJYWMS\Views\WMSCreateItemLot\From.cshtml" /> <Content Include="Areas\XJYWMS\Views\WMSCreateItemLot\FromNew.cshtml" /> <Content Include="Areas\XJYWMS\Views\WMSCreateItemLot\FromPN.cshtml" /> <Content Include="Areas\XJYWMS\Views\WMSCreateItemLot\ICSLotRebind.cshtml" /> <Content Include="Areas\XJYWMS\Views\WMSCreateItemLot\ImportLot.cshtml" /> <Content Include="Areas\WMS\Views\ICSTransfer\ICSTransferApprove.cshtml" /> <None Include="Scripts\jquery-1.10.2.intellisense.js" /> <Content Include="Scripts\bootstrap.js" /> <Content Include="Scripts\bootstrap.min.js" /> <Content Include="Scripts\jquery-1.10.2.js" /> <Content Include="Scripts\jquery-1.10.2.min.js" /> <None Include="Scripts\jquery.validate-vsdoc.js" /> <Content Include="Scripts\jquery.validate.js" /> <Content Include="Scripts\jquery.validate.min.js" /> <Content Include="Scripts\jquery.validate.unobtrusive.js" /> <Content Include="Scripts\jquery.validate.unobtrusive.min.js" /> <Content Include="ChulingHandler.ashx" /> <Content Include="Content\js\jquery-ui-1.12.1\package.json" /> <Content Include="Areas\SystemManage\Views\CommonReport\Cols.cshtml" /> <Content Include="Areas\SystemManage\Views\CommonReport\ColsSelect.cshtml" /> <Content Include="Areas\SystemManage\Views\CommonReport\Condition.cshtml" /> <Content Include="Areas\SystemManage\Views\CommonReport\DataSource.cshtml" /> <Content Include="Areas\SystemManage\Views\CommonReport\Filter.cshtml" /> <Content Include="Areas\SystemManage\Views\CommonReport\GridFormat.cshtml" /> <Content Include="Areas\SystemManage\Views\CommonReport\Index.cshtml" /> <Content Include="Content\css\ColorPicker\bootstrap-colorpicker.css.map" /> <Content Include="Content\css\ColorPicker\bootstrap-colorpicker.min.css.map" /> <Content Include="Content\js\ColorPicker\bootstrap-colorpicker.js.map" /> <Content Include="Content\js\ColorPicker\bootstrap-colorpicker.min.js.map" /> <Content Include="Areas\SystemManage\Views\CommonReport\WatchPanel.cshtml" /> <Content Include="Areas\SystemManage\Views\CommonReport\ColsVisible.cshtml" /> <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> <Content Include="Scripts\jquery-1.10.2.min.map" /> <None Include="Service References\ServiceReference1\configuration91.svcinfo" /> <None Include="Service References\ServiceReference1\configuration.svcinfo" /> <Content Include="Scripts\modernizr-2.6.2.js" /> <Content Include="Service References\ServiceReference1\NFine.Web.ServiceReference1.Result1.datasource"> <DependentUpon>Reference.svcmap</DependentUpon> </Content> <None Include="Service References\ServiceReference1\Reference.svcmap"> <Generator>WCF Proxy Generator</Generator> <LastGenOutput>Reference.cs</LastGenOutput> </None> <None Include="Service References\ServiceReference1\U8ERP5.disco" /> <Content Include="Web.config"> <SubType>Designer</SubType> </Content> <Content Include="Web.Debug.config"> <DependentUpon>Web.config</DependentUpon> </Content> <Content Include="Web.Release.config"> <DependentUpon>Web.config</DependentUpon> </Content> <Content Include="Views\Web.config" /> <None Include="Service References\ServiceReference1\U8ERP5.wsdl" /> <None Include="Service References\ServiceReference1\U8ERP5.xsd"> <SubType>Designer</SubType> </None> <None Include="Service References\ServiceReference1\U8ERP51.xsd"> <SubType>Designer</SubType> </None> <None Include="Service References\ServiceReference1\U8ERP52.xsd"> <SubType>Designer</SubType> </None> <None Include="Service References\ServiceReference1\U8ERP53.xsd"> <SubType>Designer</SubType> </None> <Content Include="Views\Shared\_Form.cshtml" /> <Content Include="Views\Shared\_Index.cshtml" /> <Content Include="Views\Shared\_LayoutIndex.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Content\fonts\glyphicons-halflings-regular.eot" /> <Content Include="Content\fonts\glyphicons-halflings-regular.ttf" /> <Content Include="Content\fonts\glyphicons-halflings-regular.woff" /> <Content Include="Content\fonts\glyphicons-halflings-regular.woff2" /> <Content Include="Content\fonts\glyphicons-halflings-regulard41d.eot" /> <Content Include="Content\fonts\weathericons-regular-webfont.eot" /> <Content Include="Content\fonts\weathericons-regular-webfont.ttf" /> <Content Include="Content\fonts\weathericons-regular-webfont.woff" /> <Content Include="Content\fonts\weathericons-regular-webfontd41d.eot" /> </ItemGroup> <ItemGroup> <Content Include="Views\Home\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Views\Login\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Web.config" /> </ItemGroup> <ItemGroup> <Content Include="Configs\log4net.config" /> <Content Include="Configs\system.config" /> </ItemGroup> <ItemGroup> <Content Include="Configs\database.config"> <SubType>Designer</SubType> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <ProjectReference Include="..\NFine.Application\NFine.Application.csproj"> <Project>{f2035ee2-b73d-4fb8-a433-cab465de6a2a}</Project> <Name>NFine.Application</Name> </ProjectReference> <ProjectReference Include="..\NFine.Code\NFine.Code.csproj"> <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project> <Name>NFine.Code</Name> </ProjectReference> <ProjectReference Include="..\NFine.Data\NFine.Data.csproj"> <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project> <Name>NFine.Data</Name> </ProjectReference> <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj"> <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project> <Name>NFine.Domain</Name> </ProjectReference> <ProjectReference Include="..\NFine.Mapping\NFine.Mapping.csproj"> <Project>{4e642cbe-f6c5-4cb9-9474-6b349652fe77}</Project> <Name>NFine.Mapping</Name> </ProjectReference> <ProjectReference Include="..\NFine.Repository\NFine.Repository.csproj"> <Project>{875233bf-ea15-49e0-9a9c-77884a897ff6}</Project> <Name>NFine.Repository</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Module\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Module\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Module\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ModuleButton\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ModuleButton\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ModuleButton\CloneButton.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ModuleButton\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Area\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ItemsData\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ItemsType\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ItemsType\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ItemsData\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ItemsType\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\ItemsData\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Organize\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Organize\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Organize\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Role\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Role\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Area\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\User\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Content\fonts\fontawesome-webfont.eot" /> <Content Include="Content\fonts\fontawesome-webfont.ttf" /> <Content Include="Content\fonts\fontawesome-webfont.woff" /> <Content Include="Content\fonts\fontawesome-webfont.woff2" /> <Content Include="Content\fonts\FontAwesome.otf" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\User\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\User\RevisePassword.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Duty\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Duty\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Duty\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\Role\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\User\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\Web.config" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\DbBackup\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\DbBackup\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\FilterIP\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\FilterIP\Form.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\FilterIP\Details.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\Log\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\ServerMonitoring\Index.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Views\Home\Default.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Views\Home\About.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemSecurity\Views\Log\RemoveLog.cshtml" /> </ItemGroup> <ItemGroup> <Content Include="Content\js\simditor\css\editor.scss" /> <Content Include="Content\js\simditor\css\fonticon.scss" /> <Content Include="Content\js\simditor\css\simditor.scss" /> </ItemGroup> <ItemGroup> <Content Include="Areas\SystemManage\Views\User\Info.cshtml" /> <Content Include="Areas\SystemManage\Views\Customer\Index.cshtml" /> <Content Include="Areas\SystemManage\Views\Customer\Form.cshtml" /> <Content Include="Areas\SystemManage\Views\Customer\Details.cshtml" /> <None Include="Properties\PublishProfiles\NFine.Framework.Release.pubxml" /> </ItemGroup> <ItemGroup> <Folder Include="Areas\WMS\Views\Warehouse\" /> <Folder Include="File\LablesFile\" /> <Folder Include="File\UPLoadFile\" /> <Folder Include="Frp\" /> <Folder Include="Grf\" /> <Folder Include="PrintTemp\" /> </ItemGroup> <ItemGroup> <WCFMetadata Include="Service References\" /> </ItemGroup> <ItemGroup> <WCFMetadataStorage Include="Service References\ServiceReference1\" /> </ItemGroup> <ItemGroup> <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" /> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> </PropertyGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" /> <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> </Target> <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>True</AutoAssignPort> <DevelopmentServerPort>0</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> <IISUrl>http://localhost:8111/</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer> <CustomServerUrl> </CustomServerUrl> <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> </WebProjectProperties> </FlavorProperties> </VisualStudio> </ProjectExtensions> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --></Project>
|