From 50ed91c04ab19ff545ebb7f495c44e1366976e88 Mon Sep 17 00:00:00 2001 From: ilitirit Date: Sun, 1 Sep 2024 15:57:46 +0200 Subject: [PATCH] Update project structure --- .gitmodules | 3 +++ Expedience.Api/Dockerfile | 2 +- Expedience.sln | 4 ++-- ExpediencePlugin | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 ExpediencePlugin diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a1c266b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ExpediencePlugin"] + path = ExpediencePlugin + url = https://github.com/ilitirit-za/ExpediencePlugin diff --git a/Expedience.Api/Dockerfile b/Expedience.Api/Dockerfile index f0d3b5c..c02a74a 100644 --- a/Expedience.Api/Dockerfile +++ b/Expedience.Api/Dockerfile @@ -5,7 +5,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 AS build WORKDIR /src # Copy the project files -COPY Expedience.Models/Expedience.Models.csproj Expedience.Models/ +COPY ExpediencePlugin/Expedience.Models/Expedience.Models.csproj Expedience.Models/ COPY Expedience.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/ COPY Expedience.Api/Expedience.Api.csproj Expedience.Api/ diff --git a/Expedience.sln b/Expedience.sln index 03b5a19..7d150d8 100644 --- a/Expedience.sln +++ b/Expedience.sln @@ -9,9 +9,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Web", "Expedienc EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Infrastructure", "Expedience.Infrastructure\Expedience.Infrastructure.csproj", "{22193E16-7B41-44A7-8A40-523963CF2963}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Plugin", "..\ExpediencePlugin\Expedience.Plugin\Expedience.Plugin.csproj", "{B0BAD212-3F8F-4A7A-B767-4219F1278813}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Plugin", "ExpediencePlugin\Expedience.Plugin\Expedience.Plugin.csproj", "{B0BAD212-3F8F-4A7A-B767-4219F1278813}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Models", "..\ExpediencePlugin\Expedience.Models\Expedience.Models.csproj", "{00B139BD-77E6-43FC-A532-7C59D0B84408}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Models", "ExpediencePlugin\Expedience.Models\Expedience.Models.csproj", "{00B139BD-77E6-43FC-A532-7C59D0B84408}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ExpediencePlugin b/ExpediencePlugin new file mode 160000 index 0000000..121aa9a --- /dev/null +++ b/ExpediencePlugin @@ -0,0 +1 @@ +Subproject commit 121aa9ae21f5d250e596aeb4aa5bef6c3359f2c9