Vanara/UnitTests/PInvoke/DwmApi/DwmApi.csproj

12 lines
422 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>UnitTest.PInvoke.DwmApi</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\PInvoke\DwmApi\Vanara.PInvoke.DwmApi.csproj" />
<ProjectReference Include="..\..\..\PInvoke\Gdi32\Vanara.PInvoke.Gdi32.csproj" />
</ItemGroup>
</Project>