Was.OrcSearch – Diff between revs 3 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 4
Line 48... Line 48...
48 <Compile Include="Attributes\SearchablePropertyAttribute.cs" /> 48 <Compile Include="Attributes\SearchablePropertyAttribute.cs" />
49 <Compile Include="Constants.cs" /> 49 <Compile Include="Constants.cs" />
50 <Compile Include="EventArgs\SearchEventArgs.cs" /> 50 <Compile Include="EventArgs\SearchEventArgs.cs" />
51 <Compile Include="Extensions\StringExtensions.cs" /> 51 <Compile Include="Extensions\StringExtensions.cs" />
52 <Compile Include="Helpers\PathHelper.cs" /> 52 <Compile Include="Helpers\PathHelper.cs" />
53 <Compile Include="Helpers\Extensions.cs" /> -  
54 <Compile Include="Metadata\AttributeMetadataCollection.cs" /> 53 <Compile Include="Metadata\AttributeMetadataCollection.cs" />
55 <Compile Include="Metadata\Interfaces\IMetadataProvider.cs" /> 54 <Compile Include="Metadata\Interfaces\IMetadataProvider.cs" />
56 <Compile Include="Metadata\Interfaces\ISearchable.cs" /> 55 <Compile Include="Metadata\Interfaces\ISearchable.cs" />
57 <Compile Include="Metadata\Interfaces\ISearchableMetadata.cs" /> 56 <Compile Include="Metadata\Interfaces\ISearchableMetadata.cs" />
58 <Compile Include="Metadata\Interfaces\ISearchableMetadataValue.cs" /> 57 <Compile Include="Metadata\Interfaces\ISearchableMetadataValue.cs" />
Line 76... Line 75...
76 <Compile Include="Models\ReflectionMetadata.cs" /> 75 <Compile Include="Models\ReflectionMetadata.cs" />
77 <Compile Include="Models\ReflectionMetadataCollection.cs" /> 76 <Compile Include="Models\ReflectionMetadataCollection.cs" />
78 <Compile Include="Models\ReflectionObjectWithMetadata.cs" /> 77 <Compile Include="Models\ReflectionObjectWithMetadata.cs" />
79 <Compile Include="Properties\AssemblyInfo.cs" /> 78 <Compile Include="Properties\AssemblyInfo.cs" />
80 <Compile Include="Services\DummySearchNavigationService.cs" /> 79 <Compile Include="Services\DummySearchNavigationService.cs" />
81 <Compile Include="Services\Extensions\ISearchServiceExtensions.cs" /> 80 <Compile Include="Services\Extensions\SearchServiceExtensions.cs" />
82 <Compile Include="Services\InMemorySearchService.cs" /> 81 <Compile Include="Services\InMemorySearchService.cs" />
83 <Compile Include="Services\Interfaces\ISearchNavigationService.cs" /> 82 <Compile Include="Services\Interfaces\ISearchNavigationService.cs" />
84 <Compile Include="Services\Interfaces\ISearchQueryService.cs" /> 83 <Compile Include="Services\Interfaces\ISearchQueryService.cs" />
85 <Compile Include="Services\Interfaces\ISearchService.cs" /> 84 <Compile Include="Services\Interfaces\ISearchService.cs" />
86 <Compile Include="Services\SearchQueryService.cs" /> 85 <Compile Include="Services\SearchQueryService.cs" />