|
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | | - <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
| 6 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 7 | <ProjectGuid>{5EA53243-5C52-4F9C-A730-C35F6C68FB74}</ProjectGuid> |
8 | 8 | <OutputType>WinExe</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
|
14 | 14 | <ApplicationIcon>..\ORTS.ico</ApplicationIcon> |
15 | 15 | <TargetFrameworkProfile /> |
16 | 16 | </PropertyGroup> |
17 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 17 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
18 | 18 | <DebugSymbols>true</DebugSymbols> |
19 | 19 | <DebugType>full</DebugType> |
20 | 20 | <Optimize>false</Optimize> |
21 | 21 | <OutputPath>..\..\Program\</OutputPath> |
22 | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
23 | 23 | <ErrorReport>prompt</ErrorReport> |
24 | 24 | <WarningLevel>4</WarningLevel> |
25 | | - <PlatformTarget>x86</PlatformTarget> |
| 25 | + <PlatformTarget>AnyCPU</PlatformTarget> |
26 | 26 | <PlatformTarget>AnyCPU</PlatformTarget> |
27 | 27 | <PlatformTarget>AnyCPU</PlatformTarget> |
28 | 28 | <Prefer32Bit>false</Prefer32Bit> |
29 | 29 | <LangVersion>7.3</LangVersion> |
30 | 30 | </PropertyGroup> |
31 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 31 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
32 | 32 | <DebugType>pdbonly</DebugType> |
33 | 33 | <Optimize>true</Optimize> |
34 | 34 | <OutputPath>..\..\Program\</OutputPath> |
35 | 35 | <DefineConstants>TRACE</DefineConstants> |
36 | 36 | <ErrorReport>prompt</ErrorReport> |
37 | 37 | <WarningLevel>4</WarningLevel> |
38 | 38 | <DocumentationFile>..\..\Program\Menu.xml</DocumentationFile> |
39 | | - <PlatformTarget>x86</PlatformTarget> |
| 39 | + <PlatformTarget>AnyCPU</PlatformTarget> |
40 | 40 | <NoWarn>1591</NoWarn> |
41 | 41 | <Prefer32Bit>false</Prefer32Bit> |
42 | 42 | <LangVersion>7.3</LangVersion> |
|
0 commit comments