File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ internal class SignalLibHandle : ISignalLibHandle
102
102
private ISignalFrontend MainWindow ;
103
103
private Task IncomingMessagesTask ;
104
104
private Task OutgoingMessagesTask ;
105
- internal OutgoingMessages OutgoingMessages ;
106
105
private SignalServiceMessageReceiver MessageReceiver ;
107
106
public BlockingCollection < ISendable > OutgoingQueue = new BlockingCollection < ISendable > ( new ConcurrentQueue < ISendable > ( ) ) ;
108
107
private EventWaitHandle GlobalResetEvent ;
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
5
+ <AppxSymbolPackageEnabled >true</AppxSymbolPackageEnabled >
5
6
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
7
<Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7
8
<ProjectGuid >{41736A64-5B66-44AF-879A-501192A46920}</ProjectGuid >
You can’t perform that action at this time.
0 commit comments