Files
BeatDetector/BeatDetector.csproj
T
2022-02-19 18:57:52 +01:00

15 lines
323 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.0.1" />
</ItemGroup>
</Project>