-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMurk Design Patterns Interfaces.sln
More file actions
54 lines (54 loc) · 3.17 KB
/
Murk Design Patterns Interfaces.sln
File metadata and controls
54 lines (54 loc) · 3.17 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
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{1F787D40-E978-48B7-B302-26F9B69BD182}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Design Patterns", "Design Patterns", "{712BDD08-B672-46C1-9FC5-BA0494F5685A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Murk.Command.Interfaces", "Source\Design Patterns\Command\Murk.Command.Interfaces\Murk.Command.Interfaces.csproj", "{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Murk.DesignPatterns.Interfaces", "Source\Boundles\Murk.DesignPatterns.Interfaces\Murk.DesignPatterns.Interfaces.csproj", "{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Murk.Common", "Source\Murk.Common\Murk.Common.shproj", "{C4ED04EF-9B39-43B5-9F48-FBD425C01EF8}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Source\Murk.Common\Murk.Common.projitems*{c4ed04ef-9b39-43b5-9f48-fbd425c01ef8}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}.Debug|x86.ActiveCfg = Debug|Any CPU
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}.Debug|x86.Build.0 = Debug|Any CPU
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}.Release|Any CPU.Build.0 = Release|Any CPU
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}.Release|x86.ActiveCfg = Release|Any CPU
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8}.Release|x86.Build.0 = Release|Any CPU
{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}.Debug|x86.ActiveCfg = Debug|Any CPU
{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}.Debug|x86.Build.0 = Debug|Any CPU
{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}.Release|Any CPU.Build.0 = Release|Any CPU
{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}.Release|x86.ActiveCfg = Release|Any CPU
{F07D3CE1-C6EF-4AD0-A542-9EA729DAD4A3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A892D702-7245-4C49-AFD5-BDBF0FE0A0B8} = {712BDD08-B672-46C1-9FC5-BA0494F5685A}
{C4ED04EF-9B39-43B5-9F48-FBD425C01EF8} = {1F787D40-E978-48B7-B302-26F9B69BD182}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CFC926C-BD25-448D-853B-D8A38A41E9E6}
EndGlobalSection
EndGlobal