File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
UnitTests/MonoDevelop.Debugger.Tests.TestApp Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 32
32
<NoWarn >1591;1573</NoWarn >
33
33
<DebugSymbols >true</DebugSymbols >
34
34
</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 >
35
58
<ItemGroup >
36
59
<Reference Include =" System" />
37
60
<Reference Include =" System.Xml" />
You can’t perform that action at this time.
0 commit comments