summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2018-06-04 10:26:53 -0700
committerGitHub <noreply@github.com>2018-06-04 10:26:53 -0700
commit6238c4fffd9c47c8b917af611c6609ef160d7bf8 (patch)
treed4d5761160cb3782814ca26020741a51d7b79dea /clr.coreclr.props
parentde586767f51432e5d89f6fcffee07c488fdeeb7b (diff)
downloadcoreclr-6238c4fffd9c47c8b917af611c6609ef160d7bf8.tar.gz
coreclr-6238c4fffd9c47c8b917af611c6609ef160d7bf8.tar.bz2
coreclr-6238c4fffd9c47c8b917af611c6609ef160d7bf8.zip
Flow EventSources to EventPipe on Windows (#18217)
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 029ddca4f7..8b546c66b9 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -4,7 +4,7 @@
<FeatureICastable>true</FeatureICastable>
<FeatureManagedEtwChannels>true</FeatureManagedEtwChannels>
<FeatureManagedEtw>true</FeatureManagedEtw>
-
+ <FeaturePerfTracing>true</FeaturePerfTracing>
<ProfilingSupportedBuild>true</ProfilingSupportedBuild>
</PropertyGroup>
@@ -17,7 +17,6 @@
<FeatureStubsAsIL>true</FeatureStubsAsIL>
<FeatureCoreFxGlobalization>true</FeatureCoreFxGlobalization>
- <FeaturePerfTracing>true</FeaturePerfTracing>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetsWindows)' == 'true'">