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

32 lines
2.1 KiB
XML
Raw Normal View History

<?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>
2020-11-13 18:55:23 -05:00
<TargetFrameworks>net20;net35;net40;net45;net5.0-windows;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>
2020-01-03 18:50:52 -05:00
<PackageReleaseNotes>Currently implements:
Functions
2020-01-13 11:26:39 -05:00
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
2020-01-03 18:50:52 -05:00
Interfaces
2020-01-13 11:26:39 -05:00
IBinding, IBindStatusCallback, IInternetSession, IUri, IUriBuilder
2020-01-03 18:50:52 -05:00
</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>