Files
Nonemm/Nonemm.slnx
Erik 2834f63c8e Add the Avalonia application and the station network
The entry window types contacts and colours them as they are typed; the log,
check, bandmap, score and packet windows read the same session. Contacts are
shared with the other stations of a multi-operator entry in N1MM's contact
message, so an N1MM station on the same network sees them too.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-27 10:56:35 +00:00

23 lines
1.2 KiB
Plaintext

<Solution>
<Folder Name="/src/">
<Project Path="src/Nonemm.Core/Nonemm.Core.csproj" />
<Project Path="src/Nonemm.Contests/Nonemm.Contests.csproj" />
<Project Path="src/Nonemm.Formats/Nonemm.Formats.csproj" />
<Project Path="src/Nonemm.Storage/Nonemm.Storage.csproj" />
<Project Path="src/Nonemm.Rig/Nonemm.Rig.csproj" />
<Project Path="src/Nonemm.Spotting/Nonemm.Spotting.csproj" />
<Project Path="src/Nonemm.Network/Nonemm.Network.csproj" />
<Project Path="src/Nonemm.Keying/Nonemm.Keying.csproj" />
<Project Path="src/Nonemm.Session/Nonemm.Session.csproj" />
<Project Path="src/Nonemm.App/Nonemm.App.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Nonemm.Core.Tests/Nonemm.Core.Tests.csproj" />
<Project Path="tests/Nonemm.Contests.Tests/Nonemm.Contests.Tests.csproj" />
<Project Path="tests/Nonemm.Formats.Tests/Nonemm.Formats.Tests.csproj" />
<Project Path="tests/Nonemm.Storage.Tests/Nonemm.Storage.Tests.csproj" />
<Project Path="tests/Nonemm.Session.Tests/Nonemm.Session.Tests.csproj" />
<Project Path="tests/Nonemm.Spotting.Tests/Nonemm.Spotting.Tests.csproj" />
</Folder>
</Solution>