Update project structure

main
ilitirit 1 year ago
parent da4af1de0c
commit 50ed91c04a

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "ExpediencePlugin"]
path = ExpediencePlugin
url = https://github.com/ilitirit-za/ExpediencePlugin

@ -5,7 +5,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 AS build
WORKDIR /src WORKDIR /src
# Copy the project files # 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.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/
COPY Expedience.Api/Expedience.Api.csproj Expedience.Api/ COPY Expedience.Api/Expedience.Api.csproj Expedience.Api/

@ -9,9 +9,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Web", "Expedienc
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Infrastructure", "Expedience.Infrastructure\Expedience.Infrastructure.csproj", "{22193E16-7B41-44A7-8A40-523963CF2963}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expedience.Infrastructure", "Expedience.Infrastructure\Expedience.Infrastructure.csproj", "{22193E16-7B41-44A7-8A40-523963CF2963}"
EndProject 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 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 EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

@ -0,0 +1 @@
Subproject commit 121aa9ae21f5d250e596aeb4aa5bef6c3359f2c9
Loading…
Cancel
Save