-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNDC2019.sln
49 lines (49 loc) · 2.97 KB
/
NDC2019.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleReference", "ConsoleReference\ConsoleReference.csproj", "{06783352-6E34-4A83-B7C7-E0905E9A6BEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{33CCCC1A-54F1-4048-AFB1-4F7CD59C519D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebReference", "WebReference\WebReference.csproj", "{50E8C5AE-B8E8-4F89-A343-EAD5F427E107}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TroubleshootDemo", "TroubleshootingDemo\TroubleshootDemo.csproj", "{86A65A59-F5DB-4453-977A-5CDBEFE9C115}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{3A6E16B8-8423-4456-8651-7D125040C862}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06783352-6E34-4A83-B7C7-E0905E9A6BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06783352-6E34-4A83-B7C7-E0905E9A6BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06783352-6E34-4A83-B7C7-E0905E9A6BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06783352-6E34-4A83-B7C7-E0905E9A6BEB}.Release|Any CPU.Build.0 = Release|Any CPU
{33CCCC1A-54F1-4048-AFB1-4F7CD59C519D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33CCCC1A-54F1-4048-AFB1-4F7CD59C519D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33CCCC1A-54F1-4048-AFB1-4F7CD59C519D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33CCCC1A-54F1-4048-AFB1-4F7CD59C519D}.Release|Any CPU.Build.0 = Release|Any CPU
{50E8C5AE-B8E8-4F89-A343-EAD5F427E107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50E8C5AE-B8E8-4F89-A343-EAD5F427E107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50E8C5AE-B8E8-4F89-A343-EAD5F427E107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50E8C5AE-B8E8-4F89-A343-EAD5F427E107}.Release|Any CPU.Build.0 = Release|Any CPU
{86A65A59-F5DB-4453-977A-5CDBEFE9C115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86A65A59-F5DB-4453-977A-5CDBEFE9C115}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86A65A59-F5DB-4453-977A-5CDBEFE9C115}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86A65A59-F5DB-4453-977A-5CDBEFE9C115}.Release|Any CPU.Build.0 = Release|Any CPU
{3A6E16B8-8423-4456-8651-7D125040C862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A6E16B8-8423-4456-8651-7D125040C862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A6E16B8-8423-4456-8651-7D125040C862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A6E16B8-8423-4456-8651-7D125040C862}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {731DA026-0A70-4585-AEE2-90B3CBC62633}
EndGlobalSection
EndGlobal