提交代码
This commit is contained in:
		
							parent
							
								
									ee6cf0403d
								
							
						
					
					
						commit
						3c6f5460e6
					
				| 
						 | 
				
			
			@ -62,9 +62,8 @@
 | 
			
		|||
    </Reference>
 | 
			
		||||
    <Reference Include="Microsoft.CSharp" />
 | 
			
		||||
    <Reference Include="Microsoft.JScript" />
 | 
			
		||||
    <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
 | 
			
		||||
      <SpecificVersion>False</SpecificVersion>
 | 
			
		||||
      <HintPath>..\FineUIPro\Net40\Newtonsoft.Json.dll</HintPath>
 | 
			
		||||
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
 | 
			
		||||
      <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
 | 
			
		||||
    </Reference>
 | 
			
		||||
    <Reference Include="NPOI, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
 | 
			
		||||
      <HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.dll</HintPath>
 | 
			
		||||
| 
						 | 
				
			
			@ -101,7 +100,7 @@
 | 
			
		|||
    <Reference Include="System.Web.Services" />
 | 
			
		||||
    <Reference Include="System.EnterpriseServices" />
 | 
			
		||||
    <Reference Include="ThoughtWorks.QRCode">
 | 
			
		||||
      <HintPath>..\..\..\New\HJGL_ZH\FineUIPro.Web\bin\ThoughtWorks.QRCode.dll</HintPath>
 | 
			
		||||
      <HintPath>..\..\..\..\ZHJA_HJGL\HJGL_ZH\FineUIPro.Web\bin\ThoughtWorks.QRCode.dll</HintPath>
 | 
			
		||||
    </Reference>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <ProjectView>ProjectFiles</ProjectView>
 | 
			
		||||
    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
 | 
			
		||||
    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
 | 
			
		||||
    <UseIISExpress>true</UseIISExpress>
 | 
			
		||||
    <Use64BitIISExpress />
 | 
			
		||||
    <IISExpressSSLPort />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,7 @@
 | 
			
		|||
  <FineUIPro DebugMode="false" Theme="Cupertino" />
 | 
			
		||||
  <appSettings>
 | 
			
		||||
    <!--连接字符串-->
 | 
			
		||||
    <add key="ConnectionString" value="Server=.\MSSQLSERVER2016;Database=HJGLDB_NEW;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200" />
 | 
			
		||||
    <add key="ConnectionString" value="Server=.\sql2016;Database=HJGLDB_NEW;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200" />
 | 
			
		||||
    <!--系统名称-->
 | 
			
		||||
    <add key="SystemName" value="诺必达焊接管理系统" />
 | 
			
		||||
    <add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<!--
 | 
			
		||||
  有关如何配置 ASP.NET 应用程序的详细信息,请访问
 | 
			
		||||
  https://go.microsoft.com/fwlink/?LinkId=301879
 | 
			
		||||
| 
						 | 
				
			
			@ -18,6 +18,14 @@
 | 
			
		|||
    <!--每页数量-->
 | 
			
		||||
    <add key="PageSize" value="15"/>
 | 
			
		||||
  </appSettings>
 | 
			
		||||
  <!--
 | 
			
		||||
    有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
 | 
			
		||||
 | 
			
		||||
    可在 <httpRuntime> 标记上设置以下特性。
 | 
			
		||||
      <system.Web>
 | 
			
		||||
        <httpRuntime targetFramework="4.6.1" />
 | 
			
		||||
      </system.Web>
 | 
			
		||||
  -->
 | 
			
		||||
  <system.web>
 | 
			
		||||
    <compilation debug="false" targetFramework="4.6.1"/>
 | 
			
		||||
    <httpRuntime targetFramework="4.6.1"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@
 | 
			
		|||
    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
			
		||||
    <RootNamespace>WebAPI</RootNamespace>
 | 
			
		||||
    <AssemblyName>WebAPI</AssemblyName>
 | 
			
		||||
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
 | 
			
		||||
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
 | 
			
		||||
    <MvcBuildViews>false</MvcBuildViews>
 | 
			
		||||
    <UseIISExpress>true</UseIISExpress>
 | 
			
		||||
    <Use64BitIISExpress />
 | 
			
		||||
| 
						 | 
				
			
			@ -49,14 +49,12 @@
 | 
			
		|||
    <Reference Include="Microsoft.CSharp" />
 | 
			
		||||
    <Reference Include="System" />
 | 
			
		||||
    <Reference Include="System.Data" />
 | 
			
		||||
    <Reference Include="System.Data.DataSetExtensions" />
 | 
			
		||||
    <Reference Include="System.Data.Linq" />
 | 
			
		||||
    <Reference Include="System.Drawing" />
 | 
			
		||||
    <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" />
 | 
			
		||||
    <Reference Include="System.Web.Abstractions" />
 | 
			
		||||
    <Reference Include="System.Web.Routing" />
 | 
			
		||||
| 
						 | 
				
			
			@ -110,7 +108,6 @@
 | 
			
		|||
      <Private>True</Private>
 | 
			
		||||
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
 | 
			
		||||
    </Reference>
 | 
			
		||||
    <Reference Include="System.Xml.Linq" />
 | 
			
		||||
    <Reference Include="WebGrease">
 | 
			
		||||
      <Private>True</Private>
 | 
			
		||||
      <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@
 | 
			
		|||
    <IISExpressWindowsAuthentication />
 | 
			
		||||
    <IISExpressUseClassicPipelineMode />
 | 
			
		||||
    <UseGlobalApplicationHostFile />
 | 
			
		||||
    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
 | 
			
		||||
    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <ProjectExtensions>
 | 
			
		||||
    <VisualStudio>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue