Vanara/UnitTests/PInvoke/Printing/Printing.csproj

10 lines
448 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>UnitTest.PInvoke.Printing</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\PInvoke\Kernel32\Vanara.PInvoke.Kernel32.csproj" />
<ProjectReference Include="..\..\..\PInvoke\Printing\Vanara.PInvoke.Printing.csproj" />
<ProjectReference Include="..\..\..\PInvoke\Security\Vanara.PInvoke.Security.csproj" />
</ItemGroup>
</Project>