| <Project Sdk="Microsoft.NET.Sdk">    <PropertyGroup>        <TargetFramework>net7.0</TargetFramework>        <ImplicitUsings>enable</ImplicitUsings>        <Nullable>enable</Nullable>        <NoWarn>$(NoWarn);SYSLIB0021;SYSLIB1045</NoWarn>    </PropertyGroup>    <ItemGroup>      <Compile Remove="Properties\**" />      <EmbeddedResource Remove="Properties\**" />      <None Remove="Properties\**" />    </ItemGroup></Project>
 |