From d02b0ea2776bbec9c23b56a5b107a027bc7bcb84 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期三, 20 三月 2024 15:24:29 +0800 Subject: [PATCH] 长江水位放在API中 --- WebApi/IStation.ChEr.WebApi.csproj.user | 17 +++++------------ 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/WebApi/IStation.ChEr.WebApi.csproj.user b/WebApi/IStation.ChEr.WebApi.csproj.user index e242c61..ae50f9e 100644 --- a/WebApi/IStation.ChEr.WebApi.csproj.user +++ b/WebApi/IStation.ChEr.WebApi.csproj.user @@ -1,14 +1,16 @@ 锘�<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> + <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> <UseIISExpress>true</UseIISExpress> - <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> <Use64BitIISExpress /> - <IISExpressSSLPort /> + <IISExpressSSLPort>44318</IISExpressSSLPort> <IISExpressAnonymousAuthentication /> <IISExpressWindowsAuthentication /> <IISExpressUseClassicPipelineMode /> <UseGlobalApplicationHostFile /> + <ProjectView>ShowAllFiles</ProjectView> + <NameOfLastUsedPublishProfile>D:\WorkData\IStation\ChEq\CodeV1.3\WebApi\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile> </PropertyGroup> <ProjectExtensions> <VisualStudio> @@ -31,15 +33,6 @@ </StartWorkingDirectory> <EnableENC>True</EnableENC> <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug> - <UseIIS>True</UseIIS> - <AutoAssignPort>True</AutoAssignPort> - <DevelopmentServerPort>0</DevelopmentServerPort> - <DevelopmentServerVPath>/</DevelopmentServerVPath> - <IISUrl>http://localhost:20577/</IISUrl> - <NTLMAuthentication>False</NTLMAuthentication> - <UseCustomServer>False</UseCustomServer> - <CustomServerUrl> - </CustomServerUrl> </WebProjectProperties> </FlavorProperties> </VisualStudio> -- Gitblit v1.9.3