-
Notifications
You must be signed in to change notification settings - Fork 0
/
Repository_Pattern.sln
72 lines (72 loc) · 5.04 KB
/
Repository_Pattern.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository_Pattern_UI", "Repository_Pattern_UI\Repository_Pattern_UI.csproj", "{455D50DD-1B5F-4A10-AA24-68AD85E30431}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository_Pattern_UI.Tests", "Repository_Pattern_UI.Tests\Repository_Pattern_UI.Tests.csproj", "{EC14ED6C-C811-4F7A-8938-4132F2CD5EB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository_Pattern_DataLayer", "Repository_Pattern_DataLayer\Repository_Pattern_DataLayer.csproj", "{AE27E02D-AB34-4233-BF9F-A7CA54044956}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository_Pattern_BusinessLayer", "Repository_Pattern_BusinessLayer\Repository_Pattern_BusinessLayer.csproj", "{8C99EC4B-8687-429A-88A4-51EF139A1D1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository_pattern_Repository", "Repository_pattern_Repository\Repository_pattern_Repository.csproj", "{8FF67073-1A76-4DA9-B640-BAD8BCE92F72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository_pattern_Models", "Repository_pattern_Models\Repository_pattern_Models.csproj", "{F2BD0DAF-E570-4946-81A4-6A2777564B39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A7FFCD3-0ED4-4272-B90A-21B5967BBADD}"
ProjectSection(SolutionItems) = preProject
Code Diagra\CodeMap.dgml = Code Diagra\CodeMap.dgml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository_Pattern_Model_Abstract", "Repository_Pattern_Model_Abstract\Repository_Pattern_Model_Abstract.csproj", "{E2BD56A6-4CEE-495A-B2E9-FFC204903978}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository_pattern_Repository.Tests", "Repository_pattern_Repository.Tests\Repository_pattern_Repository.Tests.csproj", "{F35CF368-8872-4F13-BB48-EB65B584A08F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{455D50DD-1B5F-4A10-AA24-68AD85E30431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{455D50DD-1B5F-4A10-AA24-68AD85E30431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{455D50DD-1B5F-4A10-AA24-68AD85E30431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{455D50DD-1B5F-4A10-AA24-68AD85E30431}.Release|Any CPU.Build.0 = Release|Any CPU
{EC14ED6C-C811-4F7A-8938-4132F2CD5EB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC14ED6C-C811-4F7A-8938-4132F2CD5EB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC14ED6C-C811-4F7A-8938-4132F2CD5EB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC14ED6C-C811-4F7A-8938-4132F2CD5EB5}.Release|Any CPU.Build.0 = Release|Any CPU
{AE27E02D-AB34-4233-BF9F-A7CA54044956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE27E02D-AB34-4233-BF9F-A7CA54044956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE27E02D-AB34-4233-BF9F-A7CA54044956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE27E02D-AB34-4233-BF9F-A7CA54044956}.Release|Any CPU.Build.0 = Release|Any CPU
{8C99EC4B-8687-429A-88A4-51EF139A1D1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C99EC4B-8687-429A-88A4-51EF139A1D1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C99EC4B-8687-429A-88A4-51EF139A1D1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C99EC4B-8687-429A-88A4-51EF139A1D1F}.Release|Any CPU.Build.0 = Release|Any CPU
{8FF67073-1A76-4DA9-B640-BAD8BCE92F72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FF67073-1A76-4DA9-B640-BAD8BCE92F72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FF67073-1A76-4DA9-B640-BAD8BCE92F72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FF67073-1A76-4DA9-B640-BAD8BCE92F72}.Release|Any CPU.Build.0 = Release|Any CPU
{F2BD0DAF-E570-4946-81A4-6A2777564B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2BD0DAF-E570-4946-81A4-6A2777564B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2BD0DAF-E570-4946-81A4-6A2777564B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2BD0DAF-E570-4946-81A4-6A2777564B39}.Release|Any CPU.Build.0 = Release|Any CPU
{E2BD56A6-4CEE-495A-B2E9-FFC204903978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2BD56A6-4CEE-495A-B2E9-FFC204903978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2BD56A6-4CEE-495A-B2E9-FFC204903978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2BD56A6-4CEE-495A-B2E9-FFC204903978}.Release|Any CPU.Build.0 = Release|Any CPU
{F35CF368-8872-4F13-BB48-EB65B584A08F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F35CF368-8872-4F13-BB48-EB65B584A08F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F35CF368-8872-4F13-BB48-EB65B584A08F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F35CF368-8872-4F13-BB48-EB65B584A08F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA0140B4-4DAB-435C-9F06-2E1A5572E47E}
EndGlobalSection
EndGlobal