-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleDotNetDB.sln
More file actions
49 lines (49 loc) · 3.13 KB
/
Copy pathSimpleDotNetDB.sln
File metadata and controls
49 lines (49 loc) · 3.13 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29021.104
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDotNetDB.Core.Data", "src\SimpleDotNetDB.Core.Data\SimpleDotNetDB.Core.Data.csproj", "{0172E438-EEDB-4AC2-A748-ACEE875642DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDotNetDB.Core.Business", "src\SimpleDotNetDB.Core.Business\SimpleDotNetDB.Core.Business.csproj", "{839D5413-0443-4AFD-BB43-7DE985BF2296}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDotNetDB.MySQL", "src\SimpleDotNetDB.MySQL\SimpleDotNetDB.MySQL.csproj", "{B0408093-A191-480C-B33E-E05C10D52125}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDotNetDB.SQLServer", "src\SimpleDotNetDB.SQLServer\SimpleDotNetDB.SQLServer.csproj", "{34DEA8F8-8C32-4920-A3A4-6190EAE443EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{220420E4-4CD8-45EE-B01A-084FCB5B54B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0172E438-EEDB-4AC2-A748-ACEE875642DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0172E438-EEDB-4AC2-A748-ACEE875642DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0172E438-EEDB-4AC2-A748-ACEE875642DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0172E438-EEDB-4AC2-A748-ACEE875642DE}.Release|Any CPU.Build.0 = Release|Any CPU
{839D5413-0443-4AFD-BB43-7DE985BF2296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{839D5413-0443-4AFD-BB43-7DE985BF2296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{839D5413-0443-4AFD-BB43-7DE985BF2296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{839D5413-0443-4AFD-BB43-7DE985BF2296}.Release|Any CPU.Build.0 = Release|Any CPU
{B0408093-A191-480C-B33E-E05C10D52125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0408093-A191-480C-B33E-E05C10D52125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0408093-A191-480C-B33E-E05C10D52125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0408093-A191-480C-B33E-E05C10D52125}.Release|Any CPU.Build.0 = Release|Any CPU
{34DEA8F8-8C32-4920-A3A4-6190EAE443EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34DEA8F8-8C32-4920-A3A4-6190EAE443EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34DEA8F8-8C32-4920-A3A4-6190EAE443EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34DEA8F8-8C32-4920-A3A4-6190EAE443EC}.Release|Any CPU.Build.0 = Release|Any CPU
{220420E4-4CD8-45EE-B01A-084FCB5B54B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{220420E4-4CD8-45EE-B01A-084FCB5B54B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{220420E4-4CD8-45EE-B01A-084FCB5B54B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{220420E4-4CD8-45EE-B01A-084FCB5B54B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A06ABD2-4320-447E-AFB0-81A6A2E50D87}
EndGlobalSection
EndGlobal