Vanara/PInvoke/UrlMon/Vanara.PInvoke.UrlMon.csproj

32 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ProjectExtensions>
<SupportedDlls>UrlMon.dll</SupportedDlls>
</ProjectExtensions>
<PropertyGroup>
<Description>PInvoke API (methods, structures and constants imported from UrlMon.dll.</Description>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.UrlMon</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;UrlMon</PackageTags>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<PackageReleaseNotes>Currently implements:
Functions
AsyncInstallDistributionUnit, CoGetClassObjectFromURL, CoInternetCombineIUri, CoInternetCombineUrl, CoInternetCombineUrlEx, CoInternetCompareUrl, CoInternetGetSession, CoInternetParseIUri, CoInternetParseUrl, CoInternetQueryInfo, CompareSecurityIds, CompatFlagsFromClsid, CopyBindInfo, CopyStgMedium, CreateAsyncBindCtx, CreateAsyncBindCtxEx, CreateFormatEnumerator, CreateIUriBuilder, CreateUri, CreateUriFromMultiByteString, CreateUriWithFragment, CreateURLMoniker, CreateURLMonikerEx, CreateURLMonikerEx2, FaultInIEFeature, FindMediaType, FindMediaTypeClass, FindMimeFromData, GetClassFileOrMime, GetComponentIDFromCLSSPEC, IEInstallScope, IsAsyncMoniker, IsValidURL, MkParseDisplayNameEx, ObtainUserAgentString, RegisterBindStatusCallback, RegisterFormatEnumerator, RegisterMediaTypeClass, RegisterMediaTypes, ReleaseBindInfo, RevokeBindStatusCallback, RevokeFormatEnumerator, URLDownloadToCacheFile, URLDownloadToFile, UrlMkGetSessionOption, UrlMkSetSessionOption, URLOpenBlockingStream, URLOpenPullStream, URLOpenStream
Structures
BINDINFO
Interfaces
IBinding, IBindStatusCallback, IInternetSession, IUri, IUriBuilder
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />
<ProjectReference Include="..\Ole\Vanara.PInvoke.Ole.csproj" />
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />
</ItemGroup>
</Project>