Vanara/Net/Vanara.Net.csproj

25 lines
1.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Abstracted classes around Win32 networking functions to provide simplified and object-oriented access to key networking capabilities like DNS, DHCP, filtering, access, and discovery.</Description>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<AssemblyName>Vanara.Net</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>vanara;net-extensions;networking</PackageTags>
2022-09-16 17:04:32 -04:00
<PackageReleaseNotes>Currently implements:
Classes
2022-10-25 13:24:54 -04:00
CustomDnsBootstapper, DhcpClient, DistributedRoutingTable, DnsService, DrtBootstrapProvider, DrtCustomBootstrapProvider, DrtCustomSecurityProvider, DrtEventArgs, DrtLeafSetKeyChangeEventArgs, DrtRegistrationStateChangeEventArgs, DrtSecurityProvider, DrtStatusChangeEventArgs
2022-09-16 17:04:32 -04:00
</PackageReleaseNotes>
<PackageReadmeFile>pkgreadme.md</PackageReadmeFile>
<RootNamespace>Vanara.Net</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PInvoke\Dhcp\Vanara.PInvoke.Dhcp.csproj" />
<ProjectReference Include="..\PInvoke\DnsApi\Vanara.PInvoke.DnsApi.csproj" />
<ProjectReference Include="..\PInvoke\Drt\Vanara.PInvoke.Drt.csproj" />
<ProjectReference Include="..\PInvoke\Kernel32\Vanara.PInvoke.Kernel32.csproj" />
</ItemGroup>
</Project>