<Project Sdk="Microsoft.NET.Sdk"> <ItemGroup> <ProjectReference Include="..\ReMime\ReMime.csproj" /> </ItemGroup> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>disable</ImplicitUsings> <Nullable>enable</Nullable> <SelfContained>true</SelfContained> <PublishSingleFile>true</PublishSingleFile> <AssemblyName>refile</AssemblyName> </PropertyGroup> </Project>