Update projects to use new files

This commit is contained in:
serras 2012-02-12 16:51:28 +01:00
parent e2e706dc6a
commit 8ed2523812
4 changed files with 11 additions and 4 deletions

View file

@ -91,7 +91,7 @@ namespace SparkleLib {
this.is_connected = false;
this.is_connecting = false;
this.socket.Dispose ();
// this.socket.Dispose ();
OnDisconnected (e.Message);
return;
@ -158,7 +158,7 @@ namespace SparkleLib {
this.is_connected = false;
this.is_connecting = false;;
this.socket.Dispose ();
// this.socket.Dispose ();
OnDisconnected ("Ping timeout");
return;

View file

@ -71,12 +71,18 @@
<Compile Include="..\Git\SparkleRepoGit.cs">
<Link>SparkleRepoGit.cs</Link>
</Compile>
<Compile Include="..\SparkleAnnouncement.cs">
<Link>SparkleAnnouncement.cs</Link>
</Compile>
<Compile Include="..\SparkleConfig.cs">
<Link>SparkleConfig.cs</Link>
</Compile>
<Compile Include="..\SparkleExtensions.cs">
<Link>SparkleExtensions.cs</Link>
</Compile>
<Compile Include="..\SparkleListenerFactory.cs">
<Link>SparkleListenerFactory.cs</Link>
</Compile>
<Compile Include="..\SparkleRepoBase.cs">
<Link>SparkleRepoBase.cs</Link>
</Compile>
@ -93,7 +99,6 @@
</Compile>
<Compile Include="..\SparkleFetcherBase.cs" />
<Compile Include="..\SparkleHelpers.cs" />
<Compile Include="..\SparkleOptions.cs" />
<Compile Include="..\SparkleChangeSet.cs" />
<Compile Include="..\SparkleListenerBase.cs" />
<Compile Include="..\SparkleListenerTcp.cs" />

View file

@ -29,7 +29,6 @@ using Mono.Unix;
//using Mono.Unix.Native;
#endif
using SparkleLib;
using SparkleLib.Options;
namespace SparkleShare {

View file

@ -93,6 +93,9 @@
<Compile Include="..\SparkleInvite.cs">
<Link>SparkleInvite.cs</Link>
</Compile>
<Compile Include="..\SparkleOptions.cs">
<Link>SparkleOptions.cs</Link>
</Compile>
<Compile Include="..\SparklePlugin.cs">
<Link>SparklePlugin.cs</Link>
</Compile>