Files
jaap-jan 2caedd93ff Merge branch 'main' into the Android head
Main grew the screens the host-management plan called for — hosts, pins, snippets, logs,
import, teams — plus the ObjectStore and Import projects behind two of them, and moved
WindowsDeviceKeyStore into the desktop head's Platform folder.

Five of those view models landed in a directory this branch had already moved, so they
join the rest in DodoSSH.Client.Shell: git spotted the rename and put them there, and the
namespaces followed. Shell picks up ObjectStore and Import as a result, which the Android
head then gets transitively and will use neither of at first — scoped storage means there
is no ~/.ssh/config to import, and file transfer is out of its first scope.

Desktop suites green at 155 and 64.
2026-07-31 21:03:22 +02:00

57 lines
3.4 KiB
XML

<Solution>
<Folder Name="/solution items/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="BannedSymbols.txt" />
<File Path=".editorconfig" />
<File Path="NuGet.config" />
<File Path="global.json" />
<File Path=".gitattributes" />
</Folder>
<Folder Name="/src/">
<Project Path="src/DodoSSH.Contracts/DodoSSH.Contracts.csproj" />
<Project Path="src/DodoSSH.Crypto/DodoSSH.Crypto.csproj" />
<Project Path="src/DodoSSH.Domain/DodoSSH.Domain.csproj" />
<Project Path="src/DodoSSH.Infrastructure/DodoSSH.Infrastructure.csproj" />
<Project Path="src/DodoSSH.Api/DodoSSH.Api.csproj" />
<Project Path="src/DodoSSH.Client.Api/DodoSSH.Client.Api.csproj" />
<Project Path="src/DodoSSH.Client.App/DodoSSH.Client.App.csproj" />
<Project Path="src/DodoSSH.Client.Auth/DodoSSH.Client.Auth.csproj" />
<Project Path="src/DodoSSH.Client.Domain/DodoSSH.Client.Domain.csproj" />
<Project Path="src/DodoSSH.Client.Import/DodoSSH.Client.Import.csproj" />
<Project Path="src/DodoSSH.Client.Session/DodoSSH.Client.Session.csproj" />
<Project Path="src/DodoSSH.Client.Shell/DodoSSH.Client.Shell.csproj" />
<Project Path="src/DodoSSH.Client.Ssh/DodoSSH.Client.Ssh.csproj" />
<Project Path="src/DodoSSH.Client.Storage/DodoSSH.Client.Storage.csproj" />
<Project Path="src/DodoSSH.Client.Sync/DodoSSH.Client.Sync.csproj" />
<Project Path="src/DodoSSH.Client.Terminal/DodoSSH.Client.Terminal.csproj" />
<Project Path="src/DodoSSH.Client.ObjectStore/DodoSSH.Client.ObjectStore.csproj" />
<Project Path="src/DodoSSH.Client.Transfer/DodoSSH.Client.Transfer.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/DodoSSH.Api.Tests/DodoSSH.Api.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Api.Tests/DodoSSH.Client.Api.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.App.Layout.Tests/DodoSSH.Client.App.Layout.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.App.Tests/DodoSSH.Client.App.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Auth.Tests/DodoSSH.Client.Auth.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Domain.Tests/DodoSSH.Client.Domain.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Import.Tests/DodoSSH.Client.Import.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Session.Tests/DodoSSH.Client.Session.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Ssh.Tests/DodoSSH.Client.Ssh.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Storage.Tests/DodoSSH.Client.Storage.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Sync.Tests/DodoSSH.Client.Sync.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Terminal.Tests/DodoSSH.Client.Terminal.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.ObjectStore.Tests/DodoSSH.Client.ObjectStore.Tests.csproj" />
<Project Path="tests/DodoSSH.Client.Transfer.Tests/DodoSSH.Client.Transfer.Tests.csproj" />
<Project Path="tests/DodoSSH.Contracts.Tests/DodoSSH.Contracts.Tests.csproj" />
<Project Path="tests/DodoSSH.Crypto.Tests/DodoSSH.Crypto.Tests.csproj" />
<Project Path="tests/DodoSSH.Domain.Tests/DodoSSH.Domain.Tests.csproj" />
<Project Path="tests/DodoSSH.SystemTests/DodoSSH.SystemTests.csproj" />
<Project Path="tests/DodoSSH.Infrastructure.Tests/DodoSSH.Infrastructure.Tests.csproj" />
</Folder>
</Solution>