-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathSmartSQL.sln
37 lines (37 loc) · 2.08 KB
/
SmartSQL.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartSQL.Framework", "SmartSQL\SmartSQL.Framework\SmartSQL.Framework.csproj", "{8F686DD2-388C-4D61-A077-3A769059D547}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartSQL", "SmartSQL\SmartSQL\SmartSQL.csproj", "{12909642-6A41-43B5-B2F8-1ED0E6FF132B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartSQL.DocUtils", "SmartSQL\SmartSQL.DocUtils\SmartSQL.DocUtils.csproj", "{84E6E445-CFE0-4F01-B815-14F69F682EB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F686DD2-388C-4D61-A077-3A769059D547}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F686DD2-388C-4D61-A077-3A769059D547}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F686DD2-388C-4D61-A077-3A769059D547}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F686DD2-388C-4D61-A077-3A769059D547}.Release|Any CPU.Build.0 = Release|Any CPU
{12909642-6A41-43B5-B2F8-1ED0E6FF132B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12909642-6A41-43B5-B2F8-1ED0E6FF132B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12909642-6A41-43B5-B2F8-1ED0E6FF132B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12909642-6A41-43B5-B2F8-1ED0E6FF132B}.Release|Any CPU.Build.0 = Release|Any CPU
{84E6E445-CFE0-4F01-B815-14F69F682EB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84E6E445-CFE0-4F01-B815-14F69F682EB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84E6E445-CFE0-4F01-B815-14F69F682EB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84E6E445-CFE0-4F01-B815-14F69F682EB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {525DD6C3-B859-4F91-B726-A4EC98DC2C9C}
EndGlobalSection
EndGlobal