From 528e4ac94716a494b4a79023495c4fbddd62a55e Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 28 Nov 2016 15:19:59 +0100 Subject: [PATCH] renamed --- Yavsc.Client/Yavsc.Client.nuget.targets | 6 ------ {Yavsc.Client => YavscLib}/IAccountBalance.cs | 0 {Yavsc.Client => YavscLib}/IApplicationUser.cs | 0 {Yavsc.Client => YavscLib}/IBlog.cs | 0 {Yavsc.Client => YavscLib}/ICircle.cs | 0 {Yavsc.Client => YavscLib}/ICircleMember.cs | 0 {Yavsc.Client => YavscLib}/IContact.cs | 0 {Yavsc.Client => YavscLib}/IGoogleCloudMobileDeclaration.cs | 0 {Yavsc.Client => YavscLib}/ILocation.cs | 0 {Yavsc.Client => YavscLib}/IPosition.cs | 0 {Yavsc.Client => YavscLib}/MarkdownParser.y | 0 {Yavsc.Client => YavscLib}/Properties/AssemblyInfo.cs | 0 {Yavsc.Client => YavscLib}/Yavsc.Client.userprefs | 0 .../Yavsc.Client.csproj => YavscLib/YavscLib.csproj | 0 Yavsc.Client/Yavsc.Client.sln => YavscLib/YavscLib.sln | 0 {Yavsc.Client => YavscLib}/app.config | 0 {Yavsc.Client => YavscLib}/packages.config | 0 {Yavsc.Client => YavscLib}/project.json | 0 {Yavsc.Client => YavscLib}/project.lock.json | 0 19 files changed, 6 deletions(-) delete mode 100644 Yavsc.Client/Yavsc.Client.nuget.targets rename {Yavsc.Client => YavscLib}/IAccountBalance.cs (100%) rename {Yavsc.Client => YavscLib}/IApplicationUser.cs (100%) rename {Yavsc.Client => YavscLib}/IBlog.cs (100%) rename {Yavsc.Client => YavscLib}/ICircle.cs (100%) rename {Yavsc.Client => YavscLib}/ICircleMember.cs (100%) rename {Yavsc.Client => YavscLib}/IContact.cs (100%) rename {Yavsc.Client => YavscLib}/IGoogleCloudMobileDeclaration.cs (100%) rename {Yavsc.Client => YavscLib}/ILocation.cs (100%) rename {Yavsc.Client => YavscLib}/IPosition.cs (100%) rename {Yavsc.Client => YavscLib}/MarkdownParser.y (100%) rename {Yavsc.Client => YavscLib}/Properties/AssemblyInfo.cs (100%) rename {Yavsc.Client => YavscLib}/Yavsc.Client.userprefs (100%) rename Yavsc.Client/Yavsc.Client.csproj => YavscLib/YavscLib.csproj (100%) rename Yavsc.Client/Yavsc.Client.sln => YavscLib/YavscLib.sln (100%) rename {Yavsc.Client => YavscLib}/app.config (100%) rename {Yavsc.Client => YavscLib}/packages.config (100%) rename {Yavsc.Client => YavscLib}/project.json (100%) rename {Yavsc.Client => YavscLib}/project.lock.json (100%) 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