Skip to content

Commit 045fd4c

Browse files
authored
Merge pull request #94 from DevChatter/benrick/single-file
Regroup properties
2 parents 03c1abc + f2e225a commit 045fd4c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/InteractiveSeven/InteractiveSeven.csproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
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>

0 commit comments

Comments
 (0)