From 41c4211c6b32db5b6bcd3536e238a2573069d708 Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Sat, 5 Nov 2016 22:17:19 -0700 Subject: [PATCH] Renaming folder --- SignalR.sln | 2 +- .../FormatterResolver.cs | 0 .../IStreamFormatter.cs | 0 .../JSonStreamFormatter.cs | 0 .../PersistentConnectionLifeTimeManager.cs | 0 samples/{PersisitentConnection => SocialWeather}/Program.cs | 0 .../ProtobufWeatherStreamFormatter.cs | 0 .../SocialWeather.xproj | 0 .../SocialWeatherEndPoint.cs | 0 samples/{PersisitentConnection => SocialWeather}/Startup.cs | 0 .../{PersisitentConnection => SocialWeather}/WeatherReport.cs | 0 samples/{PersisitentConnection => SocialWeather}/project.json | 0 samples/{PersisitentConnection => SocialWeather}/web.config | 0 .../wwwroot/weather.html | 0 14 files changed, 1 insertion(+), 1 deletion(-) rename samples/{PersisitentConnection => SocialWeather}/FormatterResolver.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/IStreamFormatter.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/JSonStreamFormatter.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/PersistentConnectionLifeTimeManager.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/Program.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/ProtobufWeatherStreamFormatter.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/SocialWeather.xproj (100%) rename samples/{PersisitentConnection => SocialWeather}/SocialWeatherEndPoint.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/Startup.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/WeatherReport.cs (100%) rename samples/{PersisitentConnection => SocialWeather}/project.json (100%) rename samples/{PersisitentConnection => SocialWeather}/web.config (100%) rename samples/{PersisitentConnection => SocialWeather}/wwwroot/weather.html (100%) diff --git a/SignalR.sln b/SignalR.sln index bf4087e65c..a0d35936ec 100644 --- a/SignalR.sln +++ b/SignalR.sln @@ -39,7 +39,7 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebSocketsTestApp", "test\W EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ChatSample", "samples\ChatSample\ChatSample.xproj", "{300979F6-A02E-407A-B8DF-F6200806C18D}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SocialWeather", "samples\PersisitentConnection\SocialWeather.xproj", "{8D789F94-CB74-45FD-ACE7-92AF6E55042E}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SocialWeather", "samples\SocialWeather\SocialWeather.xproj", "{8D789F94-CB74-45FD-ACE7-92AF6E55042E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/samples/PersisitentConnection/FormatterResolver.cs b/samples/SocialWeather/FormatterResolver.cs similarity index 100% rename from samples/PersisitentConnection/FormatterResolver.cs rename to samples/SocialWeather/FormatterResolver.cs diff --git a/samples/PersisitentConnection/IStreamFormatter.cs b/samples/SocialWeather/IStreamFormatter.cs similarity index 100% rename from samples/PersisitentConnection/IStreamFormatter.cs rename to samples/SocialWeather/IStreamFormatter.cs diff --git a/samples/PersisitentConnection/JSonStreamFormatter.cs b/samples/SocialWeather/JSonStreamFormatter.cs similarity index 100% rename from samples/PersisitentConnection/JSonStreamFormatter.cs rename to samples/SocialWeather/JSonStreamFormatter.cs diff --git a/samples/PersisitentConnection/PersistentConnectionLifeTimeManager.cs b/samples/SocialWeather/PersistentConnectionLifeTimeManager.cs similarity index 100% rename from samples/PersisitentConnection/PersistentConnectionLifeTimeManager.cs rename to samples/SocialWeather/PersistentConnectionLifeTimeManager.cs diff --git a/samples/PersisitentConnection/Program.cs b/samples/SocialWeather/Program.cs similarity index 100% rename from samples/PersisitentConnection/Program.cs rename to samples/SocialWeather/Program.cs diff --git a/samples/PersisitentConnection/ProtobufWeatherStreamFormatter.cs b/samples/SocialWeather/ProtobufWeatherStreamFormatter.cs similarity index 100% rename from samples/PersisitentConnection/ProtobufWeatherStreamFormatter.cs rename to samples/SocialWeather/ProtobufWeatherStreamFormatter.cs diff --git a/samples/PersisitentConnection/SocialWeather.xproj b/samples/SocialWeather/SocialWeather.xproj similarity index 100% rename from samples/PersisitentConnection/SocialWeather.xproj rename to samples/SocialWeather/SocialWeather.xproj diff --git a/samples/PersisitentConnection/SocialWeatherEndPoint.cs b/samples/SocialWeather/SocialWeatherEndPoint.cs similarity index 100% rename from samples/PersisitentConnection/SocialWeatherEndPoint.cs rename to samples/SocialWeather/SocialWeatherEndPoint.cs diff --git a/samples/PersisitentConnection/Startup.cs b/samples/SocialWeather/Startup.cs similarity index 100% rename from samples/PersisitentConnection/Startup.cs rename to samples/SocialWeather/Startup.cs diff --git a/samples/PersisitentConnection/WeatherReport.cs b/samples/SocialWeather/WeatherReport.cs similarity index 100% rename from samples/PersisitentConnection/WeatherReport.cs rename to samples/SocialWeather/WeatherReport.cs diff --git a/samples/PersisitentConnection/project.json b/samples/SocialWeather/project.json similarity index 100% rename from samples/PersisitentConnection/project.json rename to samples/SocialWeather/project.json diff --git a/samples/PersisitentConnection/web.config b/samples/SocialWeather/web.config similarity index 100% rename from samples/PersisitentConnection/web.config rename to samples/SocialWeather/web.config diff --git a/samples/PersisitentConnection/wwwroot/weather.html b/samples/SocialWeather/wwwroot/weather.html similarity index 100% rename from samples/PersisitentConnection/wwwroot/weather.html rename to samples/SocialWeather/wwwroot/weather.html