-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello-dotnet-distributed-tracing.sln
54 lines (54 loc) · 3.18 KB
/
hello-dotnet-distributed-tracing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{3A253F60-B6FF-441E-939C-A43F131F7B0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{3AF405F5-49AE-4642-BF74-511FF69D9FB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CDA21D54-5065-42F4-8EA9-36A82754FE1A}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{84E10755-7FC7-4991-BEE3-EEF961777954}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsApp1", "..\WinFormsApp1\WinFormsApp1.csproj", "{0D4EDB04-9D88-4218-8932-5A5F0D177EB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchmarkArabicToRoman", "..\BenchmarkArabicToRoman\BenchmarkArabicToRoman.csproj", "{125860C8-2DBB-4052-AD88-299E134008CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A253F60-B6FF-441E-939C-A43F131F7B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A253F60-B6FF-441E-939C-A43F131F7B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A253F60-B6FF-441E-939C-A43F131F7B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A253F60-B6FF-441E-939C-A43F131F7B0B}.Release|Any CPU.Build.0 = Release|Any CPU
{3AF405F5-49AE-4642-BF74-511FF69D9FB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AF405F5-49AE-4642-BF74-511FF69D9FB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AF405F5-49AE-4642-BF74-511FF69D9FB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AF405F5-49AE-4642-BF74-511FF69D9FB6}.Release|Any CPU.Build.0 = Release|Any CPU
{84E10755-7FC7-4991-BEE3-EEF961777954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84E10755-7FC7-4991-BEE3-EEF961777954}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84E10755-7FC7-4991-BEE3-EEF961777954}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84E10755-7FC7-4991-BEE3-EEF961777954}.Release|Any CPU.Build.0 = Release|Any CPU
{0D4EDB04-9D88-4218-8932-5A5F0D177EB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D4EDB04-9D88-4218-8932-5A5F0D177EB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D4EDB04-9D88-4218-8932-5A5F0D177EB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D4EDB04-9D88-4218-8932-5A5F0D177EB2}.Release|Any CPU.Build.0 = Release|Any CPU
{125860C8-2DBB-4052-AD88-299E134008CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{125860C8-2DBB-4052-AD88-299E134008CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{125860C8-2DBB-4052-AD88-299E134008CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{125860C8-2DBB-4052-AD88-299E134008CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AD6BDE5-E098-4D2F-B755-EAD92E8757DB}
EndGlobalSection
EndGlobal