Horizon – Diff between revs 13 and 15

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 13 Rev 15
Line 71... Line 71...
71 <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath> 71 <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>
72 </Reference> 72 </Reference>
73 <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> 73 <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
74 <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> 74 <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
75 </Reference> 75 </Reference>
-   76 <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
-   77 <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
-   78 </Reference>
76 <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL"> 79 <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL">
77 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath> 80 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath>
78 </Reference> 81 </Reference>
-   82 <Reference Include="Lucene.Net, Version=3.0.3.0, Culture=neutral, PublicKeyToken=85089178b9ac3181, processorArchitecture=MSIL">
-   83 <HintPath>..\packages\Lucene.Net.3.0.3\lib\NET40\Lucene.Net.dll</HintPath>
-   84 </Reference>
79 <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 85 <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
80 <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> 86 <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
81 </Reference> 87 </Reference>
82 <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> 88 <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
83 <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath> 89 <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
Line 247... Line 253...
247 <Compile Include="Notifications\Gotify\GotifyMessageExtrasClientDisplay.cs" /> 253 <Compile Include="Notifications\Gotify\GotifyMessageExtrasClientDisplay.cs" />
248 <Compile Include="Notifications\Gotify\GotifyMessageIncoming.cs" /> 254 <Compile Include="Notifications\Gotify\GotifyMessageIncoming.cs" />
249 <Compile Include="Notifications\Gotify\GotifyMessageOutgoing.cs" /> 255 <Compile Include="Notifications\Gotify\GotifyMessageOutgoing.cs" />
250 <Compile Include="Notifications\Gotify\Server.cs" /> 256 <Compile Include="Notifications\Gotify\Server.cs" />
251 <Compile Include="Properties\Annotations.cs" /> 257 <Compile Include="Properties\Annotations.cs" />
-   258 <Compile Include="Searching\Constants.cs" />
-   259 <Compile Include="Searching\MessageIndexedEventArgs.cs" />
-   260 <Compile Include="Searching\SearchEngine.cs" />
252 <Compile Include="Snapshots\CreateSnapshotProgress.cs" /> 261 <Compile Include="Snapshots\CreateSnapshotProgress.cs" />
253 <Compile Include="Snapshots\CreateSnapshotProgressFailure.cs" /> 262 <Compile Include="Snapshots\CreateSnapshotProgressFailure.cs" />
254 <Compile Include="Snapshots\CreateSnapshotProgressSuccess.cs" /> 263 <Compile Include="Snapshots\CreateSnapshotProgressSuccess.cs" />
255 <Compile Include="Snapshots\TransferSnapshot.cs" /> 264 <Compile Include="Snapshots\Snapshot.cs" />
256 <Compile Include="Utilities\LogMemorySink.cs" /> 265 <Compile Include="Utilities\LogMemorySink.cs" />
257 <Compile Include="Snapshots\DataGridViewRowProgressSuccessRetrieveFileStream.cs" /> 266 <Compile Include="Snapshots\DataGridViewRowProgressSuccessRetrieveFileStream.cs" />
258 <Compile Include="Snapshots\DataGridViewRowProgress.cs" /> 267 <Compile Include="Snapshots\DataGridViewRowProgress.cs" />
259 <Compile Include="Snapshots\DataGridViewRowProgressFailure.cs" /> 268 <Compile Include="Snapshots\DataGridViewRowProgressFailure.cs" />
260 <Compile Include="Snapshots\DataGridViewRowProgressSuccess.cs" /> 269 <Compile Include="Snapshots\DataGridViewRowProgressSuccess.cs" />
Line 310... Line 319...
310 <Compile Include="Snapshots\FileSystemWatcherState.cs" /> 319 <Compile Include="Snapshots\FileSystemWatcherState.cs" />
311 <Compile Include="Utilities\ScreenCapture.cs" /> 320 <Compile Include="Utilities\ScreenCapture.cs" />
312 <Compile Include="Snapshots\PreviewRetrievedEventArgs.cs" /> 321 <Compile Include="Snapshots\PreviewRetrievedEventArgs.cs" />
313 <Compile Include="Database\SnapshotDatabase.cs" /> 322 <Compile Include="Database\SnapshotDatabase.cs" />
314 <Compile Include="Database\SnapshotRevertSuccessEventArgs.cs" /> 323 <Compile Include="Database\SnapshotRevertSuccessEventArgs.cs" />
315 <Compile Include="Snapshots\Snapshot.cs" /> -  
316 <Compile Include="Database\SnapshotCreateSuccessEventArgs.cs" /> 324 <Compile Include="Database\SnapshotCreateSuccessEventArgs.cs" />
317 <Compile Include="Snapshots\SnapshotManagerForm.cs"> 325 <Compile Include="Snapshots\SnapshotManagerForm.cs">
318 <SubType>Form</SubType> 326 <SubType>Form</SubType>
319 </Compile> 327 </Compile>
320 <Compile Include="Snapshots\SnapshotManagerForm.Designer.cs"> 328 <Compile Include="Snapshots\SnapshotManagerForm.Designer.cs">