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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-05-25 22:49:31 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-05-30 21:05:03 +0300
commit8238bd411088274627cc23f79ab780d4afc25435 (patch)
treef5a6b22c101250073f8b6ad224faea4fc99d60ec /dir.props
parentfe513dbbf0660f324cccb3f937af342a1f7bc6d2 (diff)
Make portable builds the default and remove non-portable official builds
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index 0904404a18..ba2b70257b 100644
--- a/dir.props
+++ b/dir.props
@@ -75,6 +75,8 @@
<!-- Default any assembly not specifying a key to use the Open Key -->
<AssemblyKey>Open</AssemblyKey>
<RunApiCompat>true</RunApiCompat>
+ <!-- Build as portable by default -->
+ <PortableBuild Condition="'$(PortableBuild)' == ''">true</PortableBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' == 'true' and '$(Configuration)' != ''">