Skip to content

Commit 012d1ee

Browse files
tyranidtyranid
authored andcommitted
Added specific .net framework version.
1 parent c7ca3db commit 012d1ee

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

third_party/Be.Windows.Forms.HexBox/Be.Windows.Forms.HexBox.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
33
<PropertyGroup>
44
<ProjectType>Local</ProjectType>
55
<ProductVersion>9.0.30729</ProductVersion>
@@ -30,7 +30,7 @@
3030
<OldToolsVersion>3.5</OldToolsVersion>
3131
<SignAssembly>false</SignAssembly>
3232
<IsWebBootstrapper>false</IsWebBootstrapper>
33-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
33+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
3434
<PublishUrl>publish\</PublishUrl>
3535
<Install>true</Install>
3636
<InstallFrom>Disk</InstallFrom>
@@ -45,7 +45,8 @@
4545
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
4646
<UseApplicationTrust>false</UseApplicationTrust>
4747
<BootstrapperEnabled>true</BootstrapperEnabled>
48-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
48+
<TargetFrameworkProfile>
49+
</TargetFrameworkProfile>
4950
</PropertyGroup>
5051
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
5152
<OutputPath>bin\Debug\</OutputPath>
@@ -69,6 +70,7 @@
6970
<DebugType>full</DebugType>
7071
<ErrorReport>prompt</ErrorReport>
7172
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73+
<Prefer32Bit>false</Prefer32Bit>
7274
</PropertyGroup>
7375
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
7476
<OutputPath>bin\Release\</OutputPath>
@@ -92,6 +94,7 @@
9294
<DebugType>full</DebugType>
9395
<ErrorReport>prompt</ErrorReport>
9496
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97+
<Prefer32Bit>false</Prefer32Bit>
9598
</PropertyGroup>
9699
<ItemGroup>
97100
<Reference Include="System">

third_party/Be.Windows.Forms.HexBox/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)