G26-Telemetry-Software/Radio/App_radio/App_radio.csproj
Álvaro Alcántara Ramírez f0db3a8aeb Radio subida
2026-08-03 21:38:32 +02:00

18 lines
No EOL
538 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>App_radio</AssemblyName>
<RootNamespace>App_radio</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.3.0" />
<PackageReference Include="System.IO.Ports" Version="10.0.9" />
</ItemGroup>
</Project>