Skip to content

Commit

Permalink
Fixed a bug related to running the program on older systems
Browse files Browse the repository at this point in the history
  • Loading branch information
TTLC198 committed Dec 4, 2023
1 parent bcd7722 commit 1ddfc50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions HSMonitor/HSMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
<RootNamespace>HSMonitor</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ApplicationIcon>Resources/Images/favicon.ico</ApplicationIcon>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<RuntimeIdentifiers>win10-x64;win10-x86</RuntimeIdentifiers>
<IsPackable>false</IsPackable>
<PublishSingleFile>false</PublishSingleFile>
<SelfContained>false</SelfContained>
<_SuppressWpfTrimError>true</_SuppressWpfTrimError>
<PublishTrimmed>false</PublishTrimmed>
<SatelliteResourceLanguages>en;ru</SatelliteResourceLanguages>
</PropertyGroup>

Expand Down

0 comments on commit 1ddfc50

Please sign in to comment.