|
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>{3CC2654B-2108-4A38-AFFF-82718703EBE3}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
|
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir> |
15 | 15 | <RestorePackages>true</RestorePackages> |
16 | 16 | </PropertyGroup> |
17 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 17 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
18 | 18 | <DebugSymbols>true</DebugSymbols> |
19 | | - <OutputPath>bin\x86\Debug\</OutputPath> |
| 19 | + <OutputPath>bin\Debug\</OutputPath> |
20 | 20 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
21 | 21 | <DebugType>full</DebugType> |
22 | | - <PlatformTarget>x86</PlatformTarget> |
| 22 | + <PlatformTarget>AnyCPU</PlatformTarget> |
23 | 23 | <ErrorReport>prompt</ErrorReport> |
24 | 24 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
25 | 25 | </PropertyGroup> |
26 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
27 | | - <OutputPath>bin\x86\Release\</OutputPath> |
| 26 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
| 27 | + <OutputPath>bin\Release\</OutputPath> |
28 | 28 | <DefineConstants>TRACE</DefineConstants> |
29 | 29 | <Optimize>true</Optimize> |
30 | 30 | <DebugType>pdbonly</DebugType> |
31 | | - <PlatformTarget>x86</PlatformTarget> |
| 31 | + <PlatformTarget>AnyCPU</PlatformTarget> |
32 | 32 | <ErrorReport>prompt</ErrorReport> |
33 | 33 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
34 | 34 | </PropertyGroup> |
|
0 commit comments