-
Notifications
You must be signed in to change notification settings - Fork 0
/
ServiceLevelIndicators.sln
107 lines (107 loc) · 7.64 KB
/
ServiceLevelIndicators.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{A7D8DEF7-8D37-4DE9-B935-7D9FF571132B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApplicationSLI", "sample\WebApi\SampleWebApplicationSLI.csproj", "{D7E3F524-2505-47DC-ACD8-52BC58DA84A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D89EC6C-8E06-49C5-A4EF-0218F9E6C29B}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleVersionedWebApplicationSLI", "sample\WebApiVersioned\SampleVersionedWebApplicationSLI.csproj", "{A9AB0954-B049-43FD-A676-829F2D5A8F1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceLevelIndicators", "ServiceLevelIndicators", "{133B3755-5A30-4EA0-B6F3-49FC7B8D4BB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLevelIndicators", "ServiceLevelIndicators\src\ServiceLevelIndicators.csproj", "{CE23EAA9-6584-40B2-B457-CCAFD07475D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLevelIndicators.Tests", "ServiceLevelIndicators\tests\ServiceLevelIndicators.Tests.csproj", "{DD4A7A95-B3C2-484B-94B5-F96200EA0087}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceLevelIndicators.Asp", "ServiceLevelIndicators.Asp", "{74558EE8-938D-41C2-8EB8-DC993ECB8A1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLevelIndicators.Asp", "ServiceLevelIndicators.Asp\src\ServiceLevelIndicators.Asp.csproj", "{8B3CF99C-7A4C-40D6-8679-93FB041FA011}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLevelIndicators.Asp.Tests", "ServiceLevelIndicators.Asp\tests\ServiceLevelIndicators.Asp.Tests.csproj", "{808C8C7F-5FFF-4476-8A93-BF6CC95222CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceLevelIncidators.Asp.ApiVersioning", "ServiceLevelIncidators.Asp.ApiVersioning", "{2C6E9F62-8968-455A-AD02-DC795296471A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLevelIndicators.Asp.ApiVersioning", "ServiceLevelIndicators.Asp.ApiVersioning\src\ServiceLevelIndicators.Asp.ApiVersioning.csproj", "{B3F4A43C-64C1-4A41-99DC-0864BB30479C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLevelIndicators.Asp.ApiVersioning.Tests", "ServiceLevelIndicators.Asp.ApiVersioning\tests\ServiceLevelIndicators.Asp.ApiVersioning.Tests.csproj", "{A776B107-2730-4EB6-B481-7F3EFAC2A2A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleMinimalApiSli", "sample\MinApi\SampleMinimalApiSli.csproj", "{D25F951D-CE1A-47D1-8421-F71BEBF3A356}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenerateSli", "sample\GenerateSli\GenerateSli.csproj", "{94FA59E4-26A3-4457-8AD7-4091205F1D06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7E3F524-2505-47DC-ACD8-52BC58DA84A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7E3F524-2505-47DC-ACD8-52BC58DA84A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7E3F524-2505-47DC-ACD8-52BC58DA84A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7E3F524-2505-47DC-ACD8-52BC58DA84A2}.Release|Any CPU.Build.0 = Release|Any CPU
{A9AB0954-B049-43FD-A676-829F2D5A8F1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9AB0954-B049-43FD-A676-829F2D5A8F1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9AB0954-B049-43FD-A676-829F2D5A8F1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9AB0954-B049-43FD-A676-829F2D5A8F1B}.Release|Any CPU.Build.0 = Release|Any CPU
{CE23EAA9-6584-40B2-B457-CCAFD07475D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE23EAA9-6584-40B2-B457-CCAFD07475D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE23EAA9-6584-40B2-B457-CCAFD07475D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE23EAA9-6584-40B2-B457-CCAFD07475D7}.Release|Any CPU.Build.0 = Release|Any CPU
{DD4A7A95-B3C2-484B-94B5-F96200EA0087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD4A7A95-B3C2-484B-94B5-F96200EA0087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD4A7A95-B3C2-484B-94B5-F96200EA0087}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD4A7A95-B3C2-484B-94B5-F96200EA0087}.Release|Any CPU.Build.0 = Release|Any CPU
{8B3CF99C-7A4C-40D6-8679-93FB041FA011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B3CF99C-7A4C-40D6-8679-93FB041FA011}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B3CF99C-7A4C-40D6-8679-93FB041FA011}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B3CF99C-7A4C-40D6-8679-93FB041FA011}.Release|Any CPU.Build.0 = Release|Any CPU
{808C8C7F-5FFF-4476-8A93-BF6CC95222CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{808C8C7F-5FFF-4476-8A93-BF6CC95222CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{808C8C7F-5FFF-4476-8A93-BF6CC95222CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{808C8C7F-5FFF-4476-8A93-BF6CC95222CA}.Release|Any CPU.Build.0 = Release|Any CPU
{B3F4A43C-64C1-4A41-99DC-0864BB30479C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3F4A43C-64C1-4A41-99DC-0864BB30479C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3F4A43C-64C1-4A41-99DC-0864BB30479C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3F4A43C-64C1-4A41-99DC-0864BB30479C}.Release|Any CPU.Build.0 = Release|Any CPU
{A776B107-2730-4EB6-B481-7F3EFAC2A2A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A776B107-2730-4EB6-B481-7F3EFAC2A2A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A776B107-2730-4EB6-B481-7F3EFAC2A2A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A776B107-2730-4EB6-B481-7F3EFAC2A2A8}.Release|Any CPU.Build.0 = Release|Any CPU
{D25F951D-CE1A-47D1-8421-F71BEBF3A356}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D25F951D-CE1A-47D1-8421-F71BEBF3A356}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D25F951D-CE1A-47D1-8421-F71BEBF3A356}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D25F951D-CE1A-47D1-8421-F71BEBF3A356}.Release|Any CPU.Build.0 = Release|Any CPU
{94FA59E4-26A3-4457-8AD7-4091205F1D06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94FA59E4-26A3-4457-8AD7-4091205F1D06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94FA59E4-26A3-4457-8AD7-4091205F1D06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94FA59E4-26A3-4457-8AD7-4091205F1D06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D7E3F524-2505-47DC-ACD8-52BC58DA84A2} = {A7D8DEF7-8D37-4DE9-B935-7D9FF571132B}
{A9AB0954-B049-43FD-A676-829F2D5A8F1B} = {A7D8DEF7-8D37-4DE9-B935-7D9FF571132B}
{CE23EAA9-6584-40B2-B457-CCAFD07475D7} = {133B3755-5A30-4EA0-B6F3-49FC7B8D4BB2}
{DD4A7A95-B3C2-484B-94B5-F96200EA0087} = {133B3755-5A30-4EA0-B6F3-49FC7B8D4BB2}
{8B3CF99C-7A4C-40D6-8679-93FB041FA011} = {74558EE8-938D-41C2-8EB8-DC993ECB8A1F}
{808C8C7F-5FFF-4476-8A93-BF6CC95222CA} = {74558EE8-938D-41C2-8EB8-DC993ECB8A1F}
{B3F4A43C-64C1-4A41-99DC-0864BB30479C} = {2C6E9F62-8968-455A-AD02-DC795296471A}
{A776B107-2730-4EB6-B481-7F3EFAC2A2A8} = {2C6E9F62-8968-455A-AD02-DC795296471A}
{D25F951D-CE1A-47D1-8421-F71BEBF3A356} = {A7D8DEF7-8D37-4DE9-B935-7D9FF571132B}
{94FA59E4-26A3-4457-8AD7-4091205F1D06} = {A7D8DEF7-8D37-4DE9-B935-7D9FF571132B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C1087B8-93AA-4847-9D18-6A16E754593F}
EndGlobalSection
EndGlobal