-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDesignPatterns.sln
More file actions
65 lines (65 loc) · 3.92 KB
/
DesignPatterns.sln
File metadata and controls
65 lines (65 loc) · 3.92 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{39339BC6-2413-45A2-824A-D2FF7A6B1A21}"
ProjectSection(SolutionItems) = preProject
Presentation\Design Patterns Presentation.pptx = Presentation\Design Patterns Presentation.pptx
Presentation\Drawing1.vsdx = Presentation\Drawing1.vsdx
Presentation\GitHubQuickStart.docx = Presentation\GitHubQuickStart.docx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code", "Code", "{11C70EB5-C574-423D-857F-82530034A21A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignPatterns", "Code\DesignPatterns\DesignPatterns.csproj", "{A4220399-C345-40EE-B03D-9365F7972113}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignPatterns.Tests", "Code\DesignPatterns.Tests\DesignPatterns.Tests.csproj", "{713081D2-3E26-4D66-A0F3-7D21182D315B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pics", "Pics", "{078C697A-4BE4-420C-8A31-AA9C7621323B}"
ProjectSection(SolutionItems) = preProject
Presentation\Pics\factory1.png = Presentation\Pics\factory1.png
Presentation\Pics\Singleton.jpg = Presentation\Pics\Singleton.jpg
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exercise", "Exercise\Exercise.csproj", "{EA98A53A-F8CD-4539-9E57-1FEF2D64F13A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Execise.Tests", "Execise.Tests\Execise.Tests.csproj", "{464FBD03-CA8B-4926-8F69-66726819DA02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resolved", "Resolved", "{ACDC1096-5705-46D3-A034-C3469C1DE3BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4220399-C345-40EE-B03D-9365F7972113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4220399-C345-40EE-B03D-9365F7972113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4220399-C345-40EE-B03D-9365F7972113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4220399-C345-40EE-B03D-9365F7972113}.Release|Any CPU.Build.0 = Release|Any CPU
{713081D2-3E26-4D66-A0F3-7D21182D315B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{713081D2-3E26-4D66-A0F3-7D21182D315B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{713081D2-3E26-4D66-A0F3-7D21182D315B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{713081D2-3E26-4D66-A0F3-7D21182D315B}.Release|Any CPU.Build.0 = Release|Any CPU
{EA98A53A-F8CD-4539-9E57-1FEF2D64F13A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA98A53A-F8CD-4539-9E57-1FEF2D64F13A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA98A53A-F8CD-4539-9E57-1FEF2D64F13A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA98A53A-F8CD-4539-9E57-1FEF2D64F13A}.Release|Any CPU.Build.0 = Release|Any CPU
{464FBD03-CA8B-4926-8F69-66726819DA02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{464FBD03-CA8B-4926-8F69-66726819DA02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{464FBD03-CA8B-4926-8F69-66726819DA02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{464FBD03-CA8B-4926-8F69-66726819DA02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A4220399-C345-40EE-B03D-9365F7972113} = {11C70EB5-C574-423D-857F-82530034A21A}
{713081D2-3E26-4D66-A0F3-7D21182D315B} = {11C70EB5-C574-423D-857F-82530034A21A}
{078C697A-4BE4-420C-8A31-AA9C7621323B} = {39339BC6-2413-45A2-824A-D2FF7A6B1A21}
{EA98A53A-F8CD-4539-9E57-1FEF2D64F13A} = {ACDC1096-5705-46D3-A034-C3469C1DE3BE}
{464FBD03-CA8B-4926-8F69-66726819DA02} = {ACDC1096-5705-46D3-A034-C3469C1DE3BE}
{ACDC1096-5705-46D3-A034-C3469C1DE3BE} = {11C70EB5-C574-423D-857F-82530034A21A}
EndGlobalSection
EndGlobal