|  |  |  | 
|---|
|  |  |  | <Nullable>enable</Nullable> | 
|---|
|  |  |  | <ImplicitUsings>enable</ImplicitUsings> | 
|---|
|  |  |  | <GenerateDocumentationFile>True</GenerateDocumentationFile> | 
|---|
|  |  |  | <DocumentationFile></DocumentationFile> | 
|---|
|  |  |  | </PropertyGroup> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <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" /> | 
|---|
|  |  |  | 
|---|
|  |  |  | </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" /> | 
|---|
|  |  |  | 
|---|
|  |  |  | </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> | 
|---|
|  |  |  | 
|---|
|  |  |  | </ItemGroup> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <ItemGroup> | 
|---|
|  |  |  | <Folder Include="wwwroot\Upload\" /> | 
|---|
|  |  |  | <Folder Include="Log\" /> | 
|---|
|  |  |  | </ItemGroup> | 
|---|
|  |  |  | </Project> | 
|---|