1
wangxinhui
2025-06-10 bb66bf9372783cfb1af35a5384fdc69cc9c56a9f
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj
@@ -5,6 +5,7 @@
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
    <DocumentationFile></DocumentationFile>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -14,6 +15,13 @@
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
    <NoWarn>1701;1702;1591;1573;1570</NoWarn>
  </PropertyGroup>
  <ItemGroup>
    <Compile Remove="wwwroot\Upload\**" />
    <Content Remove="wwwroot\Upload\**" />
    <EmbeddedResource Remove="wwwroot\Upload\**" />
    <None Remove="wwwroot\Upload\**" />
  </ItemGroup>
  <ItemGroup>
    <Content Remove="wwwroot\swg-login.html" />
@@ -47,7 +55,10 @@
   </ItemGroup>
   
   <ItemGroup>
     <ProjectReference Include="..\WIDESEA_ApprovalService\WIDESEA_ApprovalService.csproj" />
     <ProjectReference Include="..\WIDESEA_BasicService\WIDESEA_BasicService.csproj" />
     <ProjectReference Include="..\WIDESEA_CheckService\WIDESEA_CheckService.csproj" />
     <ProjectReference Include="..\WIDESEA_External\WIDESEA_External.csproj" />
     <ProjectReference Include="..\WIDESEA_InboundService\WIDESEA_InboundService.csproj" />
     <ProjectReference Include="..\WIDESEA_OutboundService\WIDESEA_OutboundService.csproj" />
     <ProjectReference Include="..\WIDESEA_RecordService\WIDESEA_RecordService.csproj" />
@@ -57,6 +68,12 @@
   </ItemGroup>
   
   <ItemGroup>
     <Content Update="wwwroot\favicon.ico">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>
     <Content Update="wwwroot\logo.jpg.jpg">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>
     <Content Update="wwwroot\WIDESEA_DB.DBSeed.Json\Sys_Dictionary.tsv">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>
@@ -75,6 +92,6 @@
   </ItemGroup>
   
   <ItemGroup>
     <Folder Include="wwwroot\Upload\" />
     <Folder Include="Log\" />
   </ItemGroup>
</Project>