summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-22 20:32:11 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-22 20:32:11 -0800
commit35bf10cf32d014dcd9d7e443c0a9b09aaef8e2b2 (patch)
tree6c3eae633e774b9957fded6a17bf244b51fe6b0d /clr.coreclr.props
parentb22d638a79c93fad06ad30f49cd74c69e25deefe (diff)
downloadcoreclr-35bf10cf32d014dcd9d7e443c0a9b09aaef8e2b2.tar.gz
coreclr-35bf10cf32d014dcd9d7e443c0a9b09aaef8e2b2.tar.bz2
coreclr-35bf10cf32d014dcd9d7e443c0a9b09aaef8e2b2.zip
Remove FEATURE_EXCEPTION_NOTIFICATIONS
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 a8b9008533..90e9a6f592 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -15,7 +15,6 @@
<FeatureDbiOopDebugging_HostOneCorex86 Condition="'$(TargetArch)' == 'i386' or '$(TargetArch)' == 'arm'">true</FeatureDbiOopDebugging_HostOneCorex86>
<FeatureDbiOopDebugging_HostOneCoreamd64 Condition="'$(TargetArch)' == 'amd64'">true</FeatureDbiOopDebugging_HostOneCoreamd64>
<FeatureEventTrace>true</FeatureEventTrace>
- <FeatureExceptionNotifications>true</FeatureExceptionNotifications>
<FeatureFrameworkInternal>true</FeatureFrameworkInternal>
<FeatureHijack>true</FeatureHijack>
<FeatureInteropDebugging Condition="('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'amd64')">true</FeatureInteropDebugging>