Skip to content

Commit

Permalink
Regroup properties
Browse files Browse the repository at this point in the history
  • Loading branch information
benrick committed Feb 17, 2023
1 parent 03c1abc commit f2e225a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/InteractiveSeven/InteractiveSeven.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<UseWPF>true</UseWPF>
<ApplicationIcon>logowork_X8u_icon.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>0.9.1.0</AssemblyVersion>
<FileVersion>0.9.1.0</FileVersion>
<Version>0.9.1</Version>
</PropertyGroup>

<PropertyGroup>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
</PropertyGroup>
Expand Down

0 comments on commit f2e225a

Please sign in to comment.