File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
55 <TargetFramework >net7.0-windows</TargetFramework >
6- <PublishSingleFile >true</PublishSingleFile >
7- <SelfContained >true</SelfContained >
86 <UseWPF >true</UseWPF >
97 <ApplicationIcon >logowork_X8u_icon.ico</ApplicationIcon >
8+ </PropertyGroup >
9+
10+ <PropertyGroup >
1011 <AssemblyVersion >0.9.1.0</AssemblyVersion >
1112 <FileVersion >0.9.1.0</FileVersion >
1213 <Version >0.9.1</Version >
14+ </PropertyGroup >
15+
16+ <PropertyGroup >
17+ <SelfContained >true</SelfContained >
18+ <PublishSingleFile >true</PublishSingleFile >
19+ <IncludeAllContentForSelfExtract >true</IncludeAllContentForSelfExtract >
1320 <RuntimeIdentifier >win-x64</RuntimeIdentifier >
1421 <ValidateExecutableReferencesMatchSelfContained >false</ValidateExecutableReferencesMatchSelfContained >
1522 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments