From 52cb8e9d1363585733dbe9c0855b64e9877d3261 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 07 九月 2023 11:33:51 +0800 Subject: [PATCH] 添加出图接口~ --- MoonExp/MoonExp.csproj | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/MoonExp/MoonExp.csproj b/MoonExp/MoonExp.csproj index 2de8452..d991491 100644 --- a/MoonExp/MoonExp.csproj +++ b/MoonExp/MoonExp.csproj @@ -14,7 +14,7 @@ <RootNamespace>MoonExp</RootNamespace> <AssemblyName>MoonExp</AssemblyName> <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> - <UseIISExpress>true</UseIISExpress> + <UseIISExpress>false</UseIISExpress> <IISExpressSSLPort /> <IISExpressAnonymousAuthentication /> <IISExpressWindowsAuthentication /> @@ -81,13 +81,16 @@ </Reference> </ItemGroup> <ItemGroup> + <Content Include="export.html" /> <Content Include="Global.asax" /> <Content Include="Web.config" /> </ItemGroup> <ItemGroup> <Compile Include="App_Start\WebApiConfig.cs" /> + <Compile Include="Controllers\ExportController.cs" /> <Compile Include="cs\ExportUtil.cs" /> <Compile Include="cs\LogOut.cs" /> + <Compile Include="cs\NoBufferPolicySelector.cs" /> <Compile Include="cs\PostgreHelper.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> @@ -104,7 +107,6 @@ </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> - <Folder Include="Controllers\" /> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> @@ -119,9 +121,9 @@ <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>True</AutoAssignPort> - <DevelopmentServerPort>0</DevelopmentServerPort> + <DevelopmentServerPort>1062</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> - <IISUrl>http://localhost:1380/</IISUrl> + <IISUrl>http://localhost/MoonExp</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer> <CustomServerUrl> -- Gitblit v1.9.3