Missed files for propertychanged

This commit is contained in:
ScottIsAFool
2013-10-24 21:37:52 +01:00
parent ee1e32b9ab
commit 65e31ac2e2
4 changed files with 4 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
using Newtonsoft.Json;
using System;
using System.Runtime.Serialization;
using PropertyChanged;
namespace PocketSharp.Models
-1
View File
@@ -1,6 +1,5 @@
using Newtonsoft.Json;
using System;
using System.Runtime.Serialization;
using PropertyChanged;
namespace PocketSharp.Models
-1
View File
@@ -1,6 +1,5 @@
using Newtonsoft.Json;
using System;
using System.Runtime.Serialization;
using PropertyChanged;
namespace PocketSharp.Models
+4
View File
@@ -83,6 +83,10 @@
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PropertyChanged">
<HintPath>..\packages\PropertyChanged.Fody.1.41.0.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.IO">
<HintPath>..\packages\Microsoft.Bcl.1.1.3\lib\portable-net40+sl4+win8+wp71\System.IO.dll</HintPath>
</Reference>