You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rdpwrap/src-csharp/RDPWrap/RDPWrap.csproj

16 lines
605 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>RDPWrap.Common</RootNamespace>
<AssemblyName>RDPWrap</AssemblyName>
<Description>Shared helper library (P/Invoke, registry, service, security helpers) for the RDP Wrapper tool suite.</Description>
</PropertyGroup>
<!-- Grant all three consumer assemblies access to internal members (e.g. NativeMethods) -->
<ItemGroup>
<InternalsVisibleTo Include="RDPWInst" />
<InternalsVisibleTo Include="RDPConf" />
<InternalsVisibleTo Include="RDPCheck" />
</ItemGroup>
</Project>