Moved search files to abstractions and infrastructure

This commit is contained in:
Bjarke Berg
2020-02-09 18:09:01 +01:00
parent 5491037d10
commit 99e011dc01
5 changed files with 0 additions and 6 deletions

View File

@@ -1,10 +1,8 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Services;
using Umbraco.Web.Services;
using Umbraco.Web.Trees;

View File

@@ -366,10 +366,6 @@
<Compile Include="Routing\IContentLastChanceFinder.cs" />
<Compile Include="Routing\UrlProviderCollection.cs" />
<Compile Include="Routing\UrlProviderCollectionBuilder.cs" />
<Compile Include="Search\SearchableApplicationTree.cs" />
<Compile Include="Search\SearchableTreeAttribute.cs" />
<Compile Include="Search\SearchableTreeCollection.cs" />
<Compile Include="Search\SearchableTreeCollectionBuilder.cs" />
<Compile Include="Search\UmbracoTreeSearcher.cs" />
<Compile Include="Security\AuthenticationExtensions.cs" />
<Compile Include="Security\UmbracoSecureDataFormat.cs" />