-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesignPatterns.sln
More file actions
41 lines (41 loc) · 1.88 KB
/
DesignPatterns.sln
File metadata and controls
41 lines (41 loc) · 1.88 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesignPatterns", "src\Application\DesignPatterns\DesignPatterns.csproj", "{B120ED55-7BEC-494D-A834-79AA5F6414A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{A85EE372-D948-4676-8AD7-EA2B6592B5E5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{10AE568C-567F-4AC1-A42F-50C65C48F4EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "App", "App", "{AF902343-5D7C-4541-8C27-B1B5536931E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B120ED55-7BEC-494D-A834-79AA5F6414A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B120ED55-7BEC-494D-A834-79AA5F6414A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B120ED55-7BEC-494D-A834-79AA5F6414A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B120ED55-7BEC-494D-A834-79AA5F6414A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B120ED55-7BEC-494D-A834-79AA5F6414A8} = {AF902343-5D7C-4541-8C27-B1B5536931E8}
{AF902343-5D7C-4541-8C27-B1B5536931E8} = {10AE568C-567F-4AC1-A42F-50C65C48F4EE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FA8B24F-4B88-4815-BD90-14F68C1870B7}
EndGlobalSection
EndGlobal