| | |
| | | <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" /> |
| | | <ProjectReference Include="..\WIDESEA_RecordService\WIDESEA_RecordService.csproj" /> |
| | |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Folder Include="wwwroot\Upload\" /> |
| | | <Folder Include="Log\" /> |
| | | </ItemGroup> |
| | | </Project> |