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 1414 </PropertyGroup >
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1616 <DebugSymbols >True</DebugSymbols >
17- <DebugType >portable </DebugType >
17+ <DebugType >embedded </DebugType >
1818 <Optimize >False</Optimize >
1919 <OutputPath >bin\Debug</OutputPath >
2020 <DefineConstants >MONO_DATACONVERTER_STATIC_METHODS;ENABLE_CECIL</DefineConstants >
2525 </PropertyGroup >
2626 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2727 <DebugSymbols >True</DebugSymbols >
28- <DebugType >pdbonly </DebugType >
28+ <DebugType >embedded </DebugType >
2929 <Optimize >True</Optimize >
3030 <OutputPath >bin\Release</OutputPath >
3131 <ErrorReport >prompt</ErrorReport >
Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1515 <DebugSymbols >True</DebugSymbols >
16- <DebugType >portable </DebugType >
16+ <DebugType >embedded </DebugType >
1717 <Optimize >False</Optimize >
1818 <OutputPath >bin\Debug</OutputPath >
1919 <DefineConstants >DEBUG</DefineConstants >
2323 <DocumentationFile >bin\Debug\Mono.Debugging.Soft.xml</DocumentationFile >
2424 </PropertyGroup >
2525 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly </DebugType >
26+ <DebugType >embedded </DebugType >
2727 <Optimize >true</Optimize >
2828 <OutputPath >bin\Release</OutputPath >
2929 <ErrorReport >prompt</ErrorReport >
Original file line number Diff line number Diff line change 1515 </PropertyGroup >
1616 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1717 <DebugSymbols >True</DebugSymbols >
18- <DebugType >portable </DebugType >
18+ <DebugType >embedded </DebugType >
1919 <Optimize >False</Optimize >
2020 <OutputPath >bin\Debug</OutputPath >
2121 <DefineConstants >DEBUG</DefineConstants >
2929 <DocumentationFile >bin\Debug\Mono.Debugging.xml</DocumentationFile >
3030 </PropertyGroup >
3131 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32- <DebugType >pdbonly </DebugType >
32+ <DebugType >embedded </DebugType >
3333 <Optimize >true</Optimize >
3434 <OutputPath >bin\Release</OutputPath >
3535 <ErrorReport >prompt</ErrorReport >
You can’t perform that action at this time.
0 commit comments