File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 3030 <PropertyGroup >
3131 <PerfViewSupportFilesVersion >1.0.7</PerfViewSupportFilesVersion >
3232 <MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion >1.0.17</MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion >
33+ <MicrosoftDiagnosticsTracingTraceEventAutomatedAnalysisRulesVersion >0.1.0</MicrosoftDiagnosticsTracingTraceEventAutomatedAnalysisRulesVersion >
3334 <MicrosoftDiagnosticsRuntimeVersion >1.1.37504</MicrosoftDiagnosticsRuntimeVersion >
3435 <XunitVersion >2.3.0</XunitVersion >
3536 <XunitRunnerVisualstudioVersion >2.3.0</XunitRunnerVisualstudioVersion >
Original file line number Diff line number Diff line change 5656 <ItemGroup >
5757 <PackageReference Include =" Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles" Version =" $(MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion)" PrivateAssets =" all" />
5858 <PackageReference Include =" PerfView.SupportFiles" Version =" $(PerfViewSupportFilesVersion)" PrivateAssets =" all" />
59+ <PackageReference Include =" Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Rules" Version =" $(MicrosoftDiagnosticsTracingTraceEventAutomatedAnalysisRulesVersion)" PrivateAssets =" all" />
5960
6061 <!-- *** SourceLink Support *** -->
6162 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
6869 <ProjectReference Include =" ..\traceEvent\TraceEvent.csproj" />
6970 </ItemGroup >
7071
72+ <!-- Copy AutomatedAnalysis rules to the target directory. -->
73+ <ItemGroup >
74+ <AutomatedAnalysisRules Include =" $(TraceEventAutomatedAnalysisRulesBase)Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Rules.dll" />
75+ </ItemGroup >
76+ <Target Name =" CopyRulesToTarget" AfterTargets =" Build" >
77+ <Copy SourceFiles =" @(AutomatedAnalysisRules)" DestinationFolder =" $(TargetDir)Rules" />
78+ </Target >
79+
7180 <ItemGroup >
7281 <Compile Include =" ..\heapDump\GCHeapDump.cs" >
7382 <Link >memory\GCHeapDump.cs</Link >
176185 <Link >amd64\KernelTraceControl.dll</Link >
177186 <Visible >False</Visible >
178187 </EmbeddedResource >
188+ <EmbeddedResource Include =" $(TraceEventAutomatedAnalysisRulesBase)Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Rules.dll" >
189+ <Type >Non-Resx</Type >
190+ <WithCulture >false</WithCulture >
191+ <LogicalName >.\Rules\Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Rules.dll</LogicalName >
192+ <Link >Rules\Microsoft.Diagnostics.Tracing.TraceEvent.AutomatedAnalysis.Rules.dll</Link >
193+ <Visible >False</Visible >
194+ </EmbeddedResource >
179195 <EmbeddedResource Include =" $(TraceEventSupportFilesBase)native\amd64\msdia140.dll" >
180196 <Type >Non-Resx</Type >
181197 <WithCulture >false</WithCulture >
You can’t perform that action at this time.
0 commit comments