-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDesignPatternsInCSharp.sln
43 lines (43 loc) · 2.43 KB
/
DesignPatternsInCSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CCC6A3F4-086F-4D76-9A0A-05F3F96EB75F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesignPatternsInCSharp", "DesignPatternsInCSharp\DesignPatternsInCSharp.csproj", "{0E7826A9-F4E7-4A66-B4A7-A2687780E824}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesignPatternsInCSharp.Tests", "DesignPatternsInCSharp.Tests\DesignPatternsInCSharp.Tests.csproj", "{CF2A1292-690D-4224-B283-F74DB9701C0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesignPatternsInCSharp.Benchmarks", "DesignPatternsInCSharp.Benchmarks\DesignPatternsInCSharp.Benchmarks.csproj", "{2E6520F2-3697-4343-BCE9-E13A436655EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E7826A9-F4E7-4A66-B4A7-A2687780E824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E7826A9-F4E7-4A66-B4A7-A2687780E824}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E7826A9-F4E7-4A66-B4A7-A2687780E824}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E7826A9-F4E7-4A66-B4A7-A2687780E824}.Release|Any CPU.Build.0 = Release|Any CPU
{CF2A1292-690D-4224-B283-F74DB9701C0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF2A1292-690D-4224-B283-F74DB9701C0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF2A1292-690D-4224-B283-F74DB9701C0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF2A1292-690D-4224-B283-F74DB9701C0A}.Release|Any CPU.Build.0 = Release|Any CPU
{2E6520F2-3697-4343-BCE9-E13A436655EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E6520F2-3697-4343-BCE9-E13A436655EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E6520F2-3697-4343-BCE9-E13A436655EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E6520F2-3697-4343-BCE9-E13A436655EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {00468D98-F460-4E59-B753-BC761C12577E}
EndGlobalSection
EndGlobal