-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDesignPatternsTutorial.sln
39 lines (39 loc) · 2 KB
/
DesignPatternsTutorial.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesignPatternsTutorial", "DesignPatternsTutorial\DesignPatternsTutorial.csproj", "{BAF17DD8-AC5D-4C6E-90FD-50B5254CA2B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesignPatternsTutorialTest", "DesignPatternsTutorialTest\DesignPatternsTutorialTest.csproj", "{8D5BCFE9-41EC-4256-8FBB-AD6DAC87339D}"
ProjectSection(ProjectDependencies) = postProject
{BAF17DD8-AC5D-4C6E-90FD-50B5254CA2B3} = {BAF17DD8-AC5D-4C6E-90FD-50B5254CA2B3}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3380849D-6260-4715-A67A-B5EE8735D671}"
ProjectSection(SolutionItems) = preProject
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
{BAF17DD8-AC5D-4C6E-90FD-50B5254CA2B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAF17DD8-AC5D-4C6E-90FD-50B5254CA2B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAF17DD8-AC5D-4C6E-90FD-50B5254CA2B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAF17DD8-AC5D-4C6E-90FD-50B5254CA2B3}.Release|Any CPU.Build.0 = Release|Any CPU
{8D5BCFE9-41EC-4256-8FBB-AD6DAC87339D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D5BCFE9-41EC-4256-8FBB-AD6DAC87339D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D5BCFE9-41EC-4256-8FBB-AD6DAC87339D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D5BCFE9-41EC-4256-8FBB-AD6DAC87339D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02D8E7B0-B1FA-45ED-B980-AE2E653DE8C8}
EndGlobalSection
EndGlobal