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>
<AssemblyName>UnitTest.Windows.Shell</AssemblyName>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Design" />