summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-05-07 10:47:59 +0200
committerJan Vorlicek <janvorli@microsoft.com>2016-05-07 10:47:59 +0200
commit29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4 (patch)
tree6d78c357065c39e7bed9f86178b9af47944aaefd /clr.coreclr.props
parent0ef1fc9aa3d65d41b5b9c8cd4911a1f8cdece049 (diff)
downloadcoreclr-29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4.tar.gz
coreclr-29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4.tar.bz2
coreclr-29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4.zip
Remove FEATURE_HOSTED_BINDER definition (#4838)
The FEATURE_HOSTED_BINDER is always on so remove it from all the sources.
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 121968f976..ce27318d2a 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -71,7 +71,6 @@
<FeatureWindowsPhone>true</FeatureWindowsPhone>
<FeatureManagedEtw>true</FeatureManagedEtw>
<FeatureManagedEtwChannels>true</FeatureManagedEtwChannels>
- <FeatureHostedBinder>true</FeatureHostedBinder>
<BinderDebugLog Condition="'$(_BuildType)'=='dbg'">true</BinderDebugLog>
<FeatureAppX>true</FeatureAppX>
<FeatureWinMDResilient>true</FeatureWinMDResilient>