diff options
author | Jan Vorlicek <janvorli@microsoft.com> | 2016-05-07 10:47:59 +0200 |
---|---|---|
committer | Jan Vorlicek <janvorli@microsoft.com> | 2016-05-07 10:47:59 +0200 |
commit | 29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4 (patch) | |
tree | 6d78c357065c39e7bed9f86178b9af47944aaefd /clr.desktop.props | |
parent | 0ef1fc9aa3d65d41b5b9c8cd4911a1f8cdece049 (diff) | |
download | coreclr-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.desktop.props')
-rw-r--r-- | clr.desktop.props | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clr.desktop.props b/clr.desktop.props index 88a4d9f15c..050249a01b 100644 --- a/clr.desktop.props +++ b/clr.desktop.props @@ -44,7 +44,6 @@ <FeatureFusion>true</FeatureFusion> <FeatureHijack>true</FeatureHijack> <FeatureHosting>true</FeatureHosting> - <FeatureHostedBinder>true</FeatureHostedBinder> <FeatureIdentityReference>true</FeatureIdentityReference> <FeatureImpersonation>true</FeatureImpersonation> <FeatureIncludeAllInterfaces>true</FeatureIncludeAllInterfaces> |