Vanara/UnitTests/Security/Security.csproj

10 lines
372 B
XML

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