Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/CorApi
diff options
context:
space:
mode:
authorDmitriy Vornychev <dm.s.vornychev@gmail.com>2021-01-20 10:23:25 +0300
committerGitHub <noreply@github.com>2021-01-20 10:23:25 +0300
commitc90ecd979b2ff2c9ee52b34289c5b84736e4c74a (patch)
tree9a71d0af1a986af5cfbe3b9253fe0fd4541a1c77 /CorApi
parentf556cfe197c4975647b97d59a134da8665423d15 (diff)
Change DebugType from `full` to `portable` (#335)
Diffstat (limited to 'CorApi')
-rw-r--r--CorApi/CorApi.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/CorApi/CorApi.csproj b/CorApi/CorApi.csproj
index 018ac2a..98a18e4 100644
--- a/CorApi/CorApi.csproj
+++ b/CorApi/CorApi.csproj
@@ -14,7 +14,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
+ <DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>