Vanara/PInvoke/SearchApi/Vanara.PInvoke.SearchApi.cs...

30 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ProjectExtensions>
<SupportedDlls></SupportedDlls>
</ProjectExtensions>
<PropertyGroup>
<Description>PInvoke API (methods, structures and constants imported from Windows Search.</Description>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<TargetFrameworks>net20;net35;net40;net45;net5.0;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.SearchApi</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop</PackageTags>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<PackageReleaseNotes>Currently implements:
Structures
AUTHENTICATION_INFO FILTERED_DATA_SOURCES FILTERREGION FULLPROPSPEC INCREMENTAL_ACCESS_INFO ITEM_INFO PROXY_INFO SEARCH_COLUMN_PROPERTIES SEARCH_ITEM_CHANGE SEARCH_ITEM_INDEXING_STATUS SEARCH_ITEM_PERSISTENT_CHANGE STAT_CHUNK TIMEOUT_INFO
Interfaces
ICondition ICondition2 IConditionFactory IConditionFactory2 IEntity IEnumSearchRoots IEnumSearchScopeRules IFilter ILoadFilter INamedEntity IOpenSearchSource IOpLockStatus IProtocolHandlerSite IQueryParser IQueryParserManager IQuerySolution IRelationship IRichChunk IRowsetEvents IRowsetPrioritization ISchemaLocalizerSupport ISchemaProvider ISearchCatalogManager ISearchCatalogManager2 ISearchCrawlScopeManager ISearchCrawlScopeManager2 ISearchFolderItemFactory ISearchItemsChangedSink ISearchLanguageSupport ISearchManager ISearchManager2 ISearchNotifyInlineSite ISearchPersistentItemsChangedSink ISearchProtocol ISearchProtocol2 ISearchProtocolThreadContext ISearchQueryHelper ISearchRoot ISearchScopeRule ISearchViewChangedSink ITokenCollection IUrlAccessor IUrlAccessor2 IUrlAccessor3 IUrlAccessor4
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />
<ProjectReference Include="..\Ole\Vanara.PInvoke.Ole.csproj" />
<ProjectReference Include="..\Shell32\Vanara.PInvoke.Shell32.csproj" />
</ItemGroup>
</Project>