File tree Expand file tree Collapse file tree 4 files changed +1473
-1463
lines changed Expand file tree Collapse file tree 4 files changed +1473
-1463
lines changed Original file line number Diff line number Diff line change 1
- using libsignal . messages . multidevice ;
1
+ using System ;
2
+ using System . Collections . Generic ;
3
+ using System . Diagnostics ;
4
+ using System . Threading ;
5
+ using System . Threading . Tasks ;
6
+ using libsignal . messages . multidevice ;
2
7
using libsignalservice ;
3
8
using libsignalservice . crypto ;
4
9
using libsignalservice . messages ;
8
13
using Microsoft . Extensions . Logging ;
9
14
using Signal_Windows . Models ;
10
15
using Signal_Windows . Storage ;
11
- using System ;
12
- using System . Collections . Generic ;
13
- using System . Diagnostics ;
14
- using System . IO ;
15
- using System . Linq ;
16
- using System . Text ;
17
- using System . Threading ;
18
- using System . Threading . Tasks ;
19
- using Windows . Storage ;
20
16
using static libsignalservice . SignalServiceMessagePipe ;
21
17
22
18
namespace Signal_Windows . Lib
Original file line number Diff line number Diff line change 119
119
<Compile Include =" Settings\LocalConfigurationSource.cs" />
120
120
<Compile Include =" Settings\SignalSettings.cs" />
121
121
<Compile Include =" SignalWebSocket.cs" />
122
+ <Compile Include =" Storage\LibsignalDBContext.cs" />
123
+ <Compile Include =" Storage\SignalDBContext.cs" />
122
124
<Compile Include =" Util\LibUtils.cs" />
123
125
<Compile Include =" Migrations\LibsignalDB\20170806145530_ls1.cs" />
124
126
<Compile Include =" Migrations\LibsignalDB\20170806145530_ls1.Designer.cs" >
164
166
<Compile Include =" Properties\AssemblyInfo.cs" />
165
167
<Compile Include =" SignalLibHandle.cs" />
166
168
<Compile Include =" SignalLogging.cs" />
167
- <Compile Include =" Storage\DB.cs" />
168
169
<Compile Include =" Storage\Store.cs" />
169
170
<Compile Include =" Util\NotificationsUtils.cs" />
170
171
<EmbeddedResource Include =" Properties\Signal_Windows.Lib.rd.xml" />
You can’t perform that action at this time.
0 commit comments