Initial commit: SWP.Core enterprise framework with multi-tenant architecture, configuration management, security, telemetry and comprehensive test suite

This commit is contained in:
Janus C. H. Knudsen 2025-08-02 22:16:39 +02:00
commit 5275a75502
87 changed files with 6140 additions and 0 deletions

31
SWP.Core.sln Normal file
View file

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36202.13 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SWP.Core", "Core\SWP.Core.csproj", "{A89DB90D-5720-8689-A6DD-D077E7D85138}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SWP.Core.X.TDD", "Tests\SWP.Core.X.TDD.csproj", "{76C3FC63-6C63-9B0B-698B-7AB1F08CB2AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A89DB90D-5720-8689-A6DD-D077E7D85138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A89DB90D-5720-8689-A6DD-D077E7D85138}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A89DB90D-5720-8689-A6DD-D077E7D85138}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A89DB90D-5720-8689-A6DD-D077E7D85138}.Release|Any CPU.Build.0 = Release|Any CPU
{76C3FC63-6C63-9B0B-698B-7AB1F08CB2AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76C3FC63-6C63-9B0B-698B-7AB1F08CB2AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76C3FC63-6C63-9B0B-698B-7AB1F08CB2AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76C3FC63-6C63-9B0B-698B-7AB1F08CB2AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D194DADC-70D5-41AA-86EC-666A1BE4794D}
EndGlobalSection
EndGlobal