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