summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-17 15:46:45 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-22 19:55:48 -0800
commit4aa0b8d6ec28ce759effe64c6babd4ae74018bce (patch)
treec2ed948bac64d4da25f9dc112c07e2fa752238d0 /clr.coreclr.props
parent9c6de0b7af3716eea3fc16a91ab8b7c2c92e6e98 (diff)
downloadcoreclr-4aa0b8d6ec28ce759effe64c6babd4ae74018bce.tar.gz
coreclr-4aa0b8d6ec28ce759effe64c6babd4ae74018bce.tar.bz2
coreclr-4aa0b8d6ec28ce759effe64c6babd4ae74018bce.zip
Remove FEATURE_COLLECTIBLE_TYPES symbol
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 47371c33a1..c8c391ced2 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -7,7 +7,6 @@
<EnableDownlevelForNls Condition="'$(CrossTargetArchitecture)' != ''">true</EnableDownlevelForNls>
<FeatureArrayStubAsIL Condition="('$(TargetArch)' == 'arm') or ('$(TargetArch)' == 'amd64') or ('$(TargetArch)' == 'arm64')">true</FeatureArrayStubAsIL>
<FeatureStubsAsIL Condition="'$(TargetArch)' == 'arm64'">true</FeatureStubsAsIL>
- <FeatureCollectibleTypes>true</FeatureCollectibleTypes>
<FeatureCominteropApartmentSupport>true</FeatureCominteropApartmentSupport>
<FeatureCoreclr>true</FeatureCoreclr>
<FeatureCorruptingExceptions>true</FeatureCorruptingExceptions>