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

18 lines
650 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows10.0.19041.0</TargetFramework>
<RootNamespace>Audio_Router_WPF</RootNamespace>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<FileVersion>1.2.3.2</FileVersion>
<AssemblyVersion>1.2.3.2</AssemblyVersion>
<NeutralLanguage>en-NZ</NeutralLanguage>
<RepositoryUrl>https://git.software.kauripeak.co.nz/BrychanD/Audio-Router</RepositoryUrl>
<Copyright>(C) 2021 Brychan Dempsey</Copyright>
</PropertyGroup>
</Project>