-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOtelDotnet.sln
37 lines (37 loc) · 2.02 KB
/
OtelDotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleOtelLibrary", "ExampleOtelLibrary\ExampleOtelLibrary.csproj", "{5ACD0C90-A389-4EC2-952F-D2DEFC36A11C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{881811EF-8BF7-4FCE-9E68-9FF9321FC6B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Worker", "Worker\Worker.csproj", "{91CE61B4-E416-41B0-A409-D30D58543F0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5ACD0C90-A389-4EC2-952F-D2DEFC36A11C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ACD0C90-A389-4EC2-952F-D2DEFC36A11C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ACD0C90-A389-4EC2-952F-D2DEFC36A11C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ACD0C90-A389-4EC2-952F-D2DEFC36A11C}.Release|Any CPU.Build.0 = Release|Any CPU
{881811EF-8BF7-4FCE-9E68-9FF9321FC6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{881811EF-8BF7-4FCE-9E68-9FF9321FC6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{881811EF-8BF7-4FCE-9E68-9FF9321FC6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{881811EF-8BF7-4FCE-9E68-9FF9321FC6B7}.Release|Any CPU.Build.0 = Release|Any CPU
{91CE61B4-E416-41B0-A409-D30D58543F0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91CE61B4-E416-41B0-A409-D30D58543F0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91CE61B4-E416-41B0-A409-D30D58543F0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91CE61B4-E416-41B0-A409-D30D58543F0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45647596-3048-4204-A8E6-83ED30E0C8C7}
EndGlobalSection
EndGlobal