-
Notifications
You must be signed in to change notification settings - Fork 0
/
CloudDebugger.sln
45 lines (45 loc) · 2.38 KB
/
CloudDebugger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudDebugger", "CloudDebugger\CloudDebugger.csproj", "{8C6A0FE0-A3E3-4E21-BE38-A3A7ED12CC1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyHttpLogging", "MyHttpLogging\MyHttpLogging.csproj", "{79F64F94-F987-45EB-9F6D-BB2433CE136E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyAzureIdentity", "MyAzureIdentity\MyAzureIdentity.csproj", "{DF69FCB0-882B-43A3-9924-491076D6BD19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{75A1315A-FAA7-4894-8BD3-64FB2C5E5C40}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C6A0FE0-A3E3-4E21-BE38-A3A7ED12CC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C6A0FE0-A3E3-4E21-BE38-A3A7ED12CC1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C6A0FE0-A3E3-4E21-BE38-A3A7ED12CC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C6A0FE0-A3E3-4E21-BE38-A3A7ED12CC1A}.Release|Any CPU.Build.0 = Release|Any CPU
{79F64F94-F987-45EB-9F6D-BB2433CE136E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79F64F94-F987-45EB-9F6D-BB2433CE136E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79F64F94-F987-45EB-9F6D-BB2433CE136E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79F64F94-F987-45EB-9F6D-BB2433CE136E}.Release|Any CPU.Build.0 = Release|Any CPU
{DF69FCB0-882B-43A3-9924-491076D6BD19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF69FCB0-882B-43A3-9924-491076D6BD19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF69FCB0-882B-43A3-9924-491076D6BD19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF69FCB0-882B-43A3-9924-491076D6BD19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94F0C023-5F23-41F8-997F-ABB653B5FA51}
EndGlobalSection
EndGlobal