-
Notifications
You must be signed in to change notification settings - Fork 0
/
DapperHelpers.sln
48 lines (48 loc) · 2.75 KB
/
DapperHelpers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C41FD039-E1DE-463F-B73A-D8B25D38DC4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DapperHelpers", "src\DapperHelpers.csproj", "{71E3925C-A1D8-414A-B6C2-20FD11C0739A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{01A80213-1C2F-4D66-A2F3-9E5778F81877}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2500171F-1032-4D68-B78F-430FFD39C13D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TableUnitExtentionsTests", "tests\TableUnitExtentionsTests\TableUnitExtentionsTests.csproj", "{70ADF115-8047-4DFA-B55D-E519EB6662F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleProject", "examples\ExampleProject\ExampleProject.csproj", "{89B11D15-09D1-4357-A451-8D8DB3763001}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71E3925C-A1D8-414A-B6C2-20FD11C0739A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E3925C-A1D8-414A-B6C2-20FD11C0739A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E3925C-A1D8-414A-B6C2-20FD11C0739A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E3925C-A1D8-414A-B6C2-20FD11C0739A}.Release|Any CPU.Build.0 = Release|Any CPU
{70ADF115-8047-4DFA-B55D-E519EB6662F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70ADF115-8047-4DFA-B55D-E519EB6662F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70ADF115-8047-4DFA-B55D-E519EB6662F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70ADF115-8047-4DFA-B55D-E519EB6662F3}.Release|Any CPU.Build.0 = Release|Any CPU
{89B11D15-09D1-4357-A451-8D8DB3763001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89B11D15-09D1-4357-A451-8D8DB3763001}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89B11D15-09D1-4357-A451-8D8DB3763001}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89B11D15-09D1-4357-A451-8D8DB3763001}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{71E3925C-A1D8-414A-B6C2-20FD11C0739A} = {C41FD039-E1DE-463F-B73A-D8B25D38DC4F}
{70ADF115-8047-4DFA-B55D-E519EB6662F3} = {2500171F-1032-4D68-B78F-430FFD39C13D}
{89B11D15-09D1-4357-A451-8D8DB3763001} = {01A80213-1C2F-4D66-A2F3-9E5778F81877}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E64A7F7-86DE-42B5-9252-A5BEEAF00E5C}
EndGlobalSection
EndGlobal