This commit is contained in:
夏菊 2025-03-26 09:01:28 +08:00
parent ce081fbf8a
commit a81695951f
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
UPDATE [dbo].[Sys_Menu]
SET [MenuName] = N'危大(超危大)工程施工方案管理',
SET [MenuName] = N'危大(超危大)工程施工方案管理'
WHERE
CONVERT ( NVARCHAR ( MAX ), [MenuId] ) = N'fd116c94-714b-4b92-a3c9-cc83d358e2b3';
go

View File

@ -19806,7 +19806,7 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- 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">

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>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />