提交代码

This commit is contained in:
2024-07-23 10:23:32 +08:00
parent 91eb8f4b50
commit f568af1eac
6 changed files with 160 additions and 152 deletions
+8
View File
@@ -901,6 +901,7 @@
<Content Include="HSSE\Check\ContactList.aspx" />
<Content Include="HSSE\Check\ContactListEdit.aspx" />
<Content Include="HSSE\Check\ContactListView.aspx" />
<Content Include="HSSE\Check\HiddenTroubleManager.aspx" />
<Content Include="HSSE\Check\HSECertificate.aspx" />
<Content Include="HSSE\Check\HSECertificateEdit.aspx" />
<Content Include="HSSE\Check\HSECertificateView.aspx" />
@@ -10703,6 +10704,13 @@
<Compile Include="HSSE\Check\ContactListView.aspx.designer.cs">
<DependentUpon>ContactListView.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Check\HiddenTroubleManager.aspx.cs">
<DependentUpon>HiddenTroubleManager.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="HSSE\Check\HiddenTroubleManager.aspx.designer.cs">
<DependentUpon>HiddenTroubleManager.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Check\HSECertificate.aspx.cs">
<DependentUpon>HSECertificate.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress>false</Use64BitIISExpress>
<IISExpressSSLPort />
+1 -1
View File
@@ -77,7 +77,7 @@
<add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false"/>
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
</httpHandlers>
<compilation debug="true" targetFramework="4.6.1"/>
<compilation debug="false" targetFramework="4.6.1"/>
<httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000"/>
<authentication mode="Forms">
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/"/>