-
Notifications
You must be signed in to change notification settings - Fork 0
/
SampleAppWithDapper.sln
107 lines (107 loc) · 7.25 KB
/
SampleAppWithDapper.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleAppWithDapper", "SampleAppWithDapper\SampleAppWithDapper.csproj", "{8B955025-C2EA-4A5F-9054-4DD6B03BE71C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleAppWithDapper.Tests", "SampleAppWithDapper.Tests\SampleAppWithDapper.Tests.csproj", "{CAEAE534-80E3-4B09-A8F9-9B573551C2C8}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{8B66FBE5-D723-456D-9F5A-F51044A8EF90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleAppWithDapper.Domain", "SampleAppWithDapper.Domain\SampleAppWithDapper.Domain.csproj", "{5DE2FDE3-D96B-4018-8141-9F963DF6F59A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleAppWithDapper.DataAccess", "SampleAppWithDapper.DataAccess\SampleAppWithDapper.DataAccess.csproj", "{C94CB4F0-A58D-4A57-AB5D-0147CFDC44A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SQL", "SQL", "{0BCD77C8-B8C0-4F55-B44F-C3A197350656}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Contacts", "Contacts", "{6AA2AE39-A52D-405B-803C-E91F27B9F874}"
ProjectSection(SolutionItems) = preProject
SQL\Contacts\01_Create_Contacts_Table.sql = SQL\Contacts\01_Create_Contacts_Table.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UserStoredProcedures", "UserStoredProcedures", "{B72511B2-CFB9-4389-A7A0-5D4F22D0E128}"
ProjectSection(SolutionItems) = preProject
SQL\Contacts\UserStoredProcedures\usp_Contact_Delete.sql = SQL\Contacts\UserStoredProcedures\usp_Contact_Delete.sql
SQL\Contacts\UserStoredProcedures\usp_Contact_GetById.sql = SQL\Contacts\UserStoredProcedures\usp_Contact_GetById.sql
SQL\Contacts\UserStoredProcedures\usp_Contact_Insert.sql = SQL\Contacts\UserStoredProcedures\usp_Contact_Insert.sql
SQL\Contacts\UserStoredProcedures\usp_Contact_Update.sql = SQL\Contacts\UserStoredProcedures\usp_Contact_Update.sql
SQL\Contacts\UserStoredProcedures\usp_Contacts_GetPaginated.sql = SQL\Contacts\UserStoredProcedures\usp_Contacts_GetPaginated.sql
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleAppWithDapper.DataAccess.Test", "SampleAppWithDapper.DataAccess.Test\SampleAppWithDapper.DataAccess.Test.csproj", "{E8B1F5A0-9751-4B7B-B168-0526186888F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestData", "TestData", "{CC09D837-8CF4-4D64-A4BC-88B6C6A87C15}"
ProjectSection(SolutionItems) = preProject
SQL\Contacts\TestData\Insert_Contact_Test_Data.sql = SQL\Contacts\TestData\Insert_Contact_Test_Data.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Functions", "Functions", "{5C70470F-B9F2-4CF7-8856-D9B3F110A5ED}"
ProjectSection(SolutionItems) = preProject
SQL\Contacts\UserDefinedFunctions\udf_IsValidEmail.sql = SQL\Contacts\UserDefinedFunctions\udf_IsValidEmail.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Identity", "Identity", "{050FD79F-67DC-4F9E-85F7-D7C2A6CA8E38}"
ProjectSection(SolutionItems) = preProject
SQL\Identity\Create_ExternalLogins_Table.sql = SQL\Identity\Create_ExternalLogins_Table.sql
SQL\Identity\Create_Users_Table.sql = SQL\Identity\Create_Users_Table.sql
SQL\Identity\IdentityDb_CreateSchema.sql = SQL\Identity\IdentityDb_CreateSchema.sql
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleItemWithDapper.UI.MVC6.Identity", "SampleItemWithDapper.UI.MVC6.Identity\SampleItemWithDapper.UI.MVC6.Identity.csproj", "{C8595A75-4EC8-4C1C-B75D-35E7A4609E13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DapperDatabaseBackups", "DapperDatabaseBackups", "{59CA650D-342E-4B7C-BCD7-A7B00BCCE115}"
ProjectSection(SolutionItems) = preProject
SQL\Contacts\DapperBackup20190718.bak = SQL\Contacts\DapperBackup20190718.bak
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B955025-C2EA-4A5F-9054-4DD6B03BE71C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B955025-C2EA-4A5F-9054-4DD6B03BE71C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B955025-C2EA-4A5F-9054-4DD6B03BE71C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B955025-C2EA-4A5F-9054-4DD6B03BE71C}.Release|Any CPU.Build.0 = Release|Any CPU
{CAEAE534-80E3-4B09-A8F9-9B573551C2C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAEAE534-80E3-4B09-A8F9-9B573551C2C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAEAE534-80E3-4B09-A8F9-9B573551C2C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAEAE534-80E3-4B09-A8F9-9B573551C2C8}.Release|Any CPU.Build.0 = Release|Any CPU
{8B66FBE5-D723-456D-9F5A-F51044A8EF90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B66FBE5-D723-456D-9F5A-F51044A8EF90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B66FBE5-D723-456D-9F5A-F51044A8EF90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B66FBE5-D723-456D-9F5A-F51044A8EF90}.Release|Any CPU.Build.0 = Release|Any CPU
{5DE2FDE3-D96B-4018-8141-9F963DF6F59A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DE2FDE3-D96B-4018-8141-9F963DF6F59A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DE2FDE3-D96B-4018-8141-9F963DF6F59A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DE2FDE3-D96B-4018-8141-9F963DF6F59A}.Release|Any CPU.Build.0 = Release|Any CPU
{C94CB4F0-A58D-4A57-AB5D-0147CFDC44A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C94CB4F0-A58D-4A57-AB5D-0147CFDC44A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C94CB4F0-A58D-4A57-AB5D-0147CFDC44A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C94CB4F0-A58D-4A57-AB5D-0147CFDC44A5}.Release|Any CPU.Build.0 = Release|Any CPU
{E8B1F5A0-9751-4B7B-B168-0526186888F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8B1F5A0-9751-4B7B-B168-0526186888F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8B1F5A0-9751-4B7B-B168-0526186888F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8B1F5A0-9751-4B7B-B168-0526186888F0}.Release|Any CPU.Build.0 = Release|Any CPU
{C8595A75-4EC8-4C1C-B75D-35E7A4609E13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8595A75-4EC8-4C1C-B75D-35E7A4609E13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8595A75-4EC8-4C1C-B75D-35E7A4609E13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8595A75-4EC8-4C1C-B75D-35E7A4609E13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6AA2AE39-A52D-405B-803C-E91F27B9F874} = {0BCD77C8-B8C0-4F55-B44F-C3A197350656}
{B72511B2-CFB9-4389-A7A0-5D4F22D0E128} = {6AA2AE39-A52D-405B-803C-E91F27B9F874}
{CC09D837-8CF4-4D64-A4BC-88B6C6A87C15} = {6AA2AE39-A52D-405B-803C-E91F27B9F874}
{5C70470F-B9F2-4CF7-8856-D9B3F110A5ED} = {6AA2AE39-A52D-405B-803C-E91F27B9F874}
{050FD79F-67DC-4F9E-85F7-D7C2A6CA8E38} = {0BCD77C8-B8C0-4F55-B44F-C3A197350656}
{59CA650D-342E-4B7C-BCD7-A7B00BCCE115} = {0BCD77C8-B8C0-4F55-B44F-C3A197350656}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A316706-F8B4-424C-BE8C-337CF59D93CF}
EndGlobalSection
EndGlobal