This commit is contained in:
parent
16f4fca72e
commit
bdac1c87cf
|
|
@ -985,7 +985,7 @@
|
||||||
<Content Include="HSSE\Check\CheckHolidayEdit.aspx" />
|
<Content Include="HSSE\Check\CheckHolidayEdit.aspx" />
|
||||||
<Content Include="HSSE\Check\CheckHolidayPrint.aspx" />
|
<Content Include="HSSE\Check\CheckHolidayPrint.aspx" />
|
||||||
<Content Include="HSSE\Check\CheckHolidayView.aspx" />
|
<Content Include="HSSE\Check\CheckHolidayView.aspx" />
|
||||||
<Content Include="HSSE\Check\CheckSpecialDetailIn.aspx" />
|
<Content Include="HSSE\Check\CheckSpecialProDetailIn.aspx" />
|
||||||
<Content Include="HSSE\Check\CheckSpecialProEdit.aspx" />
|
<Content Include="HSSE\Check\CheckSpecialProEdit.aspx" />
|
||||||
<Content Include="HSSE\Check\CheckSpecialPro.aspx" />
|
<Content Include="HSSE\Check\CheckSpecialPro.aspx" />
|
||||||
<Content Include="HSSE\Check\CheckSpecial.aspx" />
|
<Content Include="HSSE\Check\CheckSpecial.aspx" />
|
||||||
|
|
@ -11377,12 +11377,12 @@
|
||||||
<Compile Include="HSSE\Check\CheckHolidayView.aspx.designer.cs">
|
<Compile Include="HSSE\Check\CheckHolidayView.aspx.designer.cs">
|
||||||
<DependentUpon>CheckHolidayView.aspx</DependentUpon>
|
<DependentUpon>CheckHolidayView.aspx</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="HSSE\Check\CheckSpecialDetailIn.aspx.cs">
|
<Compile Include="HSSE\Check\CheckSpecialProDetailIn.aspx.cs">
|
||||||
<DependentUpon>CheckSpecialDetailIn.aspx</DependentUpon>
|
<DependentUpon>CheckSpecialProDetailIn.aspx</DependentUpon>
|
||||||
<SubType>ASPXCodeBehind</SubType>
|
<SubType>ASPXCodeBehind</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="HSSE\Check\CheckSpecialDetailIn.aspx.designer.cs">
|
<Compile Include="HSSE\Check\CheckSpecialProDetailIn.aspx.designer.cs">
|
||||||
<DependentUpon>CheckSpecialDetailIn.aspx</DependentUpon>
|
<DependentUpon>CheckSpecialProDetailIn.aspx</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="HSSE\Check\CheckSpecialProEdit.aspx.cs">
|
<Compile Include="HSSE\Check\CheckSpecialProEdit.aspx.cs">
|
||||||
<DependentUpon>CheckSpecialProEdit.aspx</DependentUpon>
|
<DependentUpon>CheckSpecialProEdit.aspx</DependentUpon>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<%@ Page Language="C#" CodeBehind="CheckSpecialDetailIn.aspx.cs" Inherits="FineUIPro.Web.HSSE.Check.CheckSpecialProDetailIn" %>
|
<%@ Page Language="C#" CodeBehind="CheckSpecialProDetailIn.aspx.cs" Inherits="FineUIPro.Web.HSSE.Check.CheckSpecialProDetailIn" %>
|
||||||
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue