Updated Windows.Shell project to support forms

pull/187/head
dahall 2020-12-07 20:26:58 -07:00
parent f15d25e957
commit cdc372b3df
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<AssemblyName>UnitTest.Windows.Shell</AssemblyName> <AssemblyName>UnitTest.Windows.Shell</AssemblyName>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System.Design" /> <Reference Include="System.Design" />