From 96eac0ce567dc3eef6900ce57dcb4c029fac2082 Mon Sep 17 00:00:00 2001 From: wzp <2880584989@qq.com> Date: 星期四, 16 九月 2021 16:25:17 +0800 Subject: [PATCH] 更新 --- web/Model/Model.csproj | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/web/Model/Model.csproj b/web/Model/Model.csproj index a53b2c4..3f53208 100644 --- a/web/Model/Model.csproj +++ b/web/Model/Model.csproj @@ -61,6 +61,7 @@ <Compile Include="ISessionObject.cs" /> <Compile Include="JsonPageResult.cs" /> <Compile Include="Model\GwBlackPool.cs" /> + <Compile Include="Model\GwClientCertification.cs" /> <Compile Include="Model\GwClientPayLog.cs" /> <Compile Include="Model\GwClientPayMent.cs" /> <Compile Include="Model\GwMobileArea.cs" /> @@ -77,12 +78,8 @@ <Compile Include="Model\SysOperationLog.cs" /> <Compile Include="PageHandler.cs" /> <Compile Include="PageContext.cs" /> - <Compile Include="MasterPageBase.cs"> - <SubType>ASPXCodeBehind</SubType> - </Compile> - <Compile Include="PageBase.cs"> - <SubType>ASPXCodeBehind</SubType> - </Compile> + <Compile Include="MasterPageBase.cs" /> + <Compile Include="PageBase.cs" /> <Compile Include="Model\GwAp.cs" /> <Compile Include="Model\SysMenu.cs" /> <Compile Include="Model\SysUserMenu.cs" /> -- Gitblit v1.9.1