Improve XML documentation coverage across src modules and sync generated analysis artifacts.

This commit is contained in:
Joseph Doherty
2026-03-14 03:56:58 -04:00
parent ba0d65317a
commit 46ead5ea9f
152 changed files with 2821 additions and 11284 deletions

View File

@@ -0,0 +1,51 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DotTraceAppDir Condition="'$(DotTraceAppDir)' == ''">$(HOME)/Applications/dotTrace.app/Contents/DotFiles</DotTraceAppDir>
</PropertyGroup>
<ItemGroup>
<Reference Include="JetBrains.Platform.Core">
<HintPath>$(DotTraceAppDir)/JetBrains.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Platform.Metadata">
<HintPath>$(DotTraceAppDir)/JetBrains.Platform.Metadata.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Lifetimes">
<HintPath>$(DotTraceAppDir)/JetBrains.Lifetimes.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Common.CallTreeStorage">
<HintPath>$(DotTraceAppDir)/JetBrains.Common.CallTreeStorage.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Common.Util">
<HintPath>$(DotTraceAppDir)/JetBrains.Common.Util.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Common.Util.Metadata">
<HintPath>$(DotTraceAppDir)/JetBrains.Common.Util.Metadata.dll</HintPath>
</Reference>
<Reference Include="JetBrains.DotTrace.Dal">
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.Dal.dll</HintPath>
</Reference>
<Reference Include="JetBrains.DotTrace.Dal.Interface">
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.Dal.Interface.dll</HintPath>
</Reference>
<Reference Include="JetBrains.DotTrace.Common.Dal.Interface">
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.Common.Dal.Interface.dll</HintPath>
</Reference>
<Reference Include="JetBrains.DotTrace.Common.Dal">
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.Common.Dal.dll</HintPath>
</Reference>
<Reference Include="JetBrains.DotTrace.DataStructures">
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.DataStructures.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Profiler.Snapshot">
<HintPath>$(DotTraceAppDir)/JetBrains.Profiler.Snapshot.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Profiler.Snapshot.Interface">
<HintPath>$(DotTraceAppDir)/JetBrains.Profiler.Snapshot.Interface.dll</HintPath>
</Reference>
</ItemGroup>
</Project>