From 761f7a6d59567bafe11a3c824d3b38053add259f Mon Sep 17 00:00:00 2001 From: uwaa Date: Mon, 4 Nov 2024 09:12:40 +0000 Subject: [PATCH] rename --- Example.sln | 2 +- .../HTTP.Example.csproj | 2 +- {Example => HTTP.Example}/Program.cs | 0 {Example => HTTP.Example}/certs/localhost.pfx | Bin {Example => HTTP.Example}/www-static/favicon.ico | Bin {Example => HTTP.Example}/www-static/index.htm | 0 {Example => HTTP.Example}/www-static/test.htm | 0 {Example => HTTP.Example}/www-static/websocket.htm | 0 {Example => HTTP.Example}/www-static/websocket.js | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename Example/Example.csproj => HTTP.Example/HTTP.Example.csproj (93%) rename {Example => HTTP.Example}/Program.cs (100%) rename {Example => HTTP.Example}/certs/localhost.pfx (100%) rename {Example => HTTP.Example}/www-static/favicon.ico (100%) rename {Example => HTTP.Example}/www-static/index.htm (100%) rename {Example => HTTP.Example}/www-static/test.htm (100%) rename {Example => HTTP.Example}/www-static/websocket.htm (100%) rename {Example => HTTP.Example}/www-static/websocket.js (100%) 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