Skip to content

Commit

Permalink
Added Windows Connect Now (wcnapi) assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Mar 18, 2021
1 parent 24c8173 commit f3fdc98
Show file tree
Hide file tree
Showing 5 changed files with 2,478 additions and 0 deletions.
22 changes: 22 additions & 0 deletions PInvoke/WcnApi/Vanara.PInvoke.WcnApi.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ProjectExtensions>
<SupportedDlls>WcnApi.dll</SupportedDlls>
</ProjectExtensions>
<PropertyGroup>
<Description>PInvoke API (methods, structures and constants) imported from Windows Connect Now (WcnApi.dll).</Description>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<TargetFrameworks>net20;net35;net40;net45;net5.0-windows;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.WcnApi</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;WcnApi;Windows Connect Now</PackageTags>
<PackageReleaseNotes/>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />
<ProjectReference Include="..\IpHlpApi\Vanara.PInvoke.IpHlpApi.csproj" />
<ProjectReference Include="..\Ole\Vanara.PInvoke.Ole.csproj" />
<ProjectReference Include="..\WlanApi\Vanara.PInvoke.WlanApi.csproj" />
</ItemGroup>
</Project>
Loading

0 comments on commit f3fdc98

Please sign in to comment.