From 62cca0e3921597fcb015fc16429a7bfd77e9bf76 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 12 Jan 2023 00:51:06 +0200 Subject: [PATCH] move project to subfolder --- NDB.sln | 18 +++++++++--------- .../DependencyInjectionExtensions.cs | 0 .../Entities/IPInfo.cs | 0 .../NDB.Infrastructure.PublicIP.csproj | 0 .../NDB.Infrastructure.PublicIP}/Notes.txt | 0 .../Services/IPublicIPService.cs | 0 .../Services/PublicIPService.cs | 0 7 files changed, 9 insertions(+), 9 deletions(-) rename {NDB.Infrastructure.PublicIP => infrastructure/NDB.Infrastructure.PublicIP}/DependencyInjectionExtensions.cs (100%) rename {NDB.Infrastructure.PublicIP => infrastructure/NDB.Infrastructure.PublicIP}/Entities/IPInfo.cs (100%) rename {NDB.Infrastructure.PublicIP => infrastructure/NDB.Infrastructure.PublicIP}/NDB.Infrastructure.PublicIP.csproj (100%) rename {NDB.Infrastructure.PublicIP => infrastructure/NDB.Infrastructure.PublicIP}/Notes.txt (100%) rename {NDB.Infrastructure.PublicIP => infrastructure/NDB.Infrastructure.PublicIP}/Services/IPublicIPService.cs (100%) rename {NDB.Infrastructure.PublicIP => infrastructure/NDB.Infrastructure.PublicIP}/Services/PublicIPService.cs (100%) diff --git a/NDB.sln b/NDB.sln index 5818546..86b3d2a 100644 --- a/NDB.sln +++ b/NDB.sln @@ -14,8 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution NuGet.config = NuGet.config EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.Infrastructure.PublicIP", "NDB.Infrastructure.PublicIP\NDB.Infrastructure.PublicIP.csproj", "{FCB29735-E36A-442A-9307-F124782B8BB8}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.Logging.Api", "NDB.Logging.Api\NDB.Logging.Api.csproj", "{74E221BE-C097-468B-93E4-AAE1B2173C49}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.DataAccess.SqlServer", "NDB.DataAccess.SqlServer\NDB.DataAccess.SqlServer.csproj", "{95AF4B47-2C84-44C1-BD25-297F09A48BED}" @@ -60,11 +58,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.Test.Api", "NDB.Test.Ap EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.Infrastructure.DatabaseMigration", "infrastructure\NDB.Infrastructure.DatabaseMigration\NDB.Infrastructure.DatabaseMigration.csproj", "{74C7BE02-DD5C-49C2-8E88-E3AEA729E2AB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDB.Data.EntityFramework", "src\data\NDB.Data.EntityFramework\NDB.Data.EntityFramework.csproj", "{15650720-30F3-4FF3-8D4A-9B21BBA5E273}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.Data.EntityFramework", "src\data\NDB.Data.EntityFramework\NDB.Data.EntityFramework.csproj", "{15650720-30F3-4FF3-8D4A-9B21BBA5E273}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "core", "core", "{FD5D4A32-E6A7-4808-B43E-A906B1B81956}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDB.Core.Abstractions", "src\core\NDB.Core.Abstractions\NDB.Core.Abstractions.csproj", "{A15F25DD-2B42-49AB-BBA8-E9D9B78630A1}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.Core.Abstractions", "src\core\NDB.Core.Abstractions\NDB.Core.Abstractions.csproj", "{A15F25DD-2B42-49AB-BBA8-E9D9B78630A1}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.Infrastructure.PublicIP", "infrastructure\NDB.Infrastructure.PublicIP\NDB.Infrastructure.PublicIP.csproj", "{A02F1468-85EC-4AFC-999C-94B3138184B9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -76,10 +76,6 @@ Global {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Debug|Any CPU.Build.0 = Debug|Any CPU {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Release|Any CPU.ActiveCfg = Release|Any CPU {F4AB0B71-6B14-402B-8B05-128AFB3E06D9}.Release|Any CPU.Build.0 = Release|Any CPU - {FCB29735-E36A-442A-9307-F124782B8BB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FCB29735-E36A-442A-9307-F124782B8BB8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FCB29735-E36A-442A-9307-F124782B8BB8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FCB29735-E36A-442A-9307-F124782B8BB8}.Release|Any CPU.Build.0 = Release|Any CPU {74E221BE-C097-468B-93E4-AAE1B2173C49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {74E221BE-C097-468B-93E4-AAE1B2173C49}.Debug|Any CPU.Build.0 = Debug|Any CPU {74E221BE-C097-468B-93E4-AAE1B2173C49}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -124,13 +120,16 @@ Global {A15F25DD-2B42-49AB-BBA8-E9D9B78630A1}.Debug|Any CPU.Build.0 = Debug|Any CPU {A15F25DD-2B42-49AB-BBA8-E9D9B78630A1}.Release|Any CPU.ActiveCfg = Release|Any CPU {A15F25DD-2B42-49AB-BBA8-E9D9B78630A1}.Release|Any CPU.Build.0 = Release|Any CPU + {A02F1468-85EC-4AFC-999C-94B3138184B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A02F1468-85EC-4AFC-999C-94B3138184B9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A02F1468-85EC-4AFC-999C-94B3138184B9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A02F1468-85EC-4AFC-999C-94B3138184B9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {F4AB0B71-6B14-402B-8B05-128AFB3E06D9} = {9F1BAC15-1625-40F7-9B7E-7C9CB6345DFF} - {FCB29735-E36A-442A-9307-F124782B8BB8} = {1C1D634E-06CC-4707-9564-E31A76F27D9E} {74E221BE-C097-468B-93E4-AAE1B2173C49} = {06D5F056-4099-4636-A45C-D6C3B2CCDD66} {95AF4B47-2C84-44C1-BD25-297F09A48BED} = {7D49E538-B89A-4BC2-AD5A-5A658F4B74E4} {B50B55F0-9E6E-4061-9100-E2329A44E76B} = {E0202271-4E92-4DB8-900D-B5FD745B9278} @@ -155,6 +154,7 @@ Global {15650720-30F3-4FF3-8D4A-9B21BBA5E273} = {7D49E538-B89A-4BC2-AD5A-5A658F4B74E4} {FD5D4A32-E6A7-4808-B43E-A906B1B81956} = {E0202271-4E92-4DB8-900D-B5FD745B9278} {A15F25DD-2B42-49AB-BBA8-E9D9B78630A1} = {FD5D4A32-E6A7-4808-B43E-A906B1B81956} + {A02F1468-85EC-4AFC-999C-94B3138184B9} = {1C1D634E-06CC-4707-9564-E31A76F27D9E} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {87541BAB-3FAC-4ADB-A7FB-8228DA87843D} diff --git a/NDB.Infrastructure.PublicIP/DependencyInjectionExtensions.cs b/infrastructure/NDB.Infrastructure.PublicIP/DependencyInjectionExtensions.cs similarity index 100% rename from NDB.Infrastructure.PublicIP/DependencyInjectionExtensions.cs rename to infrastructure/NDB.Infrastructure.PublicIP/DependencyInjectionExtensions.cs diff --git a/NDB.Infrastructure.PublicIP/Entities/IPInfo.cs b/infrastructure/NDB.Infrastructure.PublicIP/Entities/IPInfo.cs similarity index 100% rename from NDB.Infrastructure.PublicIP/Entities/IPInfo.cs rename to infrastructure/NDB.Infrastructure.PublicIP/Entities/IPInfo.cs diff --git a/NDB.Infrastructure.PublicIP/NDB.Infrastructure.PublicIP.csproj b/infrastructure/NDB.Infrastructure.PublicIP/NDB.Infrastructure.PublicIP.csproj similarity index 100% rename from NDB.Infrastructure.PublicIP/NDB.Infrastructure.PublicIP.csproj rename to infrastructure/NDB.Infrastructure.PublicIP/NDB.Infrastructure.PublicIP.csproj diff --git a/NDB.Infrastructure.PublicIP/Notes.txt b/infrastructure/NDB.Infrastructure.PublicIP/Notes.txt similarity index 100% rename from NDB.Infrastructure.PublicIP/Notes.txt rename to infrastructure/NDB.Infrastructure.PublicIP/Notes.txt diff --git a/NDB.Infrastructure.PublicIP/Services/IPublicIPService.cs b/infrastructure/NDB.Infrastructure.PublicIP/Services/IPublicIPService.cs similarity index 100% rename from NDB.Infrastructure.PublicIP/Services/IPublicIPService.cs rename to infrastructure/NDB.Infrastructure.PublicIP/Services/IPublicIPService.cs diff --git a/NDB.Infrastructure.PublicIP/Services/PublicIPService.cs b/infrastructure/NDB.Infrastructure.PublicIP/Services/PublicIPService.cs similarity index 100% rename from NDB.Infrastructure.PublicIP/Services/PublicIPService.cs rename to infrastructure/NDB.Infrastructure.PublicIP/Services/PublicIPService.cs