-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentity.Dapper.sln
59 lines (59 loc) · 3.54 KB
/
Identity.Dapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EC299BD0-3BB6-484B-BCAE-358131F45D4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67C5090D-CE9E-4022-A9C0-B719604073A1}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
IdentityTables.sql = IdentityTables.sql
TODO.txt = TODO.txt
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Identity.Dapper", "src\Identity.Dapper\Identity.Dapper.xproj", "{7DEAA5D0-0920-4C6E-BA10-C5DB65E0EA42}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Identity.Dapper.SqlServer", "src\Identity.Dapper.SqlServer\Identity.Dapper.SqlServer.xproj", "{582560BA-DB0D-49F5-9E25-2514CB43C079}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A1014397-D42D-4C4F-A391-95DEC2BAF318}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{82D0F07A-4CED-4A50-8BF4-57273D913494}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Identity.Dapper.Samples.Web", "samples\Identity.Dapper.Samples.Web\Identity.Dapper.Samples.Web.xproj", "{D659F9FE-A8F4-40C3-8E93-02ABBBFE03C2}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Identity.Dapper.Tests", "test\Identity.Dapper.Tests\Identity.Dapper.Tests.xproj", "{676D4919-98F7-4B35-BAF0-76DF84F77448}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DEAA5D0-0920-4C6E-BA10-C5DB65E0EA42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DEAA5D0-0920-4C6E-BA10-C5DB65E0EA42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DEAA5D0-0920-4C6E-BA10-C5DB65E0EA42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DEAA5D0-0920-4C6E-BA10-C5DB65E0EA42}.Release|Any CPU.Build.0 = Release|Any CPU
{582560BA-DB0D-49F5-9E25-2514CB43C079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{582560BA-DB0D-49F5-9E25-2514CB43C079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{582560BA-DB0D-49F5-9E25-2514CB43C079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{582560BA-DB0D-49F5-9E25-2514CB43C079}.Release|Any CPU.Build.0 = Release|Any CPU
{D659F9FE-A8F4-40C3-8E93-02ABBBFE03C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D659F9FE-A8F4-40C3-8E93-02ABBBFE03C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D659F9FE-A8F4-40C3-8E93-02ABBBFE03C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D659F9FE-A8F4-40C3-8E93-02ABBBFE03C2}.Release|Any CPU.Build.0 = Release|Any CPU
{676D4919-98F7-4B35-BAF0-76DF84F77448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676D4919-98F7-4B35-BAF0-76DF84F77448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676D4919-98F7-4B35-BAF0-76DF84F77448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676D4919-98F7-4B35-BAF0-76DF84F77448}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7DEAA5D0-0920-4C6E-BA10-C5DB65E0EA42} = {EC299BD0-3BB6-484B-BCAE-358131F45D4D}
{582560BA-DB0D-49F5-9E25-2514CB43C079} = {EC299BD0-3BB6-484B-BCAE-358131F45D4D}
{D659F9FE-A8F4-40C3-8E93-02ABBBFE03C2} = {82D0F07A-4CED-4A50-8BF4-57273D913494}
{676D4919-98F7-4B35-BAF0-76DF84F77448} = {A1014397-D42D-4C4F-A391-95DEC2BAF318}
EndGlobalSection
EndGlobal