-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMR.Patterns.Repository.sln
More file actions
78 lines (78 loc) · 4.55 KB
/
MR.Patterns.Repository.sln
File metadata and controls
78 lines (78 loc) · 4.55 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{28C15C68-D034-4247-BD6C-780A23F6CD4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57D55E7F-20D4-4FEA-B491-B24783A34271}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{D0DF305B-A160-4C34-B787-AA08D41178E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7E928912-BFFF-470E-8FB8-56FC754F8716}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{1DC79ED7-7E9E-4ABE-9203-44046420F144}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
build\index.cake = build\index.cake
build\util.cake = build\util.cake
build\version.cake = build\version.cake
build\version.props = build\version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.Patterns.Repository", "src\MR.Patterns.Repository\MR.Patterns.Repository.csproj", "{277BD246-4427-4F7B-A331-B62C6D72EC62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic", "samples\Basic\Basic.csproj", "{8DE5A0B8-ACBD-4C68-BE73-422974DC4AE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic.Tests", "samples\Basic.Tests\Basic.Tests.csproj", "{650A5A85-5956-491E-9312-5E25A27D1108}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.Patterns.Repository.Tests", "test\MR.Patterns.Repository.Tests\MR.Patterns.Repository.Tests.csproj", "{6C76FCF1-1790-477F-A279-B4B889BB90BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MR.Patterns.Repository.IntegrationTests", "test\MR.Patterns.Repository.IntegrationTests\MR.Patterns.Repository.IntegrationTests.csproj", "{2104EFF7-72D8-4CAF-A44A-8B6D481C8D1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{277BD246-4427-4F7B-A331-B62C6D72EC62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{277BD246-4427-4F7B-A331-B62C6D72EC62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{277BD246-4427-4F7B-A331-B62C6D72EC62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{277BD246-4427-4F7B-A331-B62C6D72EC62}.Release|Any CPU.Build.0 = Release|Any CPU
{8DE5A0B8-ACBD-4C68-BE73-422974DC4AE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DE5A0B8-ACBD-4C68-BE73-422974DC4AE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DE5A0B8-ACBD-4C68-BE73-422974DC4AE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DE5A0B8-ACBD-4C68-BE73-422974DC4AE0}.Release|Any CPU.Build.0 = Release|Any CPU
{650A5A85-5956-491E-9312-5E25A27D1108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{650A5A85-5956-491E-9312-5E25A27D1108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{650A5A85-5956-491E-9312-5E25A27D1108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{650A5A85-5956-491E-9312-5E25A27D1108}.Release|Any CPU.Build.0 = Release|Any CPU
{6C76FCF1-1790-477F-A279-B4B889BB90BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C76FCF1-1790-477F-A279-B4B889BB90BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C76FCF1-1790-477F-A279-B4B889BB90BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C76FCF1-1790-477F-A279-B4B889BB90BE}.Release|Any CPU.Build.0 = Release|Any CPU
{2104EFF7-72D8-4CAF-A44A-8B6D481C8D1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2104EFF7-72D8-4CAF-A44A-8B6D481C8D1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2104EFF7-72D8-4CAF-A44A-8B6D481C8D1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2104EFF7-72D8-4CAF-A44A-8B6D481C8D1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{277BD246-4427-4F7B-A331-B62C6D72EC62} = {28C15C68-D034-4247-BD6C-780A23F6CD4D}
{8DE5A0B8-ACBD-4C68-BE73-422974DC4AE0} = {D0DF305B-A160-4C34-B787-AA08D41178E6}
{650A5A85-5956-491E-9312-5E25A27D1108} = {D0DF305B-A160-4C34-B787-AA08D41178E6}
{6C76FCF1-1790-477F-A279-B4B889BB90BE} = {7E928912-BFFF-470E-8FB8-56FC754F8716}
{2104EFF7-72D8-4CAF-A44A-8B6D481C8D1B} = {7E928912-BFFF-470E-8FB8-56FC754F8716}
EndGlobalSection
EndGlobal