-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPostgres.sln
More file actions
35 lines (35 loc) · 1.81 KB
/
Postgres.sln
File metadata and controls
35 lines (35 loc) · 1.81 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Postgres", "Postgres\Postgres.csproj", "{B2261BDF-72E2-4E07-9327-388B7FC57840}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB336725-3441-4F2F-A116-F81ECD985968}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Postgres.Tests", "Postgres.Tests\Postgres.Tests.csproj", "{206CD4F7-163D-4201-8B77-31A52D93B327}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{F20E3418-C399-41D8-9174-8A22F32A00AA}"
ProjectSection(SolutionItems) = preProject
GitVersion.yml = GitVersion.yml
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\workflows\Release.yml = .github\workflows\Release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2261BDF-72E2-4E07-9327-388B7FC57840}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2261BDF-72E2-4E07-9327-388B7FC57840}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2261BDF-72E2-4E07-9327-388B7FC57840}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2261BDF-72E2-4E07-9327-388B7FC57840}.Release|Any CPU.Build.0 = Release|Any CPU
{206CD4F7-163D-4201-8B77-31A52D93B327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{206CD4F7-163D-4201-8B77-31A52D93B327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{206CD4F7-163D-4201-8B77-31A52D93B327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{206CD4F7-163D-4201-8B77-31A52D93B327}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal