|
1 | 1 | <?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"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>MissionEditor2</RootNamespace> |
12 | 12 | <AssemblyName>MissionEditor2</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | | - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 13 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkProfile> |
| 15 | + </TargetFrameworkProfile> |
15 | 16 | <FileAlignment>512</FileAlignment> |
16 | 17 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
17 | 18 | <WarningLevel>4</WarningLevel> |
|
25 | 26 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
26 | 27 | <ErrorReport>prompt</ErrorReport> |
27 | 28 | <WarningLevel>4</WarningLevel> |
| 29 | + <Prefer32Bit>false</Prefer32Bit> |
28 | 30 | </PropertyGroup> |
29 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
30 | 32 | <PlatformTarget>x86</PlatformTarget> |
|
36 | 38 | <WarningLevel>4</WarningLevel> |
37 | 39 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
38 | 40 | <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet> |
| 41 | + <Prefer32Bit>false</Prefer32Bit> |
39 | 42 | </PropertyGroup> |
40 | 43 | <PropertyGroup> |
41 | 44 | <RunPostBuildEvent>Always</RunPostBuildEvent> |
|
0 commit comments