diff --git a/Example.sln b/Example.sln index f3b7f5d..f81a351 100644 --- a/Example.sln +++ b/Example.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.10.35027.167 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{7EAF8960-ABA7-4E12-B9AC-5FE3D0BAB0F6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HTTP.Example", "HTTP.Example\HTTP.Example.csproj", "{7EAF8960-ABA7-4E12-B9AC-5FE3D0BAB0F6}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HTTP", "HTTP\HTTP\HTTP.csproj", "{12E5EAE8-2A60-4DC6-9D97-36CC54EDDBA6}" EndProject diff --git a/Example/Example.csproj b/HTTP.Example/HTTP.Example.csproj similarity index 93% rename from Example/Example.csproj rename to HTTP.Example/HTTP.Example.csproj index ae96a67..5fba71b 100644 --- a/Example/Example.csproj +++ b/HTTP.Example/HTTP.Example.csproj @@ -6,7 +6,7 @@ enable Debug Uwaa.HTTP.Example - HTTP-Example + HTTPExample diff --git a/Example/Program.cs b/HTTP.Example/Program.cs similarity index 100% rename from Example/Program.cs rename to HTTP.Example/Program.cs diff --git a/Example/certs/localhost.pfx b/HTTP.Example/certs/localhost.pfx similarity index 100% rename from Example/certs/localhost.pfx rename to HTTP.Example/certs/localhost.pfx diff --git a/Example/www-static/favicon.ico b/HTTP.Example/www-static/favicon.ico similarity index 100% rename from Example/www-static/favicon.ico rename to HTTP.Example/www-static/favicon.ico diff --git a/Example/www-static/index.htm b/HTTP.Example/www-static/index.htm similarity index 100% rename from Example/www-static/index.htm rename to HTTP.Example/www-static/index.htm diff --git a/Example/www-static/test.htm b/HTTP.Example/www-static/test.htm similarity index 100% rename from Example/www-static/test.htm rename to HTTP.Example/www-static/test.htm diff --git a/Example/www-static/websocket.htm b/HTTP.Example/www-static/websocket.htm similarity index 100% rename from Example/www-static/websocket.htm rename to HTTP.Example/www-static/websocket.htm diff --git a/Example/www-static/websocket.js b/HTTP.Example/www-static/websocket.js similarity index 100% rename from Example/www-static/websocket.js rename to HTTP.Example/www-static/websocket.js