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

61 lines
5.4 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>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>3.1.7</VersionPrefix>
2020-01-03 18:46:48 -05:00
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.UrlMon</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<RootNamespace>Vanara.PInvoke</RootNamespace>
<Authors>David Hall</Authors>
<PackageProjectUrl>https://github.com/dahall/vanara</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Vanara64x64.png</PackageIcon>
<RepositoryUrl>https://github.com/dahall/vanara</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>pinvoke;vanara;net-extensions;interop;UrlMon</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<Company>GitHub Community</Company>
<Product>Vanara</Product>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2020-01-03 18:50:52 -05:00
<PackageReleaseNotes>Currently implements:
Functions
AsyncGetClassBits, AsyncInstallDistributionUnit, BindAsyncMoniker, CAuthenticateHostUI_CreateInstance, CDLGetLongPathName, CoGetClassObjectFromURL, CoInstall, CoInternetCanonicalizeIUri, CoInternetCombineIUri, CoInternetCombineUrl, CoInternetCombineUrlEx, CoInternetCompareUrl, CoInternetCreateSecurityManager, CoInternetCreateZoneManager, CoInternetFeatureSettingsChanged, CoInternetGetMobileBrowserAppCompatMode, CoInternetGetMobileBrowserForceDesktopMode, CoInternetGetProtocolFlags, CoInternetGetSecurityUrl, CoInternetGetSecurityUrlEx, CoInternetGetSession, CoInternetIsFeatureEnabled, CoInternetIsFeatureEnabledForIUri, CoInternetIsFeatureEnabledForUrl, CoInternetIsFeatureZoneElevationEnabled, CoInternetParseIUri, CoInternetParseUrl, CoInternetQueryInfo, CoInternetSetFeatureEnabled, CoInternetSetMobileBrowserAppCompatMode, CoInternetSetMobileBrowserForceDesktopMode, CompareSecurityIds, CompatFlagsFromClsid, CopyBindInfo, CopyStgMedium, CORPolicyProvider, CreateAsyncBindCtx, CreateAsyncBindCtxEx, CreateFormatEnumerator, CreateIUriBuilder, CreateUri, CreateUriFromMultiByteString, CreateUriPriv, CreateUriWithFragment, CreateURLMoniker, CreateURLMonikerEx, CreateURLMonikerEx2, DllRegisterServerEx, Extract, FaultInIEFeature, FileBearsMarkOfTheWeb, FindMediaType, FindMediaTypeClass, FindMimeFromData, GetAddSitesFileUrl, GetClassFileOrMime, GetClassURL, GetComponentIDFromCLSSPEC, GetIDNFlagsForUri, GetIUriPriv, GetIUriPriv2, GetLabelsFromNamedHost, GetMarkOfTheWeb, GetPortFromUrlScheme, GetPropertyFromName, GetPropertyName, GetSoftwareUpdateInfo, GetUrlmonThreadNotificationHwnd, GetZoneFromAlternateDataStreamEx, HlinkGoBack, HlinkGoForward, HlinkNavigateMoniker, HlinkNavigateString, HlinkSimpleNavigateToMoniker, HlinkSimpleNavigateToString, IECompatLogCSSFix, IEGetUserPrivateNamespaceName, IEInstallScope, IntlPercentEncodeNormalize, IsAsyncMoniker, IsDWORDProperty, IsIntranetAvailable, IsJITInProgress, IsLoggingEnabled, IsStringProperty, IsValidURL, LaunchEdgeForDebug, MkParseDisplayNameEx, ObtainUserAgentString, PrivateCoInstall, QueryAssociations, QueryClsidAssociation, RegisterBindStatusCallback, RegisterFormatEnumerator, RegisterMediaTypeClass, RegisterMediaTypes, RegisterWebPlatformPermanentSecurityManager, ReleaseBindInfo, RestrictHTTP2, RevokeBindStatusCallback, RevokeFormatEnumerator, SetAccessForIEAppContainer, SetSoftwareUpdateAdvertisementState, ShouldDisplayPunycodeForUri, ShouldShowIntranetWarningSecband, ShowTrustAlertDialog, UnregisterWebPlatformPermanentSecurityManager, URLDownload, URLDownloadToCacheFile, URLDownloadToFile, UrlMkBuildVersion, UrlMkGetSessionOption, UrlMkSetSessionOption, UrlmonCleanupCurrentThread, URLOpenBlockingStream, URLOpenPullStream, URLOpenStream, WriteHitLogging, ZonesReInit
Interfaces
IUri
</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Vanara.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\docs\icons\Vanara64x64.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('net2')) Or $(TargetFramework.StartsWith('net3')) Or $(TargetFramework.StartsWith('net4')) ">
<Reference Include="System" />
</ItemGroup>
2020-01-03 18:50:52 -05:00
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) Or $(TargetFramework.StartsWith('netcore')) "></ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>