From 93c04b953538d11e8468cb3b920a8102ceacb4c2 Mon Sep 17 00:00:00 2001 From: Amatsugu Date: Mon, 14 Apr 2025 21:38:30 -0400 Subject: [PATCH] rename server --- {AobaV2 => AobaServer}/AobaAuthenticationHandler.cs | 0 AobaV2/AobaV2.csproj => AobaServer/AobaServer.csproj | 0 {AobaV2 => AobaServer}/AuthInfo.cs | 0 {AobaV2 => AobaServer}/Controllers/Api/AuthApi.cs | 0 {AobaV2 => AobaServer}/Controllers/AuthController.cs | 0 {AobaV2 => AobaServer}/Controllers/MediaController.cs | 0 {AobaV2 => AobaServer}/Dockerfile | 0 {AobaV2 => AobaServer}/Models/BsonIdModelBinderProvider.cs | 0 {AobaV2 => AobaServer}/Program.cs | 0 {AobaV2 => AobaServer}/Properties/launchSettings.json | 0 {AobaV2 => AobaServer}/appsettings.Development.json | 0 {AobaV2 => AobaServer}/appsettings.json | 0 AobaV2.sln | 2 +- 13 files changed, 1 insertion(+), 1 deletion(-) rename {AobaV2 => AobaServer}/AobaAuthenticationHandler.cs (100%) rename AobaV2/AobaV2.csproj => AobaServer/AobaServer.csproj (100%) rename {AobaV2 => AobaServer}/AuthInfo.cs (100%) rename {AobaV2 => AobaServer}/Controllers/Api/AuthApi.cs (100%) rename {AobaV2 => AobaServer}/Controllers/AuthController.cs (100%) rename {AobaV2 => AobaServer}/Controllers/MediaController.cs (100%) rename {AobaV2 => AobaServer}/Dockerfile (100%) rename {AobaV2 => AobaServer}/Models/BsonIdModelBinderProvider.cs (100%) rename {AobaV2 => AobaServer}/Program.cs (100%) rename {AobaV2 => AobaServer}/Properties/launchSettings.json (100%) rename {AobaV2 => AobaServer}/appsettings.Development.json (100%) rename {AobaV2 => AobaServer}/appsettings.json (100%) diff --git a/AobaV2/AobaAuthenticationHandler.cs b/AobaServer/AobaAuthenticationHandler.cs similarity index 100% rename from AobaV2/AobaAuthenticationHandler.cs rename to AobaServer/AobaAuthenticationHandler.cs diff --git a/AobaV2/AobaV2.csproj b/AobaServer/AobaServer.csproj similarity index 100% rename from AobaV2/AobaV2.csproj rename to AobaServer/AobaServer.csproj diff --git a/AobaV2/AuthInfo.cs b/AobaServer/AuthInfo.cs similarity index 100% rename from AobaV2/AuthInfo.cs rename to AobaServer/AuthInfo.cs diff --git a/AobaV2/Controllers/Api/AuthApi.cs b/AobaServer/Controllers/Api/AuthApi.cs similarity index 100% rename from AobaV2/Controllers/Api/AuthApi.cs rename to AobaServer/Controllers/Api/AuthApi.cs diff --git a/AobaV2/Controllers/AuthController.cs b/AobaServer/Controllers/AuthController.cs similarity index 100% rename from AobaV2/Controllers/AuthController.cs rename to AobaServer/Controllers/AuthController.cs diff --git a/AobaV2/Controllers/MediaController.cs b/AobaServer/Controllers/MediaController.cs similarity index 100% rename from AobaV2/Controllers/MediaController.cs rename to AobaServer/Controllers/MediaController.cs diff --git a/AobaV2/Dockerfile b/AobaServer/Dockerfile similarity index 100% rename from AobaV2/Dockerfile rename to AobaServer/Dockerfile diff --git a/AobaV2/Models/BsonIdModelBinderProvider.cs b/AobaServer/Models/BsonIdModelBinderProvider.cs similarity index 100% rename from AobaV2/Models/BsonIdModelBinderProvider.cs rename to AobaServer/Models/BsonIdModelBinderProvider.cs diff --git a/AobaV2/Program.cs b/AobaServer/Program.cs similarity index 100% rename from AobaV2/Program.cs rename to AobaServer/Program.cs diff --git a/AobaV2/Properties/launchSettings.json b/AobaServer/Properties/launchSettings.json similarity index 100% rename from AobaV2/Properties/launchSettings.json rename to AobaServer/Properties/launchSettings.json diff --git a/AobaV2/appsettings.Development.json b/AobaServer/appsettings.Development.json similarity index 100% rename from AobaV2/appsettings.Development.json rename to AobaServer/appsettings.Development.json diff --git a/AobaV2/appsettings.json b/AobaServer/appsettings.json similarity index 100% rename from AobaV2/appsettings.json rename to AobaServer/appsettings.json diff --git a/AobaV2.sln b/AobaV2.sln index d543c83..849b4b9 100644 --- a/AobaV2.sln +++ b/AobaV2.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.13.35919.96 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AobaV2", "AobaV2\AobaV2.csproj", "{A97400AB-4B57-4074-9A31-8D46A305E633}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AobaServer", "AobaServer\AobaServer.csproj", "{A97400AB-4B57-4074-9A31-8D46A305E633}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AobaCore", "AobaCore\AobaCore.csproj", "{65EEC037-E845-471D-A838-BEEADF781C17}" EndProject