Skip to content

Commit fb3f07a

Browse files
committed
AnyCPU configuration
1 parent 73cd216 commit fb3f07a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

UnitTests/MonoDevelop.Debugger.Tests.TestApp/MonoDevelop.Debugger.Tests.TestApp.csproj

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,29 @@
3232
<NoWarn>1591;1573</NoWarn>
3333
<DebugSymbols>true</DebugSymbols>
3434
</PropertyGroup>
35+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36+
<DebugSymbols>True</DebugSymbols>
37+
<DebugType>full</DebugType>
38+
<Optimize>False</Optimize>
39+
<OutputPath>bin\Debug</OutputPath>
40+
<DefineConstants>DEBUG</DefineConstants>
41+
<ErrorReport>prompt</ErrorReport>
42+
<WarningLevel>4</WarningLevel>
43+
<PlatformTarget>AnyCPU</PlatformTarget>
44+
<NoWarn>1591;1573</NoWarn>
45+
<Prefer32Bit>False</Prefer32Bit>
46+
</PropertyGroup>
47+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48+
<DebugType>pdbonly</DebugType>
49+
<Optimize>true</Optimize>
50+
<OutputPath>bin\Release</OutputPath>
51+
<ErrorReport>prompt</ErrorReport>
52+
<WarningLevel>4</WarningLevel>
53+
<PlatformTarget>AnyCPU</PlatformTarget>
54+
<NoWarn>1591;1573</NoWarn>
55+
<DebugSymbols>true</DebugSymbols>
56+
<Prefer32Bit>False</Prefer32Bit>
57+
</PropertyGroup>
3558
<ItemGroup>
3659
<Reference Include="System" />
3760
<Reference Include="System.Xml" />

0 commit comments

Comments
 (0)