forked from AegisPremierTechnologies/Dapper-Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DapperExtensions.sln
79 lines (79 loc) · 5.22 KB
/
DapperExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExistsForAll.DapperExtensions", "ExistsForAll.DapperExtensions\ExistsForAll.DapperExtensions.csproj", "{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExistsForAll.DapperExtensions.UnitTests", "ExistsForAll.DapperExtensions.UnitTests\ExistsForAll.DapperExtensions.UnitTests.csproj", "{6C7CA204-692C-49AF-881A-ABCF097CDD23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExistsForAll.DapperExtensions.IntegrationTests", "ExistsForAll.DapperExtensions.IntegrationTests\ExistsForAll.DapperExtensions.IntegrationTests.csproj", "{B1921366-30C8-49B0-BC47-F6A741551ECD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{CDF65A44-0F17-48DF-98F5-8FB667A83406}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{14C4CF21-4962-47EB-8A49-86C44A4A03BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solutionItems", "solutionItems", "{33B1DC34-92EA-4F77-91F6-C1C92590ED9D}"
ProjectSection(SolutionItems) = preProject
version.props = version.props
EndProjectSection
EndProject
Global
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
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Debug|x86.ActiveCfg = Debug|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Debug|x86.Build.0 = Debug|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Release|Any CPU.Build.0 = Release|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Release|x86.ActiveCfg = Release|Any CPU
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7}.Release|x86.Build.0 = Release|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Debug|x86.ActiveCfg = Debug|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Debug|x86.Build.0 = Debug|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Release|Any CPU.Build.0 = Release|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Release|x86.ActiveCfg = Release|Any CPU
{6C7CA204-692C-49AF-881A-ABCF097CDD23}.Release|x86.Build.0 = Release|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Debug|x86.ActiveCfg = Debug|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Debug|x86.Build.0 = Debug|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Release|Any CPU.Build.0 = Release|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Release|x86.ActiveCfg = Release|Any CPU
{B1921366-30C8-49B0-BC47-F6A741551ECD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5EBA3CCE-B39E-4003-9E13-826B0B2A74B7} = {CDF65A44-0F17-48DF-98F5-8FB667A83406}
{6C7CA204-692C-49AF-881A-ABCF097CDD23} = {14C4CF21-4962-47EB-8A49-86C44A4A03BB}
{B1921366-30C8-49B0-BC47-F6A741551ECD} = {14C4CF21-4962-47EB-8A49-86C44A4A03BB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71975DA5-9675-448E-AF49-74131D6834A3}
EndGlobalSection
EndGlobal