-
Notifications
You must be signed in to change notification settings - Fork 0
/
DataAccess.sln
69 lines (69 loc) · 4.57 KB
/
DataAccess.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess.Repository", "DataAccess.Repository\DataAccess.Repository.csproj", "{367A141B-6542-4F9A-89B6-12CA53A4CB8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess.Repository.Tests", "DataAccess.Repository.Tests\DataAccess.Repository.Tests.csproj", "{AF24B4F9-BAC5-403F-BE10-1A53A1CDC0EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{DE3BBAC2-124B-403F-BB19-03A794FE57F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess.Example.Web", "Example\DataAccess.Example.Web\DataAccess.Example.Web.csproj", "{B8EDFA45-9B84-4B90-AA21-D8F2ED870E9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess.Example.Database", "Example\DataAccess.Example.Database\DataAccess.Example.Database.csproj", "{01D1F0A2-B22B-41E6-96A1-3BCC516BBF06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess.Example.Data", "Example\DataAccess.Example.Data\DataAccess.Example.Data.csproj", "{B0DCE86C-FCAE-423B-BA82-C6EC3D3C57A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20E0AD83-23C3-4116-98A8-2F6A4FA562B0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess.Repository.HotChocolate", "Extensions\DataAccess.Repository.HotChocolate\DataAccess.Repository.HotChocolate.csproj", "{A787E878-7D30-4B5A-9C38-958F3A0AD3B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", "{19E38EB6-6908-4F0B-95E6-6C83866AC5E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{367A141B-6542-4F9A-89B6-12CA53A4CB8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{367A141B-6542-4F9A-89B6-12CA53A4CB8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{367A141B-6542-4F9A-89B6-12CA53A4CB8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{367A141B-6542-4F9A-89B6-12CA53A4CB8B}.Release|Any CPU.Build.0 = Release|Any CPU
{AF24B4F9-BAC5-403F-BE10-1A53A1CDC0EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF24B4F9-BAC5-403F-BE10-1A53A1CDC0EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF24B4F9-BAC5-403F-BE10-1A53A1CDC0EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF24B4F9-BAC5-403F-BE10-1A53A1CDC0EA}.Release|Any CPU.Build.0 = Release|Any CPU
{B8EDFA45-9B84-4B90-AA21-D8F2ED870E9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8EDFA45-9B84-4B90-AA21-D8F2ED870E9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8EDFA45-9B84-4B90-AA21-D8F2ED870E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8EDFA45-9B84-4B90-AA21-D8F2ED870E9B}.Release|Any CPU.Build.0 = Release|Any CPU
{01D1F0A2-B22B-41E6-96A1-3BCC516BBF06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01D1F0A2-B22B-41E6-96A1-3BCC516BBF06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01D1F0A2-B22B-41E6-96A1-3BCC516BBF06}.Release|Any CPU.Build.0 = Release|Any CPU
{B0DCE86C-FCAE-423B-BA82-C6EC3D3C57A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0DCE86C-FCAE-423B-BA82-C6EC3D3C57A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0DCE86C-FCAE-423B-BA82-C6EC3D3C57A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0DCE86C-FCAE-423B-BA82-C6EC3D3C57A3}.Release|Any CPU.Build.0 = Release|Any CPU
{A787E878-7D30-4B5A-9C38-958F3A0AD3B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A787E878-7D30-4B5A-9C38-958F3A0AD3B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A787E878-7D30-4B5A-9C38-958F3A0AD3B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A787E878-7D30-4B5A-9C38-958F3A0AD3B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B8EDFA45-9B84-4B90-AA21-D8F2ED870E9B} = {DE3BBAC2-124B-403F-BB19-03A794FE57F1}
{01D1F0A2-B22B-41E6-96A1-3BCC516BBF06} = {DE3BBAC2-124B-403F-BB19-03A794FE57F1}
{B0DCE86C-FCAE-423B-BA82-C6EC3D3C57A3} = {DE3BBAC2-124B-403F-BB19-03A794FE57F1}
{A787E878-7D30-4B5A-9C38-958F3A0AD3B7} = {19E38EB6-6908-4F0B-95E6-6C83866AC5E9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9414AEC-FCFA-419E-97A9-BB14AD678C48}
EndGlobalSection
EndGlobal