Audio-Router/Audio Router WPF/Audio Router WPF.csproj

12 lines
287 B
XML
Raw Normal View History

2021-09-23 17:30:38 +12:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>Audio_Router_WPF</RootNamespace>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>