Was.OrcSearch – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProjectGuid>{7853A63E-3343-4FC4-86B6-D970D61D0D5C}</ProjectGuid>
6 <OutputType>Library</OutputType>
7 <NoStandardLibraries>false</NoStandardLibraries>
8 <AssemblyName>Was.OrcSearch</AssemblyName>
9 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
10 <FileAlignment>512</FileAlignment>
11 <TargetFrameworkProfile />
12 <NuGetPackageImportStamp>
13 </NuGetPackageImportStamp>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel>
23 <Prefer32Bit>false</Prefer32Bit>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <Prefer32Bit>false</Prefer32Bit>
33 </PropertyGroup>
34 <PropertyGroup>
35 <RootNamespace>Was.OrcSearch</RootNamespace>
36 </PropertyGroup>
37 <ItemGroup>
3 office 38 <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
39 <HintPath>..\..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
1 office 40 </Reference>
2 office 41 <Reference Include="Lucene.Net, Version=3.0.3.0, Culture=neutral, PublicKeyToken=85089178b9ac3181">
3 office 42 <HintPath>..\..\packages\Lucene.Net.3.0.3\lib\NET40\Lucene.Net.dll</HintPath>
1 office 43 </Reference>
44 <Reference Include="System" />
45 <Reference Include="System.Core" />
46 </ItemGroup>
47 <ItemGroup>
48 <Compile Include="Attributes\SearchablePropertyAttribute.cs" />
49 <Compile Include="Constants.cs" />
50 <Compile Include="EventArgs\SearchEventArgs.cs" />
51 <Compile Include="Extensions\StringExtensions.cs" />
52 <Compile Include="Helpers\PathHelper.cs" />
53 <Compile Include="Metadata\AttributeMetadataCollection.cs" />
54 <Compile Include="Metadata\Interfaces\IMetadataProvider.cs" />
55 <Compile Include="Metadata\Interfaces\ISearchable.cs" />
56 <Compile Include="Metadata\Interfaces\ISearchableMetadata.cs" />
57 <Compile Include="Metadata\Interfaces\ISearchableMetadataValue.cs" />
58 <Compile Include="Metadata\MetadataProvider.cs" />
59 <Compile Include="Metadata\ReflectionMetadata.cs" />
60 <Compile Include="Metadata\ReflectionSearchable.cs" />
61 <Compile Include="Metadata\Searchable.cs" />
62 <Compile Include="Metadata\SearchableMetadataValue.cs" />
63 <Compile Include="Models\DictionaryMetadata.cs" />
64 <Compile Include="Models\DictionaryMetadataCollection.cs" />
65 <Compile Include="Models\DictionaryObjectWithMetadata.cs" />
66 <Compile Include="Models\Extensions\IMetadataExtensions.cs" />
67 <Compile Include="Models\Extensions\IObjectWithMetadataExtensions.cs" />
68 <Compile Include="Models\Interfaces\IMetadata.cs" />
69 <Compile Include="Models\Interfaces\IMetadataCollection.cs" />
70 <Compile Include="Models\Interfaces\IMetadataValue.cs" />
71 <Compile Include="Models\Interfaces\IObjectWithMetadata.cs" />
72 <Compile Include="Models\MetadataCollectionBase.cs" />
73 <Compile Include="Models\MetadataValue.cs" />
74 <Compile Include="Models\ObjectWithMetadata.cs" />
75 <Compile Include="Models\ReflectionMetadata.cs" />
76 <Compile Include="Models\ReflectionMetadataCollection.cs" />
77 <Compile Include="Models\ReflectionObjectWithMetadata.cs" />
78 <Compile Include="Properties\AssemblyInfo.cs" />
79 <Compile Include="Services\DummySearchNavigationService.cs" />
4 office 80 <Compile Include="Services\Extensions\SearchServiceExtensions.cs" />
1 office 81 <Compile Include="Services\InMemorySearchService.cs" />
82 <Compile Include="Services\Interfaces\ISearchNavigationService.cs" />
83 <Compile Include="Services\Interfaces\ISearchQueryService.cs" />
84 <Compile Include="Services\Interfaces\ISearchService.cs" />
85 <Compile Include="Services\SearchQueryService.cs" />
86 <Compile Include="Services\SearchServiceBase.cs" />
87 </ItemGroup>
88 <ItemGroup>
89 <None Include="packages.config" />
90 </ItemGroup>
91 <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
92 <ProjectExtensions>
93 <VisualStudio AllowExistingFolder="true" />
94 </ProjectExtensions>
95 </Project>