-
Notifications
You must be signed in to change notification settings - Fork 1
/
COLID.ReportingService.sln
83 lines (83 loc) · 5.32 KB
/
COLID.ReportingService.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "src\COLID.ReportingService.WebApi\WebApi.csproj", "{3BEAE8DD-2445-4414-BB58-8787628567D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{33162F57-5AE1-4B62-B32F-C6C9457CF13E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB8A6F2D-41C8-4E79-8D95-07BF78BAE595}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitlab-ci.yml = .gitlab-ci.yml
coding.ruleset = coding.ruleset
Directory.Build.props = Directory.Build.props
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "References", "src\COLID.ReportingService.References\References.csproj", "{D2064066-2FDB-4748-A8AB-D9F43B9F59B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "src\COLID.ReportingService.Common\Common.csproj", "{4DD0AABD-AB0B-4490-A8FB-6BED551AFF4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "src\COLID.ReportingService.Services\Services.csproj", "{CB2670A0-CEA0-4D3B-9BED-B91EBF49A1DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "src\COLID.ReportingService.Repositories\Repositories.csproj", "{94ED3E8B-84D1-4BA7-9699-9F17B64D096A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{57ECE7F3-92BD-437F-AA43-E4F23D2C0C51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{63FB6322-AF8D-404C-BD35-AC2E431A61E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionalTests", "tests\FunctionalTests\FunctionalTests.csproj", "{B5A40E8D-9C72-425C-A6BE-431E64BF5031}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BEAE8DD-2445-4414-BB58-8787628567D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BEAE8DD-2445-4414-BB58-8787628567D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BEAE8DD-2445-4414-BB58-8787628567D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BEAE8DD-2445-4414-BB58-8787628567D4}.Release|Any CPU.Build.0 = Release|Any CPU
{D2064066-2FDB-4748-A8AB-D9F43B9F59B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2064066-2FDB-4748-A8AB-D9F43B9F59B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2064066-2FDB-4748-A8AB-D9F43B9F59B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2064066-2FDB-4748-A8AB-D9F43B9F59B4}.Release|Any CPU.Build.0 = Release|Any CPU
{4DD0AABD-AB0B-4490-A8FB-6BED551AFF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DD0AABD-AB0B-4490-A8FB-6BED551AFF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DD0AABD-AB0B-4490-A8FB-6BED551AFF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DD0AABD-AB0B-4490-A8FB-6BED551AFF4F}.Release|Any CPU.Build.0 = Release|Any CPU
{CB2670A0-CEA0-4D3B-9BED-B91EBF49A1DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB2670A0-CEA0-4D3B-9BED-B91EBF49A1DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB2670A0-CEA0-4D3B-9BED-B91EBF49A1DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB2670A0-CEA0-4D3B-9BED-B91EBF49A1DA}.Release|Any CPU.Build.0 = Release|Any CPU
{94ED3E8B-84D1-4BA7-9699-9F17B64D096A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94ED3E8B-84D1-4BA7-9699-9F17B64D096A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94ED3E8B-84D1-4BA7-9699-9F17B64D096A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94ED3E8B-84D1-4BA7-9699-9F17B64D096A}.Release|Any CPU.Build.0 = Release|Any CPU
{63FB6322-AF8D-404C-BD35-AC2E431A61E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63FB6322-AF8D-404C-BD35-AC2E431A61E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63FB6322-AF8D-404C-BD35-AC2E431A61E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63FB6322-AF8D-404C-BD35-AC2E431A61E3}.Release|Any CPU.Build.0 = Release|Any CPU
{B5A40E8D-9C72-425C-A6BE-431E64BF5031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5A40E8D-9C72-425C-A6BE-431E64BF5031}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5A40E8D-9C72-425C-A6BE-431E64BF5031}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5A40E8D-9C72-425C-A6BE-431E64BF5031}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3BEAE8DD-2445-4414-BB58-8787628567D4} = {33162F57-5AE1-4B62-B32F-C6C9457CF13E}
{D2064066-2FDB-4748-A8AB-D9F43B9F59B4} = {33162F57-5AE1-4B62-B32F-C6C9457CF13E}
{4DD0AABD-AB0B-4490-A8FB-6BED551AFF4F} = {33162F57-5AE1-4B62-B32F-C6C9457CF13E}
{CB2670A0-CEA0-4D3B-9BED-B91EBF49A1DA} = {33162F57-5AE1-4B62-B32F-C6C9457CF13E}
{94ED3E8B-84D1-4BA7-9699-9F17B64D096A} = {33162F57-5AE1-4B62-B32F-C6C9457CF13E}
{63FB6322-AF8D-404C-BD35-AC2E431A61E3} = {57ECE7F3-92BD-437F-AA43-E4F23D2C0C51}
{B5A40E8D-9C72-425C-A6BE-431E64BF5031} = {57ECE7F3-92BD-437F-AA43-E4F23D2C0C51}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2EBAB5A-72E3-446B-950C-ECBBDBC2FC95}
EndGlobalSection
EndGlobal