Skip to content

Commit 5dac9ec

Browse files
committed
build: target v4.5.1
1 parent af41cf0 commit 5dac9ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

OpenHardwareMonitor/OpenHardwareMonitor.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>OpenHardwareMonitor</RootNamespace>
1212
<AssemblyName>OpenHardwareMonitor</AssemblyName>
13-
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<OldToolsVersion>3.5</OldToolsVersion>
1616
<UpgradeBackupLocation />
@@ -41,6 +41,7 @@
4141
<WarningLevel>4</WarningLevel>
4242
<NoWarn>1607</NoWarn>
4343
<PlatformTarget>x86</PlatformTarget>
44+
<Prefer32Bit>false</Prefer32Bit>
4445
</PropertyGroup>
4546
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
4647
<DebugType>none</DebugType>
@@ -51,6 +52,7 @@
5152
<WarningLevel>4</WarningLevel>
5253
<NoWarn>1607</NoWarn>
5354
<PlatformTarget>x86</PlatformTarget>
55+
<Prefer32Bit>false</Prefer32Bit>
5456
</PropertyGroup>
5557
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
5658
<DebugSymbols>true</DebugSymbols>
@@ -60,6 +62,7 @@
6062
<PlatformTarget>x64</PlatformTarget>
6163
<ErrorReport>prompt</ErrorReport>
6264
<NoWarn>1607</NoWarn>
65+
<Prefer32Bit>false</Prefer32Bit>
6366
</PropertyGroup>
6467
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
6568
<OutputPath>..\build\x64\Release\</OutputPath>
@@ -69,6 +72,7 @@
6972
<PlatformTarget>x64</PlatformTarget>
7073
<ErrorReport>prompt</ErrorReport>
7174
<NoWarn>1607</NoWarn>
75+
<Prefer32Bit>false</Prefer32Bit>
7276
</PropertyGroup>
7377
<PropertyGroup>
7478
<RunPostBuildEvent>Always</RunPostBuildEvent>

0 commit comments

Comments
 (0)