-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSqlMapper.sln
More file actions
45 lines (45 loc) · 2.59 KB
/
SqlMapper.sln
File metadata and controls
45 lines (45 loc) · 2.59 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6F388323-B62E-45B6-8CB9-E3A66924B96B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{83773C43-2DDE-4DA6-9A7A-5D47238BA261}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{06F4C82A-762D-421A-9807-DE3235534ED2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlMapper", "src\SqlMapper\SqlMapper.csproj", "{C42F2584-9DC5-4874-95CE-8D057EA0E169}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlMapper.Tests", "SqlMapper.Tests\SqlMapper.Tests.csproj", "{FB6E08E7-EBDF-4637-B54E-205BE39DEDD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlMapper.Common", "src\SqlMapper.Common\SqlMapper.Common.csproj", "{2031F425-0A97-4228-92F3-7ED87A892AA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C42F2584-9DC5-4874-95CE-8D057EA0E169}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C42F2584-9DC5-4874-95CE-8D057EA0E169}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C42F2584-9DC5-4874-95CE-8D057EA0E169}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C42F2584-9DC5-4874-95CE-8D057EA0E169}.Release|Any CPU.Build.0 = Release|Any CPU
{FB6E08E7-EBDF-4637-B54E-205BE39DEDD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB6E08E7-EBDF-4637-B54E-205BE39DEDD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB6E08E7-EBDF-4637-B54E-205BE39DEDD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB6E08E7-EBDF-4637-B54E-205BE39DEDD2}.Release|Any CPU.Build.0 = Release|Any CPU
{2031F425-0A97-4228-92F3-7ED87A892AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2031F425-0A97-4228-92F3-7ED87A892AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2031F425-0A97-4228-92F3-7ED87A892AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2031F425-0A97-4228-92F3-7ED87A892AA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C42F2584-9DC5-4874-95CE-8D057EA0E169} = {6F388323-B62E-45B6-8CB9-E3A66924B96B}
{FB6E08E7-EBDF-4637-B54E-205BE39DEDD2} = {06F4C82A-762D-421A-9807-DE3235534ED2}
{2031F425-0A97-4228-92F3-7ED87A892AA6} = {6F388323-B62E-45B6-8CB9-E3A66924B96B}
EndGlobalSection
EndGlobal