ProjectPSX/ProjectPSX.WinForms/ProjectPSX.WinForms.csproj
2020-06-20 22:42:20 +02:00

17 lines
No EOL
417 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="1.10.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProjectPSX\ProjectPSX.csproj" />
</ItemGroup>
</Project>