-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAttributeSql.sln
64 lines (64 loc) · 4.18 KB
/
AttributeSql.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AttributeSql", "AttributeSql\AttributeSql.csproj", "{DB357BCC-33D7-45D0-8CFF-A9B6EA3562F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EF7E38A9-F1D5-4E94-8425-8292328361B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AttributeSqlDLL.Mysql", "AttributeSqlDLL.Mysql\AttributeSqlDLL.Mysql.csproj", "{E8A40D6D-041E-446F-87A3-F68C383C672E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AttributeSqlDLL.SqlServer", "AttributeSqlDLL.SqlServer\AttributeSqlDLL.SqlServer.csproj", "{7E66C06D-DC90-42E2-818E-FED5D857C210}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AttributeSqlDLL.Common", "AttributeSqlDLL.Common\AttributeSqlDLL.Common.csproj", "{B9E565C7-6ED6-4DF6-913F-54DE61FB2B81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AttributeSqlDLL.Core", "AttributeSqlDLL.Core\AttributeSqlDLL.Core.csproj", "{C00F9715-AEFD-434F-ABCF-92AB52BC610B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AttributeSqlDLL.Oracle", "AttributeSqlDLL.Oracle\AttributeSqlDLL.Oracle.csproj", "{487620A9-5EEF-420D-B608-59832645BE8D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB357BCC-33D7-45D0-8CFF-A9B6EA3562F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB357BCC-33D7-45D0-8CFF-A9B6EA3562F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB357BCC-33D7-45D0-8CFF-A9B6EA3562F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB357BCC-33D7-45D0-8CFF-A9B6EA3562F2}.Release|Any CPU.Build.0 = Release|Any CPU
{E8A40D6D-041E-446F-87A3-F68C383C672E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8A40D6D-041E-446F-87A3-F68C383C672E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8A40D6D-041E-446F-87A3-F68C383C672E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8A40D6D-041E-446F-87A3-F68C383C672E}.Release|Any CPU.Build.0 = Release|Any CPU
{7E66C06D-DC90-42E2-818E-FED5D857C210}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E66C06D-DC90-42E2-818E-FED5D857C210}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E66C06D-DC90-42E2-818E-FED5D857C210}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E66C06D-DC90-42E2-818E-FED5D857C210}.Release|Any CPU.Build.0 = Release|Any CPU
{B9E565C7-6ED6-4DF6-913F-54DE61FB2B81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9E565C7-6ED6-4DF6-913F-54DE61FB2B81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9E565C7-6ED6-4DF6-913F-54DE61FB2B81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9E565C7-6ED6-4DF6-913F-54DE61FB2B81}.Release|Any CPU.Build.0 = Release|Any CPU
{C00F9715-AEFD-434F-ABCF-92AB52BC610B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C00F9715-AEFD-434F-ABCF-92AB52BC610B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C00F9715-AEFD-434F-ABCF-92AB52BC610B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C00F9715-AEFD-434F-ABCF-92AB52BC610B}.Release|Any CPU.Build.0 = Release|Any CPU
{487620A9-5EEF-420D-B608-59832645BE8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{487620A9-5EEF-420D-B608-59832645BE8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{487620A9-5EEF-420D-B608-59832645BE8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{487620A9-5EEF-420D-B608-59832645BE8D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E8A40D6D-041E-446F-87A3-F68C383C672E} = {EF7E38A9-F1D5-4E94-8425-8292328361B9}
{7E66C06D-DC90-42E2-818E-FED5D857C210} = {EF7E38A9-F1D5-4E94-8425-8292328361B9}
{B9E565C7-6ED6-4DF6-913F-54DE61FB2B81} = {EF7E38A9-F1D5-4E94-8425-8292328361B9}
{C00F9715-AEFD-434F-ABCF-92AB52BC610B} = {EF7E38A9-F1D5-4E94-8425-8292328361B9}
{487620A9-5EEF-420D-B608-59832645BE8D} = {EF7E38A9-F1D5-4E94-8425-8292328361B9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3E21488-0B90-4028-B6E0-242C7C52AD21}
EndGlobalSection
EndGlobal