File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
16
<DebugSymbols >True</DebugSymbols >
17
- <DebugType >portable </DebugType >
17
+ <DebugType >embedded </DebugType >
18
18
<Optimize >False</Optimize >
19
19
<OutputPath >bin\Debug</OutputPath >
20
20
<DefineConstants >MONO_DATACONVERTER_STATIC_METHODS;ENABLE_CECIL</DefineConstants >
25
25
</PropertyGroup >
26
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
27
<DebugSymbols >True</DebugSymbols >
28
- <DebugType >pdbonly </DebugType >
28
+ <DebugType >embedded </DebugType >
29
29
<Optimize >True</Optimize >
30
30
<OutputPath >bin\Release</OutputPath >
31
31
<ErrorReport >prompt</ErrorReport >
Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15
15
<DebugSymbols >True</DebugSymbols >
16
- <DebugType >portable </DebugType >
16
+ <DebugType >embedded </DebugType >
17
17
<Optimize >False</Optimize >
18
18
<OutputPath >bin\Debug</OutputPath >
19
19
<DefineConstants >DEBUG</DefineConstants >
23
23
<DocumentationFile >bin\Debug\Mono.Debugging.Soft.xml</DocumentationFile >
24
24
</PropertyGroup >
25
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >pdbonly </DebugType >
26
+ <DebugType >embedded </DebugType >
27
27
<Optimize >true</Optimize >
28
28
<OutputPath >bin\Release</OutputPath >
29
29
<ErrorReport >prompt</ErrorReport >
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
17
<DebugSymbols >True</DebugSymbols >
18
- <DebugType >portable </DebugType >
18
+ <DebugType >embedded </DebugType >
19
19
<Optimize >False</Optimize >
20
20
<OutputPath >bin\Debug</OutputPath >
21
21
<DefineConstants >DEBUG</DefineConstants >
29
29
<DocumentationFile >bin\Debug\Mono.Debugging.xml</DocumentationFile >
30
30
</PropertyGroup >
31
31
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
- <DebugType >pdbonly </DebugType >
32
+ <DebugType >embedded </DebugType >
33
33
<Optimize >true</Optimize >
34
34
<OutputPath >bin\Release</OutputPath >
35
35
<ErrorReport >prompt</ErrorReport >
You can’t perform that action at this time.
0 commit comments