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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-08-23 02:36:31 +0300
committerJan Kotas <jkotas@microsoft.com>2017-08-23 02:36:31 +0300
commit4c446d524a8d8a14856c2221a3e6a8a6d1cc56fc (patch)
treef54c8f3d69a641de0164acebdb6778f9e412f443 /dir.props
parent4135dc55b48e29f374f6a254064840430d1f0fe6 (diff)
Generate portable PDBs by default for managed projects (#4362)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index 875dbe3a6..cac6fabdd 100644
--- a/dir.props
+++ b/dir.props
@@ -104,6 +104,7 @@
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<LangVersion>7</LangVersion>
+ <DebugType Condition="'$(IsProjectNLibrary)' != 'true'">portable</DebugType>
</PropertyGroup>
<!-- Set up handling of build warnings -->