-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDapperBulkQueries.sln
More file actions
48 lines (48 loc) · 2.89 KB
/
Copy pathDapperBulkQueries.sln
File metadata and controls
48 lines (48 loc) · 2.89 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
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DapperBulkQueries.Tests", "DapperBulkQueries.Tests\DapperBulkQueries.Tests.csproj", "{0621C0A8-987C-4A2F-BA30-485B42E2B9D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DapperBulkQueries.Npgsql", "DapperBulkQueries.Npgsql\DapperBulkQueries.Npgsql.csproj", "{33C890BD-056B-4B1F-908E-2D3FB8733F2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperBulkQueries.Common", "DapperBulkQueries.Common\DapperBulkQueries.Common.csproj", "{314CE695-852D-43E7-B4D7-1629E0219BB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperBulkQueries.SqlServer", "DapperBulkQueries.SqlServer\DapperBulkQueries.SqlServer.csproj", "{4E5B679D-39DA-4102-ADE1-7C3D40C49052}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5AE979C1-11AD-44C6-8E3C-6BCC2406D8E5}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0621C0A8-987C-4A2F-BA30-485B42E2B9D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0621C0A8-987C-4A2F-BA30-485B42E2B9D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0621C0A8-987C-4A2F-BA30-485B42E2B9D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0621C0A8-987C-4A2F-BA30-485B42E2B9D9}.Release|Any CPU.Build.0 = Release|Any CPU
{33C890BD-056B-4B1F-908E-2D3FB8733F2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33C890BD-056B-4B1F-908E-2D3FB8733F2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33C890BD-056B-4B1F-908E-2D3FB8733F2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33C890BD-056B-4B1F-908E-2D3FB8733F2F}.Release|Any CPU.Build.0 = Release|Any CPU
{314CE695-852D-43E7-B4D7-1629E0219BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{314CE695-852D-43E7-B4D7-1629E0219BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{314CE695-852D-43E7-B4D7-1629E0219BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{314CE695-852D-43E7-B4D7-1629E0219BB9}.Release|Any CPU.Build.0 = Release|Any CPU
{4E5B679D-39DA-4102-ADE1-7C3D40C49052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E5B679D-39DA-4102-ADE1-7C3D40C49052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E5B679D-39DA-4102-ADE1-7C3D40C49052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E5B679D-39DA-4102-ADE1-7C3D40C49052}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {156C6908-4627-4C76-937E-741F7899ACD5}
EndGlobalSection
EndGlobal