diff options
Diffstat (limited to 'HTPC Launcher.csproj')
| -rw-r--r-- | HTPC Launcher.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/HTPC Launcher.csproj b/HTPC Launcher.csproj new file mode 100644 index 0000000..dd7808b --- /dev/null +++ b/HTPC Launcher.csproj @@ -0,0 +1,10 @@ +<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> + + <PropertyGroup> + <OutputType>WinExe</OutputType> + <TargetFramework>netcoreapp3.0</TargetFramework> + <RootNamespace>HTPC_Launcher</RootNamespace> + <UseWPF>true</UseWPF> + </PropertyGroup> + +</Project>
\ No newline at end of file |
