summaryrefslogtreecommitdiff
path: root/HTPC Launcher.csproj
blob: dd7808b1254a3ffbc9713539244e81fc0c7371c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>netcoreapp3.0</TargetFramework>
    <RootNamespace>HTPC_Launcher</RootNamespace>
    <UseWPF>true</UseWPF>
  </PropertyGroup>

</Project>