-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDapperRepository.sln
More file actions
59 lines (59 loc) · 3.8 KB
/
DapperRepository.sln
File metadata and controls
59 lines (59 loc) · 3.8 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
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperRepository", "DapperRepository\DapperRepository.csproj", "{6B27BDC9-49DE-4111-A288-36E18AF55CF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{08AD06A9-EDA7-4CE9-B98E-6B0F7BCAFE8E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperRepository.MSSQL", "DapperRepository.MSSQL\DapperRepository.MSSQL.csproj", "{A3DE7767-954A-4F71-B796-918DFAAF5291}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperRepository.MySQL", "DapperRepository.MySQL\DapperRepository.MySQL.csproj", "{94C2D338-5C1F-427C-8B6F-1BE5FE498F3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperRepository.Demo", "DapperRepository.Demo\DapperRepository.Demo.csproj", "{0ACBF4A9-53A4-4B95-9369-8E4965B42903}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperRepository.PostgreSQL", "DapperRepository.PostgreSQL\DapperRepository.PostgreSQL.csproj", "{DD2C6178-CFA7-410D-B125-85C3FAE6EB5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperRepository.SQLite", "DapperRepository.SQLite\DapperRepository.SQLite.csproj", "{96D35BD9-F59E-49CF-8292-B06680D4850A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B27BDC9-49DE-4111-A288-36E18AF55CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B27BDC9-49DE-4111-A288-36E18AF55CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B27BDC9-49DE-4111-A288-36E18AF55CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B27BDC9-49DE-4111-A288-36E18AF55CF5}.Release|Any CPU.Build.0 = Release|Any CPU
{A3DE7767-954A-4F71-B796-918DFAAF5291}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3DE7767-954A-4F71-B796-918DFAAF5291}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3DE7767-954A-4F71-B796-918DFAAF5291}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3DE7767-954A-4F71-B796-918DFAAF5291}.Release|Any CPU.Build.0 = Release|Any CPU
{94C2D338-5C1F-427C-8B6F-1BE5FE498F3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94C2D338-5C1F-427C-8B6F-1BE5FE498F3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94C2D338-5C1F-427C-8B6F-1BE5FE498F3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94C2D338-5C1F-427C-8B6F-1BE5FE498F3D}.Release|Any CPU.Build.0 = Release|Any CPU
{0ACBF4A9-53A4-4B95-9369-8E4965B42903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ACBF4A9-53A4-4B95-9369-8E4965B42903}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ACBF4A9-53A4-4B95-9369-8E4965B42903}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ACBF4A9-53A4-4B95-9369-8E4965B42903}.Release|Any CPU.Build.0 = Release|Any CPU
{DD2C6178-CFA7-410D-B125-85C3FAE6EB5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD2C6178-CFA7-410D-B125-85C3FAE6EB5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD2C6178-CFA7-410D-B125-85C3FAE6EB5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD2C6178-CFA7-410D-B125-85C3FAE6EB5A}.Release|Any CPU.Build.0 = Release|Any CPU
{96D35BD9-F59E-49CF-8292-B06680D4850A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96D35BD9-F59E-49CF-8292-B06680D4850A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96D35BD9-F59E-49CF-8292-B06680D4850A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96D35BD9-F59E-49CF-8292-B06680D4850A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal