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>
18 lines
613 B
XML
18 lines
613 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Nonemm.Core\Nonemm.Core.csproj" />
|
|
<ProjectReference Include="..\Nonemm.Contests\Nonemm.Contests.csproj" />
|
|
<ProjectReference Include="..\Nonemm.Storage\Nonemm.Storage.csproj" />
|
|
<ProjectReference Include="..\Nonemm.Formats\Nonemm.Formats.csproj" />
|
|
<ProjectReference Include="..\Nonemm.Spotting\Nonemm.Spotting.csproj" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|