kv4p-sharp/RadioGUI/RadioGUI.csproj
2024-10-27 17:44:38 +01:00

19 lines
485 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\kv4p-sharp\kv4p-sharp-lib.csproj" />
</ItemGroup>
</Project>