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