Files
Explorer-Workbench/tests/Directory.Build.props
netquick e9aba73552 Add Explorer Workbench with hierarchical, off-UI Storage analysis.
Storage queries run in the background with cancellation and covering indexes so switching views no longer freezes the UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-22 12:43:05 +02:00

8 lines
307 B
XML

<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<ItemGroup>
<Using Include="Xunit" />
<Compile Include="$(MSBuildThisFileDirectory)DisableParallelization.cs" Link="DisableParallelization.cs" />
</ItemGroup>
</Project>