Change ScreenCast to console project.

This commit is contained in:
Jared Goodwin 2019-12-28 17:54:43 -08:00
parent 7221658b51
commit aa1047c131

View File

@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Remotely.ScreenCast.Win</RootNamespace>
<AssemblyName>Remotely_ScreenCast</AssemblyName>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
<ItemGroup>