summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-27 15:19:04 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-27 15:24:47 -0800
commitebad4067f3ae31c667dc807c64a1c3db419a54cb (patch)
treee3c182d0fabc7b8d479b683b9ec99c2a2551e9f6 /clr.coreclr.props
parent8540bb123d6bffbdeef8c935b73085f3e42e5bf0 (diff)
downloadcoreclr-ebad4067f3ae31c667dc807c64a1c3db419a54cb.tar.gz
coreclr-ebad4067f3ae31c667dc807c64a1c3db419a54cb.tar.bz2
coreclr-ebad4067f3ae31c667dc807c64a1c3db419a54cb.zip
Revert `Remove FEATURE_MANAGED_ETW_CHANNELS`
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index ed5dd1a2ec..9211976c39 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -50,6 +50,7 @@
<!-- The rejit feature is available only on supported architectures (x86 & x64) -->
<FeatureReJIT Condition="('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'amd64')">true</FeatureReJIT>
<FeatureManagedEtw>true</FeatureManagedEtw>
+ <FeatureManagedEtwChannels>true</FeatureManagedEtwChannels>
<BinderDebugLog Condition="'$(_BuildType)'=='dbg'">true</BinderDebugLog>
<FeatureAppX>true</FeatureAppX>
<FeatureWinMDResilient>true</FeatureWinMDResilient>