-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFastSql.sln
More file actions
43 lines (43 loc) · 2.61 KB
/
FastSql.sln
File metadata and controls
43 lines (43 loc) · 2.61 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 Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gerakul.FastSql.Common", "Gerakul.FastSql.Common\Gerakul.FastSql.Common.csproj", "{09F13382-F5FE-4492-9608-7B38ADBDD275}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gerakul.FastSql.SqlServer", "Gerakul.FastSql.SqlServer\Gerakul.FastSql.SqlServer.csproj", "{596E5313-CE1D-4468-B5FE-62055986A4F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gerakul.FastSql.PostgreSQL", "Gerakul.FastSql.PostgreSQL\Gerakul.FastSql.PostgreSQL.csproj", "{0A672F05-6880-4C08-92F7-41B0853EE716}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "Examples\Examples.csproj", "{A5E389BB-F99F-4C82-9B4B-7C218A6E5420}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09F13382-F5FE-4492-9608-7B38ADBDD275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09F13382-F5FE-4492-9608-7B38ADBDD275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09F13382-F5FE-4492-9608-7B38ADBDD275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09F13382-F5FE-4492-9608-7B38ADBDD275}.Release|Any CPU.Build.0 = Release|Any CPU
{596E5313-CE1D-4468-B5FE-62055986A4F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{596E5313-CE1D-4468-B5FE-62055986A4F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{596E5313-CE1D-4468-B5FE-62055986A4F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{596E5313-CE1D-4468-B5FE-62055986A4F0}.Release|Any CPU.Build.0 = Release|Any CPU
{0A672F05-6880-4C08-92F7-41B0853EE716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A672F05-6880-4C08-92F7-41B0853EE716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A672F05-6880-4C08-92F7-41B0853EE716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A672F05-6880-4C08-92F7-41B0853EE716}.Release|Any CPU.Build.0 = Release|Any CPU
{A5E389BB-F99F-4C82-9B4B-7C218A6E5420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5E389BB-F99F-4C82-9B4B-7C218A6E5420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5E389BB-F99F-4C82-9B4B-7C218A6E5420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5E389BB-F99F-4C82-9B4B-7C218A6E5420}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA6D22C1-3A66-452B-A295-218525B79A4B}
EndGlobalSection
EndGlobal