-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmooSQL.sln
More file actions
60 lines (60 loc) · 3.71 KB
/
Copy pathmooSQL.sln
File metadata and controls
60 lines (60 loc) · 3.71 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
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.8.12023.21 stable
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mooSQL.Pure", "pure\mooSQL.Pure.csproj", "{8F20FD64-3FA9-6742-00B4-638FEF81524D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mooSQL.Pure.Generators", "pure\mooSQL.Pure.Generators\mooSQL.Pure.Generators.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mooSQL.Ext", "ext\mooSQL.Ext.csproj", "{58D92AD6-081C-3115-497B-A5CA435D1BBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{EACB65F1-821B-4ACA-8D1F-1E388B1B63F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3AF62A8F-BB98-450E-B211-9599DF4C4132}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mooSQL.Pure.Tests", "Tests\TestBug\mooSQL.Pure.Tests.csproj", "{564DF378-70D0-BEF3-475E-6BE1153193F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbTest2", "Tests\TestFast\dbTest\dbTest2.csproj", "{99F40077-311C-89EA-1D21-E07E3D415C95}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F20FD64-3FA9-6742-00B4-638FEF81524D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F20FD64-3FA9-6742-00B4-638FEF81524D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F20FD64-3FA9-6742-00B4-638FEF81524D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F20FD64-3FA9-6742-00B4-638FEF81524D}.Release|Any CPU.Build.0 = Release|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.Build.0 = Release|Any CPU
{58D92AD6-081C-3115-497B-A5CA435D1BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58D92AD6-081C-3115-497B-A5CA435D1BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58D92AD6-081C-3115-497B-A5CA435D1BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58D92AD6-081C-3115-497B-A5CA435D1BBB}.Release|Any CPU.Build.0 = Release|Any CPU
{564DF378-70D0-BEF3-475E-6BE1153193F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{564DF378-70D0-BEF3-475E-6BE1153193F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{564DF378-70D0-BEF3-475E-6BE1153193F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{564DF378-70D0-BEF3-475E-6BE1153193F4}.Release|Any CPU.Build.0 = Release|Any CPU
{99F40077-311C-89EA-1D21-E07E3D415C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99F40077-311C-89EA-1D21-E07E3D415C95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99F40077-311C-89EA-1D21-E07E3D415C95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99F40077-311C-89EA-1D21-E07E3D415C95}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F20FD64-3FA9-6742-00B4-638FEF81524D} = {EACB65F1-821B-4ACA-8D1F-1E388B1B63F6}
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890} = {EACB65F1-821B-4ACA-8D1F-1E388B1B63F6}
{58D92AD6-081C-3115-497B-A5CA435D1BBB} = {EACB65F1-821B-4ACA-8D1F-1E388B1B63F6}
{564DF378-70D0-BEF3-475E-6BE1153193F4} = {3AF62A8F-BB98-450E-B211-9599DF4C4132}
{99F40077-311C-89EA-1D21-E07E3D415C95} = {3AF62A8F-BB98-450E-B211-9599DF4C4132}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CAF8892-D6F1-41AC-8AA6-5695FABE6442}
EndGlobalSection
EndGlobal