diff --git a/Yavsc.Client/Yavsc.Client.nuget.targets b/Yavsc.Client/Yavsc.Client.nuget.targets deleted file mode 100644 index 85cf587b..00000000 --- a/Yavsc.Client/Yavsc.Client.nuget.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Yavsc.Client/IAccountBalance.cs b/YavscLib/IAccountBalance.cs similarity index 100% rename from Yavsc.Client/IAccountBalance.cs rename to YavscLib/IAccountBalance.cs diff --git a/Yavsc.Client/IApplicationUser.cs b/YavscLib/IApplicationUser.cs similarity index 100% rename from Yavsc.Client/IApplicationUser.cs rename to YavscLib/IApplicationUser.cs diff --git a/Yavsc.Client/IBlog.cs b/YavscLib/IBlog.cs similarity index 100% rename from Yavsc.Client/IBlog.cs rename to YavscLib/IBlog.cs diff --git a/Yavsc.Client/ICircle.cs b/YavscLib/ICircle.cs similarity index 100% rename from Yavsc.Client/ICircle.cs rename to YavscLib/ICircle.cs diff --git a/Yavsc.Client/ICircleMember.cs b/YavscLib/ICircleMember.cs similarity index 100% rename from Yavsc.Client/ICircleMember.cs rename to YavscLib/ICircleMember.cs diff --git a/Yavsc.Client/IContact.cs b/YavscLib/IContact.cs similarity index 100% rename from Yavsc.Client/IContact.cs rename to YavscLib/IContact.cs diff --git a/Yavsc.Client/IGoogleCloudMobileDeclaration.cs b/YavscLib/IGoogleCloudMobileDeclaration.cs similarity index 100% rename from Yavsc.Client/IGoogleCloudMobileDeclaration.cs rename to YavscLib/IGoogleCloudMobileDeclaration.cs diff --git a/Yavsc.Client/ILocation.cs b/YavscLib/ILocation.cs similarity index 100% rename from Yavsc.Client/ILocation.cs rename to YavscLib/ILocation.cs diff --git a/Yavsc.Client/IPosition.cs b/YavscLib/IPosition.cs similarity index 100% rename from Yavsc.Client/IPosition.cs rename to YavscLib/IPosition.cs diff --git a/Yavsc.Client/MarkdownParser.y b/YavscLib/MarkdownParser.y similarity index 100% rename from Yavsc.Client/MarkdownParser.y rename to YavscLib/MarkdownParser.y diff --git a/Yavsc.Client/Properties/AssemblyInfo.cs b/YavscLib/Properties/AssemblyInfo.cs similarity index 100% rename from Yavsc.Client/Properties/AssemblyInfo.cs rename to YavscLib/Properties/AssemblyInfo.cs diff --git a/Yavsc.Client/Yavsc.Client.userprefs b/YavscLib/Yavsc.Client.userprefs similarity index 100% rename from Yavsc.Client/Yavsc.Client.userprefs rename to YavscLib/Yavsc.Client.userprefs diff --git a/Yavsc.Client/Yavsc.Client.csproj b/YavscLib/YavscLib.csproj similarity index 100% rename from Yavsc.Client/Yavsc.Client.csproj rename to YavscLib/YavscLib.csproj diff --git a/Yavsc.Client/Yavsc.Client.sln b/YavscLib/YavscLib.sln similarity index 100% rename from Yavsc.Client/Yavsc.Client.sln rename to YavscLib/YavscLib.sln diff --git a/Yavsc.Client/app.config b/YavscLib/app.config similarity index 100% rename from Yavsc.Client/app.config rename to YavscLib/app.config diff --git a/Yavsc.Client/packages.config b/YavscLib/packages.config similarity index 100% rename from Yavsc.Client/packages.config rename to YavscLib/packages.config diff --git a/Yavsc.Client/project.json b/YavscLib/project.json similarity index 100% rename from Yavsc.Client/project.json rename to YavscLib/project.json diff --git a/Yavsc.Client/project.lock.json b/YavscLib/project.lock.json similarity index 100% rename from Yavsc.Client/project.lock.json rename to YavscLib/project.lock.json