Working on IPC with XDMessaging.Lite.

systray
Sean McArdle 2016-11-16 14:43:50 -08:00
parent 292df9350b
commit 4f946ba190
3 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SimpleIPC;
using System.Diagnostics;
namespace WifiSitter

View File

@ -2,4 +2,5 @@
<packages>
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net40" />
<package id="SimpleIPC" version="1.0.6011.16024" targetFramework="net40" />
<package id="XDMessaging.Lite" version="5.0.1" targetFramework="net40" />
</packages>

View File

@ -3,4 +3,5 @@
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net40" />
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net40" />
<package id="SimpleIPC" version="1.0.6011.16024" targetFramework="net40" />
<package id="XDMessaging.Lite" version="5.0.1" targetFramework="net40" />
</packages>