13 lines
323 B
XML
13 lines
323 B
XML
|
<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>
|