|
15 | 15 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
16 | 16 | <FileAlignment>512</FileAlignment>
|
17 | 17 | </PropertyGroup>
|
18 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
| 18 | + <PropertyGroup> |
| 19 | + <NoWin32Manifest>true</NoWin32Manifest> |
| 20 | + </PropertyGroup> |
| 21 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
20 | 22 | <DebugSymbols>true</DebugSymbols>
|
21 |
| - <DebugType>full</DebugType> |
22 |
| - <Optimize>false</Optimize> |
23 | 23 | <OutputPath>$(xrBinDir)</OutputPath>
|
24 | 24 | <IntermediateOutputPath>$(xrIntDir)$(AssemblyName)\</IntermediateOutputPath>
|
25 | 25 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
| 26 | + <DebugType>full</DebugType> |
| 27 | + <PlatformTarget>x86</PlatformTarget> |
26 | 28 | <ErrorReport>prompt</ErrorReport>
|
27 |
| - <WarningLevel>4</WarningLevel> |
| 29 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
28 | 30 | </PropertyGroup>
|
29 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
31 |
| - <DebugType>pdbonly</DebugType> |
32 |
| - <Optimize>true</Optimize> |
| 31 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
33 | 32 | <OutputPath>$(xrBinDir)</OutputPath>
|
34 | 33 | <IntermediateOutputPath>$(xrIntDir)$(AssemblyName)\</IntermediateOutputPath>
|
35 | 34 | <DefineConstants>TRACE</DefineConstants>
|
| 35 | + <Optimize>true</Optimize> |
| 36 | + <DebugType>pdbonly</DebugType> |
| 37 | + <PlatformTarget>x86</PlatformTarget> |
36 | 38 | <ErrorReport>prompt</ErrorReport>
|
37 |
| - <WarningLevel>4</WarningLevel> |
38 |
| - </PropertyGroup> |
39 |
| - <PropertyGroup> |
40 |
| - <NoWin32Manifest>true</NoWin32Manifest> |
| 39 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
41 | 40 | </PropertyGroup>
|
42 | 41 | <ItemGroup>
|
43 | 42 | <Reference Include="Flobbster.Windows.Forms.PropertyGrid, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" />
|
|
94 | 93 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
95 | 94 | </Compile>
|
96 | 95 | </ItemGroup>
|
97 |
| - <ItemGroup /> |
98 | 96 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
99 | 97 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
100 | 98 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments