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
102102 private ISignalFrontend MainWindow ;
103103 private Task IncomingMessagesTask ;
104104 private Task OutgoingMessagesTask ;
105- internal OutgoingMessages OutgoingMessages ;
106105 private SignalServiceMessageReceiver MessageReceiver ;
107106 public BlockingCollection < ISendable > OutgoingQueue = new BlockingCollection < ISendable > ( new ConcurrentQueue < ISendable > ( ) ) ;
108107 private EventWaitHandle GlobalResetEvent ;
Original file line number Diff line number Diff line change 22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
5+ <AppxSymbolPackageEnabled >true</AppxSymbolPackageEnabled >
56 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
67 <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
78 <ProjectGuid >{41736A64-5B66-44AF-879A-501192A46920}</ProjectGuid >
You can’t perform that action at this time.
0 commit comments