You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							433 lines
						
					
					
						
							25 KiB
						
					
					
				
			
		
		
	
	
							433 lines
						
					
					
						
							25 KiB
						
					
					
				| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.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>{7107DC39-2E93-425F-A4D8-C50768DE573C}</ProjectGuid>
 | |
|     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
 | |
|     <OutputType>Library</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>FactorySystemApi</RootNamespace>
 | |
|     <AssemblyName>FactorySystemApi</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
 | |
|     <MvcBuildViews>false</MvcBuildViews>
 | |
|     <UseIISExpress>true</UseIISExpress>
 | |
|     <Use64BitIISExpress />
 | |
|     <IISExpressSSLPort />
 | |
|     <IISExpressAnonymousAuthentication />
 | |
|     <IISExpressWindowsAuthentication />
 | |
|     <IISExpressUseClassicPipelineMode />
 | |
|     <UseGlobalApplicationHostFile />
 | |
|     <NuGetPackageImportStamp>
 | |
|     </NuGetPackageImportStamp>
 | |
|     <TargetFrameworkProfile />
 | |
|   </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>
 | |
|     <DocumentationFile>bin\FactorySystemApi.xml</DocumentationFile>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="Aspose.Cells, Version=22.8.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Aspose.Cells.22.8.0\lib\net40\Aspose.Cells.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.AspNetCore.Http.Abstractions, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNetCore.Http.Abstractions.1.1.2\lib\net451\Microsoft.AspNetCore.Http.Abstractions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.AspNetCore.Http.Extensions, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNetCore.Http.Extensions.1.1.2\lib\net451\Microsoft.AspNetCore.Http.Extensions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.AspNetCore.Http.Features, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNetCore.Http.Features.1.1.2\lib\net451\Microsoft.AspNetCore.Http.Features.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.1.1.2\lib\netstandard1.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.1.1\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.FileProviders.Abstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.FileProviders.Abstractions.1.1.1\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Options, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Options.1.1.2\lib\netstandard1.0\Microsoft.Extensions.Options.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Primitives, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Primitives.1.1.1\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Net.Http.Headers, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Net.Http.Headers.1.1.2\lib\netstandard1.1\Microsoft.Net.Http.Headers.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="SqlSugar, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null" />
 | |
|     <Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Buffers, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Buffers.4.3.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.ComponentModel.Composition" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.EnterpriseServices" />
 | |
|     <Reference Include="System.IO.Compression" />
 | |
|     <Reference Include="System.Numerics" />
 | |
|     <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.ServiceModel" />
 | |
|     <Reference Include="System.Text.Encodings.Web, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Text.Encodings.Web.4.3.1\lib\netstandard1.0\System.Text.Encodings.Web.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.DynamicData" />
 | |
|     <Reference Include="System.Web.Entity" />
 | |
|     <Reference Include="System.Web.ApplicationServices" />
 | |
|     <Reference Include="System.ComponentModel.DataAnnotations" />
 | |
|     <Reference Include="System.Web" />
 | |
|     <Reference Include="System.Web.Abstractions" />
 | |
|     <Reference Include="System.Web.Extensions" />
 | |
|     <Reference Include="System.Web.Routing" />
 | |
|     <Reference Include="System.Web.Services" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="System.Configuration" />
 | |
|     <Reference Include="System.Runtime.Serialization" />
 | |
|     <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Net.Http">
 | |
|     </Reference>
 | |
|     <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Net.Http.WebRequest">
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Optimization">
 | |
|       <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\WebActivatorEx.2.0\lib\net40\WebActivatorEx.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="WebGrease">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Antlr3.Runtime">
 | |
|       <Private>True</Private>
 | |
|       <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
 | |
|       <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="App_Start\ApiAuthorizeAttribute.cs" />
 | |
|     <Compile Include="App_Start\FilterConfig.cs" />
 | |
|     <Compile Include="App_Start\RouteConfig.cs" />
 | |
|     <Compile Include="App_Start\SwaggerConfig.cs" />
 | |
|     <Compile Include="App_Start\WebApiConfig.cs" />
 | |
|     <Compile Include="Controllers\CommonController.cs" />
 | |
|     <Compile Include="Controllers\BaseController.cs" />
 | |
|     <Compile Include="Controllers\MaterialTypeController.cs" />
 | |
|     <Compile Include="Controllers\OperateLogController.cs" />
 | |
|     <Compile Include="Controllers\TaskController.cs" />
 | |
|     <Compile Include="Controllers\TeamworkController.cs" />
 | |
|     <Compile Include="Controllers\PackageController.cs" />
 | |
|     <Compile Include="Controllers\MaterialController.cs" />
 | |
|     <Compile Include="Controllers\FormulaController.cs" />
 | |
|     <Compile Include="Controllers\SwaggerHelper\HttpAuthHeaderFilter.cs" />
 | |
|     <Compile Include="Controllers\SwaggerHelper\SwaggerCacheProvider.cs" />
 | |
|     <Compile Include="Controllers\SwaggerHelper\SwaggerController.cs" />
 | |
|     <Compile Include="Controllers\FactoryController.cs" />
 | |
|     <Compile Include="Controllers\FieldController.cs" />
 | |
|     <Compile Include="Controllers\View2Controller.cs" />
 | |
|     <Compile Include="Controllers\ViewController.cs" />
 | |
|     <Compile Include="Controllers\UserController.cs" />
 | |
|     <Compile Include="Global.asax.cs">
 | |
|       <DependentUpon>Global.asax</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="Properties\Settings.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|       <DependentUpon>Settings.settings</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Web References\Plm_Formula\Reference.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Web References\Sap_Formula\Reference.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Web References\Sap_Group\Reference.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Web References\Sap_Material1\Reference.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Web References\WeChatMsg\Reference.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Content Include="favicon.ico" />
 | |
|     <Content Include="Global.asax" />
 | |
|     <Content Include="Scripts\bootstrap.js" />
 | |
|     <Content Include="Scripts\bootstrap.min.js" />
 | |
|     <Content Include="File\Formula\配方导入模板.xlsx" />
 | |
|     <Content Include="File\Material\SAP物料导入模板.xlsx" />
 | |
|     <Content Include="File\Material\副产物导入模板.xlsx" />
 | |
|     <Content Include="File\Material\替代料导入模板.xlsx" />
 | |
|     <Content Include="File\Material\物料信息补全导入模板.xlsx" />
 | |
|     <None Include="Properties\Settings.settings">
 | |
|       <Generator>SettingsSingleFileGenerator</Generator>
 | |
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <None Include="Scripts\jquery-3.4.1.intellisense.js" />
 | |
|     <Content Include="Scripts\jquery-3.4.1.js" />
 | |
|     <Content Include="Scripts\jquery-3.4.1.min.js" />
 | |
|     <Content Include="Scripts\jquery-3.4.1.slim.js" />
 | |
|     <Content Include="Scripts\jquery-3.4.1.slim.min.js" />
 | |
|     <Content Include="Scripts\modernizr-2.8.3.js" />
 | |
|     <None Include="Web References\Plm_Formula\OAService.disco" />
 | |
|     <Content Include="Web References\WeChatMsg\Reference.map">
 | |
|       <Generator>MSDiscoCodeGenerator</Generator>
 | |
|       <LastGenOutput>Reference.cs</LastGenOutput>
 | |
|     </Content>
 | |
|     <None Include="Web References\Plm_Formula\OAService.wsdl" />
 | |
|     <None Include="Web References\Plm_Formula\Reference.map">
 | |
|       <Generator>MSDiscoCodeGenerator</Generator>
 | |
|       <LastGenOutput>Reference.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <Content Include="Web References\Plm_Formula\RestResult.datasource">
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Content>
 | |
|     <Content Include="Web References\Sap_Material1\dt_mm100_res.datasource">
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Content>
 | |
|     <Content Include="Web References\Sap_Material1\Reference.map">
 | |
|       <Generator>MSDiscoCodeGenerator</Generator>
 | |
|       <LastGenOutput>Reference.cs</LastGenOutput>
 | |
|     </Content>
 | |
|     <None Include="Web References\Sap_Material1\si_mm100_mcs_sender.wsdl" />
 | |
|     <None Include="Web References\WeChatMsg\SendPlmMsgInterface.disco" />
 | |
|     <Content Include="Web.config" />
 | |
|     <Content Include="Web.Debug.config">
 | |
|       <DependentUpon>Web.config</DependentUpon>
 | |
|     </Content>
 | |
|     <Content Include="Web.Release.config">
 | |
|       <DependentUpon>Web.config</DependentUpon>
 | |
|     </Content>
 | |
|     <None Include="Web References\Sap_Formula\Reference.map">
 | |
|       <Generator>MSDiscoCodeGenerator</Generator>
 | |
|       <LastGenOutput>Reference.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <Content Include="Web References\Sap_Formula\dt_pp062_res1.datasource">
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Content>
 | |
|     <None Include="Web References\Sap_Formula\si_pp062_bc_sender.wsdl" />
 | |
|     <Content Include="Web References\Sap_Group\dt_pp071_resDATA.datasource">
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Content>
 | |
|     <None Include="Web References\Sap_Group\Reference.map">
 | |
|       <Generator>MSDiscoCodeGenerator</Generator>
 | |
|       <LastGenOutput>Reference.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <None Include="Web References\Sap_Group\si_pp071_mcs_sender.wsdl" />
 | |
|     <None Include="Web References\WeChatMsg\SendPlmMsgInterface.wsdl" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Folder Include="App_Data\" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="packages.config" />
 | |
|     <Content Include="Scripts\jquery-3.4.1.slim.min.map" />
 | |
|     <Content Include="Scripts\jquery-3.4.1.min.map" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\FactorySystemBll\FactorySystemBll.csproj">
 | |
|       <Project>{de5ca953-c5f7-4df4-81b2-9c3d89849dc5}</Project>
 | |
|       <Name>FactorySystemBll</Name>
 | |
|     </ProjectReference>
 | |
|     <ProjectReference Include="..\FactorySystemCommon\FactorySystemCommon.csproj">
 | |
|       <Project>{ea8e8fc2-b255-4931-bbae-7862f0173cd3}</Project>
 | |
|       <Name>FactorySystemCommon</Name>
 | |
|     </ProjectReference>
 | |
|     <ProjectReference Include="..\FactorySystemModel\FactorySystemModel.csproj">
 | |
|       <Project>{2c1a44d9-d4ba-464e-832b-6108595892d6}</Project>
 | |
|       <Name>FactorySystemModel</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <WebReferences Include="Web References\" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <WebReferenceUrl Include="http://dd.hbflavor.com:8099/PlmMsg/SendPlmMsgInterface.asmx">
 | |
|       <UrlBehavior>Dynamic</UrlBehavior>
 | |
|       <RelPath>Web References\WeChatMsg\</RelPath>
 | |
|       <UpdateFromURL>http://dd.hbflavor.com:8099/PlmMsg/SendPlmMsgInterface.asmx</UpdateFromURL>
 | |
|       <ServiceLocationURL>
 | |
|       </ServiceLocationURL>
 | |
|       <CachedDynamicPropName>
 | |
|       </CachedDynamicPropName>
 | |
|       <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
 | |
|       <CachedSettingsPropName>FactorySystemApi_WeChatMsg_SendPLMMsgInterface</CachedSettingsPropName>
 | |
|     </WebReferenceUrl>
 | |
|     <WebReferenceUrl Include="http://sappoqas.hbglobal.com:50000/dir/wsdl%3fp=ic/20d87a69c09f303695c195ca7731a2c9">
 | |
|       <UrlBehavior>Dynamic</UrlBehavior>
 | |
|       <RelPath>Web References\Sap_Formula\</RelPath>
 | |
|       <UpdateFromURL>http://sappoqas.hbglobal.com:50000/dir/wsdl%3fp=ic/20d87a69c09f303695c195ca7731a2c9</UpdateFromURL>
 | |
|       <ServiceLocationURL>
 | |
|       </ServiceLocationURL>
 | |
|       <CachedDynamicPropName>
 | |
|       </CachedDynamicPropName>
 | |
|       <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
 | |
|       <CachedSettingsPropName>SAP_Formula</CachedSettingsPropName>
 | |
|     </WebReferenceUrl>
 | |
|     <WebReferenceUrl Include="http://sappoqas.hbglobal.com:50000/dir/wsdl%3fp=ic/e07e48bca18c3ffa84b2e1cc3d2ca0b6">
 | |
|       <UrlBehavior>Dynamic</UrlBehavior>
 | |
|       <RelPath>Web References\Sap_Group\</RelPath>
 | |
|       <UpdateFromURL>http://sappoqas.hbglobal.com:50000/dir/wsdl%3fp=ic/e07e48bca18c3ffa84b2e1cc3d2ca0b6</UpdateFromURL>
 | |
|       <ServiceLocationURL>
 | |
|       </ServiceLocationURL>
 | |
|       <CachedDynamicPropName>
 | |
|       </CachedDynamicPropName>
 | |
|       <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
 | |
|       <CachedSettingsPropName>Sap_Group</CachedSettingsPropName>
 | |
|     </WebReferenceUrl>
 | |
|     <WebReferenceUrl Include="http://sappoqas.hbglobal.com:50000/dir/wsdl%3fp=ic/e90f0ead833c328aba271c10a4d823e2">
 | |
|       <UrlBehavior>Dynamic</UrlBehavior>
 | |
|       <RelPath>Web References\Sap_Material1\</RelPath>
 | |
|       <UpdateFromURL>http://sappoqas.hbglobal.com:50000/dir/wsdl%3fp=ic/e90f0ead833c328aba271c10a4d823e2</UpdateFromURL>
 | |
|       <ServiceLocationURL>
 | |
|       </ServiceLocationURL>
 | |
|       <CachedDynamicPropName>
 | |
|       </CachedDynamicPropName>
 | |
|       <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
 | |
|       <CachedSettingsPropName>FactorySystemApi_Sap_Material1_si_mm100_mcs_senderService</CachedSettingsPropName>
 | |
|     </WebReferenceUrl>
 | |
|     <WebReferenceUrl Include="https://plmtest.hbflavor.com/PlmWebService/OAService.asmx">
 | |
|       <UrlBehavior>Dynamic</UrlBehavior>
 | |
|       <RelPath>Web References\Plm_Formula\</RelPath>
 | |
|       <UpdateFromURL>https://plmtest.hbflavor.com/PlmWebService/OAService.asmx</UpdateFromURL>
 | |
|       <ServiceLocationURL>
 | |
|       </ServiceLocationURL>
 | |
|       <CachedDynamicPropName>
 | |
|       </CachedDynamicPropName>
 | |
|       <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
 | |
|       <CachedSettingsPropName>Plm_Formula</CachedSettingsPropName>
 | |
|     </WebReferenceUrl>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <WCFMetadata Include="Connected Services\" />
 | |
|   </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="$(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>58178</DevelopmentServerPort>
 | |
|           <DevelopmentServerVPath>/</DevelopmentServerVPath>
 | |
|           <IISUrl>http://localhost:58178/</IISUrl>
 | |
|           <NTLMAuthentication>False</NTLMAuthentication>
 | |
|           <UseCustomServer>False</UseCustomServer>
 | |
|           <CustomServerUrl>
 | |
|           </CustomServerUrl>
 | |
|           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
 | |
|         </WebProjectProperties>
 | |
|       </FlavorProperties>
 | |
|     </VisualStudio>
 | |
|   </ProjectExtensions>
 | |
|   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
 | |
|     <PropertyGroup>
 | |
|       <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
 | |
|     </PropertyGroup>
 | |
|     <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
 | |
|   </Target>
 | |
|   <!-- 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> |