Files
Explorer-Workbench/Explorer.slnx
netquick 7c23bc2474 Extract a per-user background host so indexing can later run outside the window.
Keep the GUI as the index writer for now; mutex, named pipe, and opt-in logon autostart prepare Explorer.Host.exe without two SQLite writers.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-24 17:10:49 +02:00

32 lines
2.0 KiB
Plaintext

<Solution>
<Folder Name="/src/">
<Project Path="src/Explorer.Analysis/Explorer.Analysis.csproj" />
<Project Path="src/Explorer.App/Explorer.App.csproj" />
<Project Path="src/Explorer.Application/Explorer.Application.csproj" />
<Project Path="src/Explorer.Contracts/Explorer.Contracts.csproj" />
<Project Path="src/Explorer.Domain/Explorer.Domain.csproj" />
<Project Path="src/Explorer.FileOperations/Explorer.FileOperations.csproj" />
<Project Path="src/Explorer.Host/Explorer.Host.csproj" />
<Project Path="src/Explorer.Hosting/Explorer.Hosting.csproj" />
<Project Path="src/Explorer.Indexing/Explorer.Indexing.csproj" />
<Project Path="src/Explorer.Plugin.Abstractions/Explorer.Plugin.Abstractions.csproj" />
<Project Path="src/Explorer.Plugin.GoogleDrive/Explorer.Plugin.GoogleDrive.csproj" />
<Project Path="src/Explorer.Plugin.Nextcloud/Explorer.Plugin.Nextcloud.csproj" />
<Project Path="src/Explorer.Plugin.OneDrive/Explorer.Plugin.OneDrive.csproj" />
<Project Path="src/Explorer.Presentation/Explorer.Presentation.csproj" />
<Project Path="src/Explorer.Search/Explorer.Search.csproj" />
<Project Path="src/Explorer.Storage.Sqlite/Explorer.Storage.Sqlite.csproj" />
<Project Path="src/Explorer.Windows/Explorer.Windows.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Explorer.Analysis.Tests/Explorer.Analysis.Tests.csproj" />
<Project Path="tests/Explorer.Application.Tests/Explorer.Application.Tests.csproj" />
<Project Path="tests/Explorer.Domain.Tests/Explorer.Domain.Tests.csproj" />
<Project Path="tests/Explorer.FileOperations.Tests/Explorer.FileOperations.Tests.csproj" />
<Project Path="tests/Explorer.Hosting.Tests/Explorer.Hosting.Tests.csproj" />
<Project Path="tests/Explorer.Indexing.Tests/Explorer.Indexing.Tests.csproj" />
<Project Path="tests/Explorer.Search.Tests/Explorer.Search.Tests.csproj" />
<Project Path="tests/Explorer.Storage.Tests/Explorer.Storage.Tests.csproj" />
</Folder>
</Solution>