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>
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
<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" />
|
||||
@@ -21,6 +23,7 @@
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user