Published using the following settings:
dotnet publish .\audio-powered-gpt.csproj -c Release -o C:\Publish -r win-x64 --self-contained true
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<RootNamespace>audio_powered_gpt</RootNamespace>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU</Platforms>
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<PublishSingleFile>true</PublishSingleFile>
<Version>2.0.2</Version>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>