File tree Expand file tree Collapse file tree 6 files changed +1508
-1484
lines changed Expand file tree Collapse file tree 6 files changed +1508
-1484
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing
2
2
3
+ See more documentation in the ` docs ` folder.
4
+
3
5
## Building
4
6
5
7
### Requirements
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 123
123
<Compile Include =" Settings\LocalConfigurationSource.cs" />
124
124
<Compile Include =" Settings\SignalSettings.cs" />
125
125
<Compile Include =" SignalWebSocket.cs" />
126
+ <Compile Include =" Storage\LibsignalDBContext.cs" />
127
+ <Compile Include =" Storage\SignalDBContext.cs" />
126
128
<Compile Include =" Util\LibUtils.cs" />
127
129
<Compile Include =" Migrations\LibsignalDB\20170806145530_ls1.cs" />
128
130
<Compile Include =" Migrations\LibsignalDB\20170806145530_ls1.Designer.cs" >
168
170
<Compile Include =" Properties\AssemblyInfo.cs" />
169
171
<Compile Include =" SignalLibHandle.cs" />
170
172
<Compile Include =" SignalLogging.cs" />
171
- <Compile Include =" Storage\DB.cs" />
172
173
<Compile Include =" Storage\Store.cs" />
173
174
<Compile Include =" Util\NotificationsUtils.cs" />
174
175
<EmbeddedResource Include =" Properties\Signal_Windows.Lib.rd.xml" />
You can’t perform that action at this time.
0 commit comments