Fixed build issue

pull/60/head
David Hall 2019-06-25 17:07:36 -06:00
parent d1bf221c4d
commit f4110f89d5
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="EditTest.cs" />
@ -57,6 +59,10 @@
<Project>{a5e519e9-feba-4fe3-93a5-b8269bef72f4}</Project>
<Name>Vanara.PInvoke.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\PInvoke\User32.Gdi\Vanara.PInvoke.User32.Gdi.csproj">
<Project>{fc7b25b5-3bb9-44f5-93d9-9ab7193b1be9}</Project>
<Name>Vanara.PInvoke.User32.Gdi</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.