-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenTelemetryExample.sln
43 lines (43 loc) · 2.49 KB
/
OpenTelemetryExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackEndPessoa", "BackEndPessoa\BackEndPessoa.csproj", "{4DA94110-5F6C-4ABD-AA5C-A7A593610345}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackEndEndereco", "BackEndEndereco\BackEndEndereco.csproj", "{51AA2293-6D23-4E72-B04C-C54C8DE9950B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FrontEnd", "FrontEnd\FrontEnd.csproj", "{DF9356FD-C33E-4986-8BE6-9303B87D2837}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{CD53A91C-FD39-4149-A72E-F8708C278F4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DA94110-5F6C-4ABD-AA5C-A7A593610345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DA94110-5F6C-4ABD-AA5C-A7A593610345}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DA94110-5F6C-4ABD-AA5C-A7A593610345}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DA94110-5F6C-4ABD-AA5C-A7A593610345}.Release|Any CPU.Build.0 = Release|Any CPU
{51AA2293-6D23-4E72-B04C-C54C8DE9950B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51AA2293-6D23-4E72-B04C-C54C8DE9950B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51AA2293-6D23-4E72-B04C-C54C8DE9950B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51AA2293-6D23-4E72-B04C-C54C8DE9950B}.Release|Any CPU.Build.0 = Release|Any CPU
{DF9356FD-C33E-4986-8BE6-9303B87D2837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF9356FD-C33E-4986-8BE6-9303B87D2837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF9356FD-C33E-4986-8BE6-9303B87D2837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF9356FD-C33E-4986-8BE6-9303B87D2837}.Release|Any CPU.Build.0 = Release|Any CPU
{CD53A91C-FD39-4149-A72E-F8708C278F4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD53A91C-FD39-4149-A72E-F8708C278F4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD53A91C-FD39-4149-A72E-F8708C278F4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD53A91C-FD39-4149-A72E-F8708C278F4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EF2E1F4-3BFB-4A1B-AA4E-A468B3854C88}
EndGlobalSection
EndGlobal