Projektstruktur optimiert und Benutzer- & Gruppenverzeichnisdienste abgeschlossen.

This commit is contained in:
Developer 02
2024-03-08 15:00:37 +01:00
parent 846364351e
commit 085a1ffdec
363 changed files with 7785 additions and 8132 deletions

View File

@@ -5,21 +5,22 @@ VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Contracts", "DigitalData.Core.Contracts\DigitalData.Core.Contracts.csproj", "{F70CFAA2-1BE6-4216-8281-C6EF846296A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.CleanArchitecture.Infrastructure", "DigitalData.Core.CleanArchitecture.Infrastructure\DigitalData.Core.CleanArchitecture.Infrastructure.csproj", "{A765EBEA-3D1E-4F36-869B-6D72F87FF3F6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Infrastructure", "DigitalData.Core.Infrastructure\DigitalData.Core.Infrastructure.csproj", "{A765EBEA-3D1E-4F36-869B-6D72F87FF3F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.CultureServices", "DigitalData.Core.CultureServices\DigitalData.Core.CultureServices.csproj", "{F7F64DA1-B001-4E0F-A075-62B7BF925869}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.CleanArchitecture.Application", "DigitalData.Core.CleanArchitecture.Application\DigitalData.Core.CleanArchitecture.Application.csproj", "{DB404CD9-CBB8-4771-AB1B-FD4FDE2C28CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Exceptions", "DigitalData.Core.Exceptions\DigitalData.Core.Exceptions.csproj", "{08684C17-C9F8-40FE-BBA5-0D9D5B703777}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Application", "DigitalData.Core.Application\DigitalData.Core.Application.csproj", "{DB404CD9-CBB8-4771-AB1B-FD4FDE2C28CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.API", "DigitalData.Core.API\DigitalData.Core.API.csproj", "{C57B2480-F632-4691-9C4C-8CC01237203C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Authentication", "DigitalData.Core.Authentication\DigitalData.Core.Authentication.csproj", "{C5CAA59E-1680-4C52-B4AF-7D540861937C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Tests", "DigitalData.Core.Tests\DigitalData.Core.Tests.csproj", "{B54DEF90-C30C-44EA-9875-76F1B330CBB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Attributes", "DigitalData.Core.Attributes\DigitalData.Core.Attributes.csproj", "{049D0ACF-B1B6-468C-BD20-5E7584DF6FE2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Attributes", "DigitalData.Core.Attributes\DigitalData.Core.Attributes.csproj", "{D9DC4FB1-C6B6-41C1-B6D2-E180D726758D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{73774A93-2894-428E-9E08-CB86668ADA52}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -43,26 +44,18 @@ Global
{DB404CD9-CBB8-4771-AB1B-FD4FDE2C28CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB404CD9-CBB8-4771-AB1B-FD4FDE2C28CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB404CD9-CBB8-4771-AB1B-FD4FDE2C28CC}.Release|Any CPU.Build.0 = Release|Any CPU
{08684C17-C9F8-40FE-BBA5-0D9D5B703777}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08684C17-C9F8-40FE-BBA5-0D9D5B703777}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08684C17-C9F8-40FE-BBA5-0D9D5B703777}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08684C17-C9F8-40FE-BBA5-0D9D5B703777}.Release|Any CPU.Build.0 = Release|Any CPU
{C57B2480-F632-4691-9C4C-8CC01237203C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C57B2480-F632-4691-9C4C-8CC01237203C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C57B2480-F632-4691-9C4C-8CC01237203C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C57B2480-F632-4691-9C4C-8CC01237203C}.Release|Any CPU.Build.0 = Release|Any CPU
{C5CAA59E-1680-4C52-B4AF-7D540861937C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5CAA59E-1680-4C52-B4AF-7D540861937C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5CAA59E-1680-4C52-B4AF-7D540861937C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5CAA59E-1680-4C52-B4AF-7D540861937C}.Release|Any CPU.Build.0 = Release|Any CPU
{B54DEF90-C30C-44EA-9875-76F1B330CBB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B54DEF90-C30C-44EA-9875-76F1B330CBB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B54DEF90-C30C-44EA-9875-76F1B330CBB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B54DEF90-C30C-44EA-9875-76F1B330CBB7}.Release|Any CPU.Build.0 = Release|Any CPU
{049D0ACF-B1B6-468C-BD20-5E7584DF6FE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{049D0ACF-B1B6-468C-BD20-5E7584DF6FE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{049D0ACF-B1B6-468C-BD20-5E7584DF6FE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{049D0ACF-B1B6-468C-BD20-5E7584DF6FE2}.Release|Any CPU.Build.0 = Release|Any CPU
{D9DC4FB1-C6B6-41C1-B6D2-E180D726758D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9DC4FB1-C6B6-41C1-B6D2-E180D726758D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9DC4FB1-C6B6-41C1-B6D2-E180D726758D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9DC4FB1-C6B6-41C1-B6D2-E180D726758D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE