ProjectPSX/ProjectPSX.WinForms/ProjectPSX.WinForms.csproj
2022-08-01 22:30:06 +02:00

22 lines
No EOL
625 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<DisableWinExeOutputInference>true</DisableWinExeOutputInference>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NAudio.WinMM" Version="2.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProjectPSX\ProjectPSX.csproj" />
</ItemGroup>
</Project>