-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdesign-patterns.sln
34 lines (34 loc) · 1.89 KB
/
design-patterns.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creational", "Creational\Creational.csproj", "{6A6F75B2-D5FF-450C-9FD7-CD46C233AFBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Behavioral", "Behavioral\Behavioral.csproj", "{82F117E5-B1CD-4316-BA7D-755FD1959715}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Structural", "Structural\Structural.csproj", "{5852F83A-9048-47CF-ACA1-872DE57311BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A6F75B2-D5FF-450C-9FD7-CD46C233AFBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A6F75B2-D5FF-450C-9FD7-CD46C233AFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A6F75B2-D5FF-450C-9FD7-CD46C233AFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A6F75B2-D5FF-450C-9FD7-CD46C233AFBC}.Release|Any CPU.Build.0 = Release|Any CPU
{82F117E5-B1CD-4316-BA7D-755FD1959715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82F117E5-B1CD-4316-BA7D-755FD1959715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82F117E5-B1CD-4316-BA7D-755FD1959715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82F117E5-B1CD-4316-BA7D-755FD1959715}.Release|Any CPU.Build.0 = Release|Any CPU
{5852F83A-9048-47CF-ACA1-872DE57311BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5852F83A-9048-47CF-ACA1-872DE57311BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5852F83A-9048-47CF-ACA1-872DE57311BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5852F83A-9048-47CF-ACA1-872DE57311BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal