-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDapper.Database.sln
62 lines (62 loc) · 3.27 KB
/
Dapper.Database.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EBF0E48B-BAE2-4101-9ECB-D1A0E517269D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{53E40F54-51C5-43B0-90BA-37F282F06440}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2EC4E506-0335-44D8-8753-D95FE36758AD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.ps1 = build.ps1
Directory.build.props = Directory.build.props
License.txt = License.txt
nuget.conf = nuget.conf
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Database", "Dapper.Database\Dapper.Database.csproj", "{9C783F3A-1B6B-479E-9108-15EAFCF73AEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Database.Tests", "Dapper.Database.Tests\Dapper.Database.Tests.csproj", "{0DB1B71B-D2AD-4268-B630-67D10C001A9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{A061514E-09D0-4E54-93AF-ABB9E3E08F01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContactApp", "ContactApp\ContactApp.csproj", "{BA73DE5F-1FDD-4403-9314-C4CFD7DF3170}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C783F3A-1B6B-479E-9108-15EAFCF73AEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C783F3A-1B6B-479E-9108-15EAFCF73AEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C783F3A-1B6B-479E-9108-15EAFCF73AEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C783F3A-1B6B-479E-9108-15EAFCF73AEE}.Release|Any CPU.Build.0 = Release|Any CPU
{0DB1B71B-D2AD-4268-B630-67D10C001A9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DB1B71B-D2AD-4268-B630-67D10C001A9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DB1B71B-D2AD-4268-B630-67D10C001A9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DB1B71B-D2AD-4268-B630-67D10C001A9A}.Release|Any CPU.Build.0 = Release|Any CPU
{BA73DE5F-1FDD-4403-9314-C4CFD7DF3170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA73DE5F-1FDD-4403-9314-C4CFD7DF3170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA73DE5F-1FDD-4403-9314-C4CFD7DF3170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA73DE5F-1FDD-4403-9314-C4CFD7DF3170}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9C783F3A-1B6B-479E-9108-15EAFCF73AEE} = {EBF0E48B-BAE2-4101-9ECB-D1A0E517269D}
{0DB1B71B-D2AD-4268-B630-67D10C001A9A} = {53E40F54-51C5-43B0-90BA-37F282F06440}
{BA73DE5F-1FDD-4403-9314-C4CFD7DF3170} = {A061514E-09D0-4E54-93AF-ABB9E3E08F01}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB77A014-BDE3-4DAC-AB63-0D5EF30CE9BF}
EndGlobalSection
EndGlobal