We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fa563 commit e4bbcefCopy full SHA for e4bbcef
src/PerfView/PerfView.csproj
@@ -22,6 +22,13 @@
22
</AssemblyAttribute>
23
</ItemGroup>
24
25
+ <ItemGroup>
26
+ <SuggestedBindingRedirects Include="Microsoft.Diagnostics.Tracing.TraceEvent, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
27
+ <MaxVersion>$(TraceEventVersion).0</MaxVersion>
28
+ <Visible>false</Visible>
29
+ </SuggestedBindingRedirects>
30
+ </ItemGroup>
31
+
32
<PropertyGroup>
33
<DefineConstants>$(DefineConstants);PERFVIEW</DefineConstants>
34
<NoWarn>$(NoWarn),0436,0618</NoWarn>
0 commit comments