Skip to content

Commit

Permalink
Fixed names of buttons in the tray menu
Browse files Browse the repository at this point in the history
  • Loading branch information
TTLC198 committed Dec 7, 2023
1 parent e3d5c0b commit 641c6bb
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 161 deletions.
9 changes: 9 additions & 0 deletions HSMonitor/HSMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
<SatelliteResourceLanguages>en;ru</SatelliteResourceLanguages>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PlatformTarget>x64</PlatformTarget>
<Prefer32bit>true</Prefer32bit>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="1.1.0" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.3-pre260" />
Expand Down
Loading

0 comments on commit 641c6bb

Please sign in to comment.