summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-22 20:27:03 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-22 20:27:03 -0800
commit3a9b7218e6ea266463c7338099d6662d2bf7d439 (patch)
tree9df305169ba17e1cb3f5068a3a48746e4a37314a /clr.coreclr.props
parent47b0ebb1983c2a407e33f07b5a2af30e54b564ae (diff)
downloadcoreclr-3a9b7218e6ea266463c7338099d6662d2bf7d439.tar.gz
coreclr-3a9b7218e6ea266463c7338099d6662d2bf7d439.tar.bz2
coreclr-3a9b7218e6ea266463c7338099d6662d2bf7d439.zip
Remove FEATURE_CORRUPTING_EXCEPTIONS
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 e81133964a..6236f5602f 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>
- <FeatureCorruptingExceptions>true</FeatureCorruptingExceptions>
<FeatureDbiDebugging>true</FeatureDbiDebugging>
<FeatureDbiOopDebugging_HostLocal>false</FeatureDbiOopDebugging_HostLocal>
<FeatureDbiOopDebugging_HostWindowsx86 Condition="'$(TargetArch)' == 'i386' or '$(TargetArch)' == 'arm'">true</FeatureDbiOopDebugging_HostWindowsx86>