-
Notifications
You must be signed in to change notification settings - Fork 56
/
Dapper.Bulk.sln
53 lines (53 loc) · 2.88 KB
/
Dapper.Bulk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Bulk", "src\Dapper.Bulk\Dapper.Bulk.csproj", "{2E11DABF-4D91-41F8-8A77-9E7DE7FEE582}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Bulk.Tests", "tests\Dapper.Bulk.Tests\Dapper.Bulk.Tests.csproj", "{E9C4858D-FA85-4B00-8521-FA5B7C557675}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D15032B1-E772-4CC1-9324-7BF521D9ECCD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A5486311-5DC6-4184-8B10-58B071CD9742}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{137D7ECF-234C-4B95-BE01-5F35AE6999DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Bulk.Shared", "src\Dapper.Bulk.Shared\Dapper.Bulk.Shared.csproj", "{2980D38D-323D-4540-B562-133112CF2C6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E11DABF-4D91-41F8-8A77-9E7DE7FEE582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E11DABF-4D91-41F8-8A77-9E7DE7FEE582}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E11DABF-4D91-41F8-8A77-9E7DE7FEE582}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E11DABF-4D91-41F8-8A77-9E7DE7FEE582}.Release|Any CPU.Build.0 = Release|Any CPU
{E9C4858D-FA85-4B00-8521-FA5B7C557675}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9C4858D-FA85-4B00-8521-FA5B7C557675}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9C4858D-FA85-4B00-8521-FA5B7C557675}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9C4858D-FA85-4B00-8521-FA5B7C557675}.Release|Any CPU.Build.0 = Release|Any CPU
{2980D38D-323D-4540-B562-133112CF2C6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2980D38D-323D-4540-B562-133112CF2C6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2980D38D-323D-4540-B562-133112CF2C6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2980D38D-323D-4540-B562-133112CF2C6E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2E11DABF-4D91-41F8-8A77-9E7DE7FEE582} = {A5486311-5DC6-4184-8B10-58B071CD9742}
{E9C4858D-FA85-4B00-8521-FA5B7C557675} = {137D7ECF-234C-4B95-BE01-5F35AE6999DF}
{2980D38D-323D-4540-B562-133112CF2C6E} = {A5486311-5DC6-4184-8B10-58B071CD9742}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5134CDCE-A2CA-445E-A60A-D969350DC514}
EndGlobalSection
EndGlobal