Vanara/UnitTests/Security/Security.csproj

9 lines
326 B
XML

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