]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update winforms client csproj
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 10:54:07 +0000 (12:54 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 10:54:07 +0000 (12:54 +0200)
src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj

index 4528d6b55e4ede0fd169b10c37c48b086cb02b76..e910628342dcee9c2542d9b1c215f4f3c0645b0b 100644 (file)
@@ -1,10 +1,11 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
     
     <PropertyGroup>
         <ProjectGuid>{804CF172-0C87-4423-9688-BD97D549891E}</ProjectGuid>
         <OutputType>WinExe</OutputType>
         <AssemblyName>Impostor</AssemblyName>
         <TargetFramework>net462</TargetFramework>
+        <UseWindowsForms>true</UseWindowsForms>
         <AssemblyTitle>Impostor</AssemblyTitle>
         <Product>Impostor</Product>
         <Copyright>Copyright © AeonLucid 2020</Copyright>