-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathStandardRepository.sln
81 lines (81 loc) · 5.73 KB
/
StandardRepository.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{9BE2689D-04D0-4F63-B137-06BF66DDA6A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{F0225805-348C-49A5-9C72-CA0F3DCBBA74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardRepository", "Sources\StandardRepository\StandardRepository.csproj", "{B33ED6B6-97FB-4047-88FB-001A166686AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardRepository.Tests", "Tests\StandardRepository.Tests\StandardRepository.Tests.csproj", "{016E8EC7-F5CE-4EAC-B086-B5C099C6BA85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardRepository.PostgreSQL", "Sources\StandardRepository.PostgreSQL\StandardRepository.PostgreSQL.csproj", "{D768CDA4-B46A-48C9-A61A-94D71CDA8C72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardRepository.PostgreSQL.Tests", "Tests\StandardRepository.PostgreSQL.Tests\StandardRepository.PostgreSQL.Tests.csproj", "{7B7954B5-2B86-4FD9-B133-C41F079DB349}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardRepository.XML", "Sources\StandardRepository.XML\StandardRepository.XML.csproj", "{E5F9170D-938A-4157-92A4-45227FAB2AD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardRepository.InMemory", "Sources\StandardRepository.InMemory\StandardRepository.InMemory.csproj", "{14761FD1-4C98-427E-A55D-29DF1EDF8B66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardRepository.SQLServer", "Sources\StandardRepository.SQLServer\StandardRepository.SQLServer.csproj", "{BED70D35-45A4-4856-B77B-1B3D9167E233}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleProjectForRepository", "Tests\ExampleProjectForRepository\ExampleProjectForRepository.csproj", "{148046B5-5627-47E3-9DE2-6F3244BE1C21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B33ED6B6-97FB-4047-88FB-001A166686AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B33ED6B6-97FB-4047-88FB-001A166686AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B33ED6B6-97FB-4047-88FB-001A166686AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B33ED6B6-97FB-4047-88FB-001A166686AA}.Release|Any CPU.Build.0 = Release|Any CPU
{016E8EC7-F5CE-4EAC-B086-B5C099C6BA85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{016E8EC7-F5CE-4EAC-B086-B5C099C6BA85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{016E8EC7-F5CE-4EAC-B086-B5C099C6BA85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{016E8EC7-F5CE-4EAC-B086-B5C099C6BA85}.Release|Any CPU.Build.0 = Release|Any CPU
{D768CDA4-B46A-48C9-A61A-94D71CDA8C72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D768CDA4-B46A-48C9-A61A-94D71CDA8C72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D768CDA4-B46A-48C9-A61A-94D71CDA8C72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D768CDA4-B46A-48C9-A61A-94D71CDA8C72}.Release|Any CPU.Build.0 = Release|Any CPU
{7B7954B5-2B86-4FD9-B133-C41F079DB349}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B7954B5-2B86-4FD9-B133-C41F079DB349}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B7954B5-2B86-4FD9-B133-C41F079DB349}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B7954B5-2B86-4FD9-B133-C41F079DB349}.Release|Any CPU.Build.0 = Release|Any CPU
{E5F9170D-938A-4157-92A4-45227FAB2AD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5F9170D-938A-4157-92A4-45227FAB2AD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5F9170D-938A-4157-92A4-45227FAB2AD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5F9170D-938A-4157-92A4-45227FAB2AD0}.Release|Any CPU.Build.0 = Release|Any CPU
{14761FD1-4C98-427E-A55D-29DF1EDF8B66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14761FD1-4C98-427E-A55D-29DF1EDF8B66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14761FD1-4C98-427E-A55D-29DF1EDF8B66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14761FD1-4C98-427E-A55D-29DF1EDF8B66}.Release|Any CPU.Build.0 = Release|Any CPU
{BED70D35-45A4-4856-B77B-1B3D9167E233}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BED70D35-45A4-4856-B77B-1B3D9167E233}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BED70D35-45A4-4856-B77B-1B3D9167E233}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BED70D35-45A4-4856-B77B-1B3D9167E233}.Release|Any CPU.Build.0 = Release|Any CPU
{148046B5-5627-47E3-9DE2-6F3244BE1C21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{148046B5-5627-47E3-9DE2-6F3244BE1C21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{148046B5-5627-47E3-9DE2-6F3244BE1C21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{148046B5-5627-47E3-9DE2-6F3244BE1C21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B33ED6B6-97FB-4047-88FB-001A166686AA} = {9BE2689D-04D0-4F63-B137-06BF66DDA6A7}
{016E8EC7-F5CE-4EAC-B086-B5C099C6BA85} = {F0225805-348C-49A5-9C72-CA0F3DCBBA74}
{D768CDA4-B46A-48C9-A61A-94D71CDA8C72} = {9BE2689D-04D0-4F63-B137-06BF66DDA6A7}
{7B7954B5-2B86-4FD9-B133-C41F079DB349} = {F0225805-348C-49A5-9C72-CA0F3DCBBA74}
{E5F9170D-938A-4157-92A4-45227FAB2AD0} = {9BE2689D-04D0-4F63-B137-06BF66DDA6A7}
{14761FD1-4C98-427E-A55D-29DF1EDF8B66} = {9BE2689D-04D0-4F63-B137-06BF66DDA6A7}
{BED70D35-45A4-4856-B77B-1B3D9167E233} = {9BE2689D-04D0-4F63-B137-06BF66DDA6A7}
{148046B5-5627-47E3-9DE2-6F3244BE1C21} = {F0225805-348C-49A5-9C72-CA0F3DCBBA74}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EDAADEA-9A55-4D96-B353-0B960F3A6AA4}
EndGlobalSection
EndGlobal