Removed Gdi32 dependency from Ole project

pull/279/head
dahall 2021-12-30 13:52:47 -07:00
parent 87f9f53590
commit fe9fa528cf
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ using System.Drawing;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using Vanara.InteropServices;
using static Vanara.PInvoke.Gdi32;
namespace Vanara.PInvoke
{

View File

@ -3,7 +3,6 @@ using System.Drawing;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using static Vanara.PInvoke.Gdi32;
namespace Vanara.PInvoke
{

View File

@ -29,7 +29,6 @@ IAccessControl IActivationFilter IAdviseSink2 IAdviseSinkEx IAgileObject IAgileR
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />
<ProjectReference Include="..\Gdi32\Vanara.PInvoke.Gdi32.csproj" />
<ProjectReference Include="..\Rpc\Vanara.PInvoke.Rpc.csproj" />
<ProjectReference Include="..\Security\Vanara.PInvoke.Security.csproj" />
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />