Reorganized project structure to separate backend process from frontend process.

This commit is contained in:
Daniel Wathen
2022-12-22 12:10:18 -07:00
parent b5def3da89
commit 80696e5fe6
131 changed files with 494 additions and 347 deletions

View File

@ -3,9 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportingServices", "ReportingServices\ReportingServices.csproj", "{6CEA25EA-767E-486B-B66E-FE039D6E9951}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportingServices.UI", "ReportingServices.UI\ReportingServices.UI.csproj", "{6CEA25EA-767E-486B-B66E-FE039D6E9951}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingServices.Test", "ReportingServices.Test\ReportingServices.Test.csproj", "{9E631987-FBF0-4795-B552-1196718F9EBC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportingServices.Test", "ReportingServices.Test\ReportingServices.Test.csproj", "{9E631987-FBF0-4795-B552-1196718F9EBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingServices.API", "ReportingServicesAPIs\ReportingServices.API.csproj", "{C53BD9A4-EBAF-4C62-9105-F0B01254E72C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingServices.Shared", "ReportingServices.Shared\ReportingServices.Shared.csproj", "{0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -21,6 +25,14 @@ Global
{9E631987-FBF0-4795-B552-1196718F9EBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E631987-FBF0-4795-B552-1196718F9EBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E631987-FBF0-4795-B552-1196718F9EBC}.Release|Any CPU.Build.0 = Release|Any CPU
{C53BD9A4-EBAF-4C62-9105-F0B01254E72C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C53BD9A4-EBAF-4C62-9105-F0B01254E72C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C53BD9A4-EBAF-4C62-9105-F0B01254E72C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C53BD9A4-EBAF-4C62-9105-F0B01254E72C}.Release|Any CPU.Build.0 = Release|Any CPU
{0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE