MidiBoard/MidiTest/MidiTest.csproj

13 lines
323 B
XML
Raw Permalink Normal View History

2020-02-05 15:35:43 +01:00
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="managed-midi" Version="1.9.13" />
</ItemGroup>
</Project>