-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPtixed.Sql.sln
49 lines (49 loc) · 2.85 KB
/
Ptixed.Sql.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ptixed.Sql", "Ptixed.Sql\Ptixed.Sql.csproj", "{E701E6AA-5383-43FE-B596-92C5AF7557E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ptixed.Sql.Tests", "Ptixed.Sql.Tests\Ptixed.Sql.Tests.csproj", "{C42F1ED8-9220-440B-86F7-EFB0D7CB1DD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{61269030-403D-4A27-8B6F-52A7F78A0D7C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ptixed.Sql.SqlServer", "Ptixed.Sql.SqlServer\Ptixed.Sql.SqlServer.csproj", "{606E057B-CA06-4A06-966C-60C2A3E3C645}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ptixed.Sql.Postgres", "Ptixed.Sql.Postgres\Ptixed.Sql.Postgres.csproj", "{B2BE56F5-5DC3-45A3-AAAD-F3FD9A4252BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E701E6AA-5383-43FE-B596-92C5AF7557E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E701E6AA-5383-43FE-B596-92C5AF7557E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E701E6AA-5383-43FE-B596-92C5AF7557E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E701E6AA-5383-43FE-B596-92C5AF7557E5}.Release|Any CPU.Build.0 = Release|Any CPU
{C42F1ED8-9220-440B-86F7-EFB0D7CB1DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C42F1ED8-9220-440B-86F7-EFB0D7CB1DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C42F1ED8-9220-440B-86F7-EFB0D7CB1DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C42F1ED8-9220-440B-86F7-EFB0D7CB1DD8}.Release|Any CPU.Build.0 = Release|Any CPU
{606E057B-CA06-4A06-966C-60C2A3E3C645}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{606E057B-CA06-4A06-966C-60C2A3E3C645}.Debug|Any CPU.Build.0 = Debug|Any CPU
{606E057B-CA06-4A06-966C-60C2A3E3C645}.Release|Any CPU.ActiveCfg = Release|Any CPU
{606E057B-CA06-4A06-966C-60C2A3E3C645}.Release|Any CPU.Build.0 = Release|Any CPU
{B2BE56F5-5DC3-45A3-AAAD-F3FD9A4252BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2BE56F5-5DC3-45A3-AAAD-F3FD9A4252BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2BE56F5-5DC3-45A3-AAAD-F3FD9A4252BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2BE56F5-5DC3-45A3-AAAD-F3FD9A4252BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6FA3571D-25C1-4E1F-B59E-DF506B15355C}
EndGlobalSection
EndGlobal