summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-22 20:08:05 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-22 20:22:38 -0800
commit1a5523c0c04427ed872af85c5d155926cf55e1b8 (patch)
tree45f2fe47d9cc96b8874bf26fd78d2b3ddea03646 /clr.coreclr.props
parent4aa0b8d6ec28ce759effe64c6babd4ae74018bce (diff)
downloadcoreclr-1a5523c0c04427ed872af85c5d155926cf55e1b8.tar.gz
coreclr-1a5523c0c04427ed872af85c5d155926cf55e1b8.tar.bz2
coreclr-1a5523c0c04427ed872af85c5d155926cf55e1b8.zip
remove FEATURE_CORECLR (not used in cs)
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index c8c391ced2..a036310b50 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -8,7 +8,6 @@
<FeatureArrayStubAsIL Condition="('$(TargetArch)' == 'arm') or ('$(TargetArch)' == 'amd64') or ('$(TargetArch)' == 'arm64')">true</FeatureArrayStubAsIL>
<FeatureStubsAsIL Condition="'$(TargetArch)' == 'arm64'">true</FeatureStubsAsIL>
<FeatureCominteropApartmentSupport>true</FeatureCominteropApartmentSupport>
- <FeatureCoreclr>true</FeatureCoreclr>
<FeatureCorruptingExceptions>true</FeatureCorruptingExceptions>
<FeatureDbiDebugging>true</FeatureDbiDebugging>
<FeatureDbiOopDebugging_HostLocal>false</FeatureDbiOopDebugging_HostLocal>