-
Notifications
You must be signed in to change notification settings - Fork 34
/
PerfIt.Samples.sln
88 lines (88 loc) · 6.09 KB
/
PerfIt.Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerfIt.Samples.WebApi", "samples\PerfIt.Samples.WebApi\PerfIt.Samples.WebApi.csproj", "{A550EBCA-884F-4035-9835-147050FF6574}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerfIt.Samples.CoreMvc", "samples\PerfIt.Samples.CoreMvc\PerfIt.Samples.CoreMvc.csproj", "{E6DC073F-28B3-4A3E-ABF3-3BCED8E82197}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A0E01E8C-218B-4EC1-A857-63A2A9D3A42A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{59FA8821-7829-466E-A9C4-C1C8E65BE78F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerfIt", "src\PerfIt\PerfIt.csproj", "{01E2542A-F4A6-4C67-90E4-088E2D975B7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerfIt.CoreMvc", "src\PerfIt.CoreMvc\PerfIt.CoreMvc.csproj", "{8D828EA1-B6F7-4302-B636-7622C5AD3720}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerfIt.WebApi", "src\PerfIt.WebApi\PerfIt.WebApi.csproj", "{5BA04528-6017-4A67-9041-C3A2FE4D6661}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerfIt.Http", "src\PerfIt.Http\PerfIt.Http.csproj", "{3DB9C865-EF2E-4618-B074-42526C967E81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfIt.Samples.CoreMvcAndZipkin", "samples\PerfIt.Samples.CoreMvcAndZipkin\PerfIt.Samples.CoreMvcAndZipkin.csproj", "{D0C30515-0D3E-4A2A-AAD6-9FAC48DAC9F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerfIt.Zipkin", "src\PerfIt.Zipkin\PerfIt.Zipkin.csproj", "{234E4F4D-18EA-4E56-97BB-B4174559CE44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfIt.Samples.WebApiAndZipkin", "samples\PerfIt.Samples.WebApiAndZipkin\PerfIt.Samples.WebApiAndZipkin.csproj", "{21E4E4EF-99F0-469B-A809-8DEF5AD36A01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A550EBCA-884F-4035-9835-147050FF6574}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A550EBCA-884F-4035-9835-147050FF6574}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A550EBCA-884F-4035-9835-147050FF6574}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A550EBCA-884F-4035-9835-147050FF6574}.Release|Any CPU.Build.0 = Release|Any CPU
{E6DC073F-28B3-4A3E-ABF3-3BCED8E82197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6DC073F-28B3-4A3E-ABF3-3BCED8E82197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6DC073F-28B3-4A3E-ABF3-3BCED8E82197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6DC073F-28B3-4A3E-ABF3-3BCED8E82197}.Release|Any CPU.Build.0 = Release|Any CPU
{01E2542A-F4A6-4C67-90E4-088E2D975B7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01E2542A-F4A6-4C67-90E4-088E2D975B7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01E2542A-F4A6-4C67-90E4-088E2D975B7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01E2542A-F4A6-4C67-90E4-088E2D975B7D}.Release|Any CPU.Build.0 = Release|Any CPU
{8D828EA1-B6F7-4302-B636-7622C5AD3720}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D828EA1-B6F7-4302-B636-7622C5AD3720}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D828EA1-B6F7-4302-B636-7622C5AD3720}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D828EA1-B6F7-4302-B636-7622C5AD3720}.Release|Any CPU.Build.0 = Release|Any CPU
{5BA04528-6017-4A67-9041-C3A2FE4D6661}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BA04528-6017-4A67-9041-C3A2FE4D6661}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BA04528-6017-4A67-9041-C3A2FE4D6661}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BA04528-6017-4A67-9041-C3A2FE4D6661}.Release|Any CPU.Build.0 = Release|Any CPU
{3DB9C865-EF2E-4618-B074-42526C967E81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DB9C865-EF2E-4618-B074-42526C967E81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DB9C865-EF2E-4618-B074-42526C967E81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DB9C865-EF2E-4618-B074-42526C967E81}.Release|Any CPU.Build.0 = Release|Any CPU
{D0C30515-0D3E-4A2A-AAD6-9FAC48DAC9F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C30515-0D3E-4A2A-AAD6-9FAC48DAC9F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C30515-0D3E-4A2A-AAD6-9FAC48DAC9F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C30515-0D3E-4A2A-AAD6-9FAC48DAC9F8}.Release|Any CPU.Build.0 = Release|Any CPU
{234E4F4D-18EA-4E56-97BB-B4174559CE44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{234E4F4D-18EA-4E56-97BB-B4174559CE44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{234E4F4D-18EA-4E56-97BB-B4174559CE44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{234E4F4D-18EA-4E56-97BB-B4174559CE44}.Release|Any CPU.Build.0 = Release|Any CPU
{21E4E4EF-99F0-469B-A809-8DEF5AD36A01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21E4E4EF-99F0-469B-A809-8DEF5AD36A01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21E4E4EF-99F0-469B-A809-8DEF5AD36A01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21E4E4EF-99F0-469B-A809-8DEF5AD36A01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A550EBCA-884F-4035-9835-147050FF6574} = {59FA8821-7829-466E-A9C4-C1C8E65BE78F}
{E6DC073F-28B3-4A3E-ABF3-3BCED8E82197} = {59FA8821-7829-466E-A9C4-C1C8E65BE78F}
{01E2542A-F4A6-4C67-90E4-088E2D975B7D} = {A0E01E8C-218B-4EC1-A857-63A2A9D3A42A}
{8D828EA1-B6F7-4302-B636-7622C5AD3720} = {A0E01E8C-218B-4EC1-A857-63A2A9D3A42A}
{5BA04528-6017-4A67-9041-C3A2FE4D6661} = {A0E01E8C-218B-4EC1-A857-63A2A9D3A42A}
{3DB9C865-EF2E-4618-B074-42526C967E81} = {A0E01E8C-218B-4EC1-A857-63A2A9D3A42A}
{D0C30515-0D3E-4A2A-AAD6-9FAC48DAC9F8} = {59FA8821-7829-466E-A9C4-C1C8E65BE78F}
{234E4F4D-18EA-4E56-97BB-B4174559CE44} = {A0E01E8C-218B-4EC1-A857-63A2A9D3A42A}
{21E4E4EF-99F0-469B-A809-8DEF5AD36A01} = {59FA8821-7829-466E-A9C4-C1C8E65BE78F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AF20526-8460-4707-BC18-FD905294664A}
EndGlobalSection
EndGlobal