forked from hjh1126123/LazySQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLazySQL2.sln
More file actions
43 lines (43 loc) · 2.36 KB
/
Copy pathLazySQL2.sln
File metadata and controls
43 lines (43 loc) · 2.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazySQL", "LazySQL\LazySQL.csproj", "{C4AC1AB2-9829-4D66-A913-7FF45EC0437C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{0E090238-6C94-44D1-AB97-9EF71DEA8265}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSqlLite", "SimpleSqlLite\SimpleSqlLite.csproj", "{2FF3D1C6-FBA5-44FB-AB02-31208C7D9ED0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleMsSql", "SimpleMsSql\SimpleMsSql.csproj", "{FCEF9BDF-A7B6-450D-ACF1-6511E429C8F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4AC1AB2-9829-4D66-A913-7FF45EC0437C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4AC1AB2-9829-4D66-A913-7FF45EC0437C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4AC1AB2-9829-4D66-A913-7FF45EC0437C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4AC1AB2-9829-4D66-A913-7FF45EC0437C}.Release|Any CPU.Build.0 = Release|Any CPU
{2FF3D1C6-FBA5-44FB-AB02-31208C7D9ED0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FF3D1C6-FBA5-44FB-AB02-31208C7D9ED0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FF3D1C6-FBA5-44FB-AB02-31208C7D9ED0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FF3D1C6-FBA5-44FB-AB02-31208C7D9ED0}.Release|Any CPU.Build.0 = Release|Any CPU
{FCEF9BDF-A7B6-450D-ACF1-6511E429C8F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCEF9BDF-A7B6-450D-ACF1-6511E429C8F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCEF9BDF-A7B6-450D-ACF1-6511E429C8F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCEF9BDF-A7B6-450D-ACF1-6511E429C8F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2FF3D1C6-FBA5-44FB-AB02-31208C7D9ED0} = {0E090238-6C94-44D1-AB97-9EF71DEA8265}
{FCEF9BDF-A7B6-450D-ACF1-6511E429C8F2} = {0E090238-6C94-44D1-AB97-9EF71DEA8265}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89906C34-C9BF-4DDC-8ABB-9615EAEACBBA}
EndGlobalSection
EndGlobal