105 lines
4.7 KiB
XML
105 lines
4.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<ProjectGuid>{07FBC26B-2927-4A22-8D96-D644C667FECC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>Umbraco.Examine</AssemblyName>
|
|
<RootNamespace>Umbraco.Examine</RootNamespace>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>portable</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>portable</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\Umbraco.Examine.xml</DocumentationFile>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Runtime.Caching" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Abstractions" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<!-- note: NuGet deals with transitive references now -->
|
|
<PackageReference Include="Examine" Version="1.0.0" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub">
|
|
<Version>1.0.0-beta2-19324-01</Version>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
|
|
<PackageReference Include="NPoco" Version="3.9.4" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BaseValueSetBuilder.cs" />
|
|
<Compile Include="ContentIndexPopulator.cs" />
|
|
<Compile Include="ContentValueSetBuilder.cs" />
|
|
<Compile Include="ExamineExtensions.cs" />
|
|
<Compile Include="IContentValueSetBuilder.cs" />
|
|
<Compile Include="IContentValueSetValidator.cs" />
|
|
<Compile Include="IIndexCreator.cs" />
|
|
<Compile Include="IIndexDiagnostics.cs" />
|
|
<Compile Include="IIndexPopulator.cs" />
|
|
<Compile Include="IndexPopulator.cs" />
|
|
<Compile Include="IndexRebuilder.cs" />
|
|
<Compile Include="IPublishedContentValueSetBuilder.cs" />
|
|
<Compile Include="IUmbracoIndex.cs" />
|
|
<Compile Include="IValueSetBuilder.cs" />
|
|
<Compile Include="LuceneIndexDiagnostics.cs" />
|
|
<Compile Include="MediaIndexPopulator.cs" />
|
|
<Compile Include="MediaValueSetBuilder.cs" />
|
|
<Compile Include="MemberIndexPopulator.cs" />
|
|
<Compile Include="MemberValueSetBuilder.cs" />
|
|
<Compile Include="MemberValueSetValidator.cs" />
|
|
<Compile Include="PublishedContentIndexPopulator.cs" />
|
|
<Compile Include="UmbracoExamineExtensions.cs" />
|
|
<Compile Include="IndexTypes.cs" />
|
|
<Compile Include="NoPrefixSimpleFsLockFactory.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="UmbracoContentIndex.cs" />
|
|
<Compile Include="ContentValueSetValidator.cs" />
|
|
<Compile Include="UmbracoExamineIndexDiagnostics.cs" />
|
|
<Compile Include="UmbracoExamineIndex.cs" />
|
|
<Compile Include="LuceneIndexCreator.cs" />
|
|
<Compile Include="UmbracoFieldDefinitionCollection.cs" />
|
|
<Compile Include="UmbracoMemberIndex.cs" />
|
|
<Compile Include="..\SolutionInfo.cs">
|
|
<Link>Properties\SolutionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="ValueSetValidator.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj">
|
|
<Project>{31785bc3-256c-4613-b2f5-a1b0bdded8c1}</Project>
|
|
<Name>Umbraco.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |