-
Notifications
You must be signed in to change notification settings - Fork 8
/
Masny.DesignPatterns.sln
55 lines (55 loc) · 3.47 KB
/
Masny.DesignPatterns.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masny.SOLID", "src\Masny.SOLID\Masny.SOLID.csproj", "{5A6AD34D-14FA-4278-9A40-88E0285029F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masny.App", "src\Masny.App\Masny.App.csproj", "{4AA07B93-48C2-4F46-B5DF-73EEA32605F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masny.Patterns", "src\Masny.Patterns\Masny.Patterns.csproj", "{081C0470-44F2-4049-B69E-452D927EC837}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masny.Core", "src\Masny.Core\Masny.Core.csproj", "{CFDE370A-AC90-44FE-84B6-C1A51B192E37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masny.Common", "src\Masny.Common\Masny.Common.csproj", "{279B288D-70E8-489B-A67F-CEA4CAA99C3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masny.AppCLI", "src\Masny.AppCLI\Masny.AppCLI.csproj", "{09E15214-FD7D-4D61-AA8B-6D81DAA77E9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A6AD34D-14FA-4278-9A40-88E0285029F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A6AD34D-14FA-4278-9A40-88E0285029F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A6AD34D-14FA-4278-9A40-88E0285029F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A6AD34D-14FA-4278-9A40-88E0285029F5}.Release|Any CPU.Build.0 = Release|Any CPU
{4AA07B93-48C2-4F46-B5DF-73EEA32605F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AA07B93-48C2-4F46-B5DF-73EEA32605F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AA07B93-48C2-4F46-B5DF-73EEA32605F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AA07B93-48C2-4F46-B5DF-73EEA32605F2}.Release|Any CPU.Build.0 = Release|Any CPU
{081C0470-44F2-4049-B69E-452D927EC837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{081C0470-44F2-4049-B69E-452D927EC837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{081C0470-44F2-4049-B69E-452D927EC837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{081C0470-44F2-4049-B69E-452D927EC837}.Release|Any CPU.Build.0 = Release|Any CPU
{CFDE370A-AC90-44FE-84B6-C1A51B192E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFDE370A-AC90-44FE-84B6-C1A51B192E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFDE370A-AC90-44FE-84B6-C1A51B192E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFDE370A-AC90-44FE-84B6-C1A51B192E37}.Release|Any CPU.Build.0 = Release|Any CPU
{279B288D-70E8-489B-A67F-CEA4CAA99C3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{279B288D-70E8-489B-A67F-CEA4CAA99C3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{279B288D-70E8-489B-A67F-CEA4CAA99C3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{279B288D-70E8-489B-A67F-CEA4CAA99C3F}.Release|Any CPU.Build.0 = Release|Any CPU
{09E15214-FD7D-4D61-AA8B-6D81DAA77E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E15214-FD7D-4D61-AA8B-6D81DAA77E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09E15214-FD7D-4D61-AA8B-6D81DAA77E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09E15214-FD7D-4D61-AA8B-6D81DAA77E9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D0FCC00-4160-4847-84AD-4586E5417F3D}
EndGlobalSection
EndGlobal