Skip to content

Commit 84bedbb

Browse files
committed
update missioneditor2 to .net 48
1 parent 294e285 commit 84bedbb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

MissionEditor/MissionEditor2/MissionEditor2.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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
@@ -10,8 +10,9 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>MissionEditor2</RootNamespace>
1212
<AssemblyName>MissionEditor2</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
13+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
14+
<TargetFrameworkProfile>
15+
</TargetFrameworkProfile>
1516
<FileAlignment>512</FileAlignment>
1617
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1718
<WarningLevel>4</WarningLevel>
@@ -25,6 +26,7 @@
2526
<DefineConstants>DEBUG;TRACE</DefineConstants>
2627
<ErrorReport>prompt</ErrorReport>
2728
<WarningLevel>4</WarningLevel>
29+
<Prefer32Bit>false</Prefer32Bit>
2830
</PropertyGroup>
2931
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
3032
<PlatformTarget>x86</PlatformTarget>
@@ -36,6 +38,7 @@
3638
<WarningLevel>4</WarningLevel>
3739
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
3840
<CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
41+
<Prefer32Bit>false</Prefer32Bit>
3942
</PropertyGroup>
4043
<PropertyGroup>
4144
<RunPostBuildEvent>Always</RunPostBuildEvent>

0 commit comments

Comments
 (0)