-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesignPatterns.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
Copy pathDesignPatterns.sln
File metadata and controls
37 lines (37 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35913.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creational", "Creational\Creational.csproj", "{D978D230-DCF6-4360-8EB3-DDDD9D5A1DFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Structural", "Structural\Structural.csproj", "{9F265428-A39F-4B03-BFA6-BA4099C07BD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Behavioral", "Behavioral\Behavioral.csproj", "{0072F92D-6FC9-48B7-B42D-475F4E5CF630}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D978D230-DCF6-4360-8EB3-DDDD9D5A1DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D978D230-DCF6-4360-8EB3-DDDD9D5A1DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D978D230-DCF6-4360-8EB3-DDDD9D5A1DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D978D230-DCF6-4360-8EB3-DDDD9D5A1DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{9F265428-A39F-4B03-BFA6-BA4099C07BD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F265428-A39F-4B03-BFA6-BA4099C07BD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F265428-A39F-4B03-BFA6-BA4099C07BD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F265428-A39F-4B03-BFA6-BA4099C07BD4}.Release|Any CPU.Build.0 = Release|Any CPU
{0072F92D-6FC9-48B7-B42D-475F4E5CF630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0072F92D-6FC9-48B7-B42D-475F4E5CF630}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0072F92D-6FC9-48B7-B42D-475F4E5CF630}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0072F92D-6FC9-48B7-B42D-475F4E5CF630}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B04788A2-CBC3-49A5-921E-B7A396551F82}
EndGlobalSection
EndGlobal