File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0</TargetFramework >
4- <OutputType >Exe </OutputType >
3+ <TargetFramework >net8.0-windows </TargetFramework >
4+ <OutputType >WinExe </OutputType >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6+ <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
7+ <PlatformTarget >x64</PlatformTarget >
68 <Nullable >enable</Nullable >
79 </PropertyGroup >
810 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
1315 <OutputPath >bin\x64\Release\</OutputPath >
1416 <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
1517 </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
19+ <PublishSingleFile >true</PublishSingleFile >
20+ <IncludeNativeLibrariesForSelfExtract >true</IncludeNativeLibrariesForSelfExtract >
21+ <DebugType >embedded</DebugType >
22+ <DebugSymbols >false</DebugSymbols >
23+ <SelfContained >false</SelfContained >
24+ </PropertyGroup >
1625 <PropertyGroup >
1726 <StartupObject />
1827 </PropertyGroup >
5766 <ItemGroup >
5867 <PackageReference Include =" System.Resources.Extensions" Version =" 8.0.0" />
5968 </ItemGroup >
60- </Project >
69+ </Project >
You can’t perform that action at this time.
0 commit comments