From e8628464232bba7cfacfcc87de17a84cda480a98 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 16 十一月 2022 13:50:08 +0800 Subject: [PATCH] 1 --- ExportMap/ExportMap.csproj | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ExportMap/ExportMap.csproj b/ExportMap/ExportMap.csproj index 0a685a6..b58d53a 100644 --- a/ExportMap/ExportMap.csproj +++ b/ExportMap/ExportMap.csproj @@ -124,6 +124,7 @@ <ItemGroup> <Compile Include="App_Start\WebApiConfig.cs" /> <Compile Include="Controllers\ExportController.cs" /> + <Compile Include="Controllers\FloatServerController.cs" /> <Compile Include="Controllers\licenseEncryptionController.cs" /> <Compile Include="cs\CacheUtil.cs" /> <Compile Include="cs\CustomMultipartFormDataStreamProvider.cs" /> @@ -187,7 +188,9 @@ </ItemGroup> <ItemGroup> <None Include="Properties\PublishProfiles\Release.pubxml" /> - <Content Include="Sources\Log.config" /> + <Content Include="Sources\Log.config"> + <SubType>Designer</SubType> + </Content> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> -- Gitblit v1.9.3