<Project Sdk="Microsoft.NET.Sdk"> 
 | 
  
 | 
    <PropertyGroup> 
 | 
        <TargetFramework>net6.0</TargetFramework> 
 | 
        <ImplicitUsings>enable</ImplicitUsings> 
 | 
        <Nullable>enable</Nullable> 
 | 
    </PropertyGroup> 
 | 
  
 | 
    <ItemGroup> 
 | 
        <ProjectReference Include="..\WIDESEAWCS_BasicInfoService\WIDESEAWCS_BasicInfoService.csproj" /> 
 | 
        <ProjectReference Include="..\WIDESEAWCS_ISystemServices\WIDESEAWCS_ISystemServices.csproj" /> 
 | 
        <ProjectReference Include="..\WIDESEAWCS_ITaskInfoService\WIDESEAWCS_ITaskInfoService.csproj" /> 
 | 
        <ProjectReference Include="..\WIDESEAWCS_IWMSPart\WIDESEAWCS_IWMSPart.csproj" /> 
 | 
    </ItemGroup> 
 | 
  
 | 
</Project> 
 |