| 123456789101112131415161718192021222324252627282930 | 
							- <Project Sdk="Microsoft.NET.Sdk">
 
-   <PropertyGroup>
 
-     <TargetFramework>net7.0</TargetFramework>
 
-     <ImplicitUsings>enable</ImplicitUsings>
 
-     <Nullable>enable</Nullable>
 
-     <GenerateDocumentationFile>true</GenerateDocumentationFile>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
 
-     <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
 
-     <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
 
-   </PropertyGroup>
 
-   <ItemGroup>
 
-     <None Remove="Systems\puiaxxwa.5zv~" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.5" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <ProjectReference Include="..\ServiceCenter\ServiceCenter.csproj" />
 
-   </ItemGroup>
 
- </Project>
 
 
  |