| <Project Sdk="Microsoft.NET.Sdk"> | 
|   | 
|   <PropertyGroup> | 
|     <TargetFramework>net6.0</TargetFramework> | 
|     <ImplicitUsings>enable</ImplicitUsings> | 
|     <Nullable>enable</Nullable> | 
|   </PropertyGroup> | 
|   | 
|   <ItemGroup> | 
|     <ProjectReference Include="..\LogLibrary\LogLibrary.csproj" /> | 
|     <ProjectReference Include="..\WIDESEA_Cache\WIDESEA_Cache.csproj" /> | 
|     <ProjectReference Include="..\WIDESEA_Common\WIDESEA_Common.csproj" /> | 
|     <ProjectReference Include="..\WIDESEA_IStoragIntegrationServices\WIDESEA_IStoragIntegrationServices.csproj" /> | 
|     <ProjectReference Include="..\WIDESEA_Services\WIDESEA_Services.csproj" /> | 
|     <ProjectReference Include="..\WIDESEA_StorageBasicServices\WIDESEA_StorageBasicServices.csproj" /> | 
|   </ItemGroup> | 
|   | 
| </Project> |