-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTutorials.BasicTutorial.sln
More file actions
85 lines (85 loc) · 6.39 KB
/
Tutorials.BasicTutorial.sln
File metadata and controls
85 lines (85 loc) · 6.39 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{30EF8ED1-269B-4E33-B176-6B13FA0EA9E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PainKiller.PowerCommands.ReadLine", "BasicTutorial\Core\PainKiller.PowerCommands.ReadLine\PainKiller.PowerCommands.ReadLine.csproj", "{2272748C-638E-446A-8D03-BB39FDD80843}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PainKiller.PowerCommands.Configuration", "BasicTutorial\Core\PainKiller.PowerCommands.Configuration\PainKiller.PowerCommands.Configuration.csproj", "{F2FBBF22-B64B-480E-BBFB-BF2C7F99745F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PainKiller.PowerCommands.Core", "BasicTutorial\Core\PainKiller.PowerCommands.Core\PainKiller.PowerCommands.Core.csproj", "{D834E9F0-255A-451E-B2BA-F7DEB50AB113}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PainKiller.PowerCommands.Security", "BasicTutorial\Core\PainKiller.PowerCommands.Security\PainKiller.PowerCommands.Security.csproj", "{2C8027D2-1554-4486-9C2C-811928A95292}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PainKiller.PowerCommands.Shared", "BasicTutorial\Core\PainKiller.PowerCommands.Shared\PainKiller.PowerCommands.Shared.csproj", "{580FEA34-C295-4DBE-804B-8A9DEAB16872}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Third party components", "Third party components", "{A959A273-FF52-4956-A7D4-E0C3711E078A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PainKiller.SerilogExtensions", "BasicTutorial\Third party components\PainKiller.SerilogExtensions\PainKiller.SerilogExtensions.csproj", "{38511809-DD8A-4ED2-BBA7-D3FAE9F4453C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PainKiller.PowerCommands.Bootstrap", "BasicTutorial\PainKiller.PowerCommands.Bootstrap\PainKiller.PowerCommands.Bootstrap.csproj", "{1AF961FB-26C8-4DE4-A65A-CC2DEA102F54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicTutorialCommands", "BasicTutorial\BasicTutorialCommands\BasicTutorialCommands.csproj", "{411A6C53-6305-4291-B20B-EFF041748F31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PainKiller.PowerCommands.PowerCommandsConsole", "BasicTutorial\PainKiller.PowerCommands.PowerCommandsConsole\PainKiller.PowerCommands.PowerCommandsConsole.csproj", "{29E459A3-839B-4BE1-BC0B-F4DDF02C5989}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2272748C-638E-446A-8D03-BB39FDD80843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2272748C-638E-446A-8D03-BB39FDD80843}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2272748C-638E-446A-8D03-BB39FDD80843}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2272748C-638E-446A-8D03-BB39FDD80843}.Release|Any CPU.Build.0 = Release|Any CPU
{F2FBBF22-B64B-480E-BBFB-BF2C7F99745F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2FBBF22-B64B-480E-BBFB-BF2C7F99745F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2FBBF22-B64B-480E-BBFB-BF2C7F99745F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2FBBF22-B64B-480E-BBFB-BF2C7F99745F}.Release|Any CPU.Build.0 = Release|Any CPU
{D834E9F0-255A-451E-B2BA-F7DEB50AB113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D834E9F0-255A-451E-B2BA-F7DEB50AB113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D834E9F0-255A-451E-B2BA-F7DEB50AB113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D834E9F0-255A-451E-B2BA-F7DEB50AB113}.Release|Any CPU.Build.0 = Release|Any CPU
{2C8027D2-1554-4486-9C2C-811928A95292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C8027D2-1554-4486-9C2C-811928A95292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C8027D2-1554-4486-9C2C-811928A95292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C8027D2-1554-4486-9C2C-811928A95292}.Release|Any CPU.Build.0 = Release|Any CPU
{580FEA34-C295-4DBE-804B-8A9DEAB16872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{580FEA34-C295-4DBE-804B-8A9DEAB16872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{580FEA34-C295-4DBE-804B-8A9DEAB16872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{580FEA34-C295-4DBE-804B-8A9DEAB16872}.Release|Any CPU.Build.0 = Release|Any CPU
{38511809-DD8A-4ED2-BBA7-D3FAE9F4453C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38511809-DD8A-4ED2-BBA7-D3FAE9F4453C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38511809-DD8A-4ED2-BBA7-D3FAE9F4453C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38511809-DD8A-4ED2-BBA7-D3FAE9F4453C}.Release|Any CPU.Build.0 = Release|Any CPU
{1AF961FB-26C8-4DE4-A65A-CC2DEA102F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AF961FB-26C8-4DE4-A65A-CC2DEA102F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AF961FB-26C8-4DE4-A65A-CC2DEA102F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AF961FB-26C8-4DE4-A65A-CC2DEA102F54}.Release|Any CPU.Build.0 = Release|Any CPU
{411A6C53-6305-4291-B20B-EFF041748F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{411A6C53-6305-4291-B20B-EFF041748F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{411A6C53-6305-4291-B20B-EFF041748F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{411A6C53-6305-4291-B20B-EFF041748F31}.Release|Any CPU.Build.0 = Release|Any CPU
{29E459A3-839B-4BE1-BC0B-F4DDF02C5989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E459A3-839B-4BE1-BC0B-F4DDF02C5989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E459A3-839B-4BE1-BC0B-F4DDF02C5989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E459A3-839B-4BE1-BC0B-F4DDF02C5989}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2272748C-638E-446A-8D03-BB39FDD80843} = {30EF8ED1-269B-4E33-B176-6B13FA0EA9E8}
{F2FBBF22-B64B-480E-BBFB-BF2C7F99745F} = {30EF8ED1-269B-4E33-B176-6B13FA0EA9E8}
{D834E9F0-255A-451E-B2BA-F7DEB50AB113} = {30EF8ED1-269B-4E33-B176-6B13FA0EA9E8}
{2C8027D2-1554-4486-9C2C-811928A95292} = {30EF8ED1-269B-4E33-B176-6B13FA0EA9E8}
{580FEA34-C295-4DBE-804B-8A9DEAB16872} = {30EF8ED1-269B-4E33-B176-6B13FA0EA9E8}
{38511809-DD8A-4ED2-BBA7-D3FAE9F4453C} = {A959A273-FF52-4956-A7D4-E0C3711E078A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1E4C927-47B7-453F-B844-1E04BE6CF526}
EndGlobalSection
EndGlobal