Skip to content

Commit 43af1a2

Browse files
committed
Up .NET Framework version to 4.5 because RT.Util was upped to 4.5 at some point
1 parent 6bb76c6 commit 43af1a2

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Src/EsotericIDE.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>EsotericIDE</RootNamespace>
1212
<AssemblyName>EsotericIDE</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
13+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14+
<TargetFrameworkProfile>
15+
</TargetFrameworkProfile>
1516
<FileAlignment>512</FileAlignment>
1617
<OutputPath>..\Builds\$(Configuration)\</OutputPath>
1718
<IntermediateOutputPath>..\Builds\$(Configuration)\obj-$(AssemblyName)\</IntermediateOutputPath>
@@ -22,12 +23,14 @@
2223
<DefineConstants>DEBUG;TRACE</DefineConstants>
2324
<DebugType>full</DebugType>
2425
<PlatformTarget>AnyCPU</PlatformTarget>
26+
<Prefer32Bit>false</Prefer32Bit>
2527
</PropertyGroup>
2628
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
2729
<DefineConstants>TRACE</DefineConstants>
2830
<Optimize>true</Optimize>
2931
<DebugType>pdbonly</DebugType>
3032
<PlatformTarget>AnyCPU</PlatformTarget>
33+
<Prefer32Bit>false</Prefer32Bit>
3134
</PropertyGroup>
3235
<PropertyGroup>
3336
<ApplicationIcon>Resources\EsotericIDEIcon.ico</ApplicationIcon>

Src/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)