-
Notifications
You must be signed in to change notification settings - Fork 0
/
Remondo.RepositoryPattern.sln
84 lines (84 loc) · 5.66 KB
/
Remondo.RepositoryPattern.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
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remondo.Database.Repositories", "Remondo.Database.Repositories\Remondo.Database.Repositories.csproj", "{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remondo.Database", "Remondo.Database\Remondo.Database.csproj", "{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remondo.Model", "Remondo.Model\Remondo.Model.csproj", "{EF473BCA-5237-46A7-8B51-15277F1A396D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remondo.Database.Repositories.Tests", "Remondo.Database.Repositories.Tests\Remondo.Database.Repositories.Tests.csproj", "{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{112B9820-CB6A-4AFD-9F88-D5C60CD6A767}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
Remondo.Database.Repositories.vsmdi = Remondo.Database.Repositories.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Entity Framework Repository", "Entity Framework Repository", "{1FD5E36B-A946-408B-9359-96BE3F6D9E02}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Remondo.Database.Repositories.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Debug|x86.ActiveCfg = Debug|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Release|Any CPU.Build.0 = Release|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC}.Release|x86.ActiveCfg = Release|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Debug|x86.ActiveCfg = Debug|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Release|Any CPU.Build.0 = Release|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32}.Release|x86.ActiveCfg = Release|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Debug|x86.ActiveCfg = Debug|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Release|Any CPU.Build.0 = Release|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EF473BCA-5237-46A7-8B51-15277F1A396D}.Release|x86.ActiveCfg = Release|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Debug|x86.ActiveCfg = Debug|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Release|Any CPU.Build.0 = Release|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E773CB66-E5A2-4F20-9D80-11A1E7BEAD32} = {1FD5E36B-A946-408B-9359-96BE3F6D9E02}
{EF473BCA-5237-46A7-8B51-15277F1A396D} = {1FD5E36B-A946-408B-9359-96BE3F6D9E02}
{57FC2F84-4153-4BD8-B9A4-98B333CC1C00} = {1FD5E36B-A946-408B-9359-96BE3F6D9E02}
{BB02D1BB-5882-4B8A-BDA3-34451F19A2EC} = {1FD5E36B-A946-408B-9359-96BE3F6D9E02}
EndGlobalSection
EndGlobal