-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTypedSql.sln
55 lines (55 loc) · 3.5 KB
/
TypedSql.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypedSql", "TypedSql\TypedSql.csproj", "{2A491496-614D-497E-A564-D8A249004931}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypedSql.SqlServer", "TypedSql.SqlServer\TypedSql.SqlServer.csproj", "{762E8BED-65C5-47CF-A429-FB616A150AF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypedSql.MySql", "TypedSql.MySql\TypedSql.MySql.csproj", "{3FE53E92-7D92-456B-9A2A-EA5B7176789F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypedSql.Test", "TypedSql.Test\TypedSql.Test.csproj", "{10AF6A80-30D7-4337-90E7-FA4185C566EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypedSql.CliTool", "TypedSql.CliTool\TypedSql.CliTool.csproj", "{1DC6A0B7-E958-4141-8EE5-81BDADF70D2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypedSql.PostgreSql", "TypedSql.PostgreSql\TypedSql.PostgreSql.csproj", "{E8453471-C662-4F45-B37D-6C1496FC8D45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A491496-614D-497E-A564-D8A249004931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A491496-614D-497E-A564-D8A249004931}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A491496-614D-497E-A564-D8A249004931}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A491496-614D-497E-A564-D8A249004931}.Release|Any CPU.Build.0 = Release|Any CPU
{762E8BED-65C5-47CF-A429-FB616A150AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{762E8BED-65C5-47CF-A429-FB616A150AF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{762E8BED-65C5-47CF-A429-FB616A150AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{762E8BED-65C5-47CF-A429-FB616A150AF0}.Release|Any CPU.Build.0 = Release|Any CPU
{3FE53E92-7D92-456B-9A2A-EA5B7176789F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FE53E92-7D92-456B-9A2A-EA5B7176789F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FE53E92-7D92-456B-9A2A-EA5B7176789F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FE53E92-7D92-456B-9A2A-EA5B7176789F}.Release|Any CPU.Build.0 = Release|Any CPU
{10AF6A80-30D7-4337-90E7-FA4185C566EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10AF6A80-30D7-4337-90E7-FA4185C566EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10AF6A80-30D7-4337-90E7-FA4185C566EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10AF6A80-30D7-4337-90E7-FA4185C566EE}.Release|Any CPU.Build.0 = Release|Any CPU
{1DC6A0B7-E958-4141-8EE5-81BDADF70D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DC6A0B7-E958-4141-8EE5-81BDADF70D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DC6A0B7-E958-4141-8EE5-81BDADF70D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DC6A0B7-E958-4141-8EE5-81BDADF70D2D}.Release|Any CPU.Build.0 = Release|Any CPU
{E8453471-C662-4F45-B37D-6C1496FC8D45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8453471-C662-4F45-B37D-6C1496FC8D45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8453471-C662-4F45-B37D-6C1496FC8D45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8453471-C662-4F45-B37D-6C1496FC8D45}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36CD623A-95DA-40A8-9E8C-3EE39447901C}
EndGlobalSection
EndGlobal