forked from supabase-community/postgrest-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
postgrest-csharp.sln
64 lines (64 loc) · 3.39 KB
/
postgrest-csharp.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 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Postgrest", "Postgrest\Postgrest.csproj", "{688A0D3C-D03C-4741-945D-409E7E65083A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostgrestTests", "PostgrestTests\PostgrestTests.csproj", "{6E8C7612-B1CA-4312-8CC5-CFBBB1D8AAAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostgrestExample", "PostgrestExample\PostgrestExample.csproj", "{BD58973C-AB1D-4C60-B498-AA9A9DC83F4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA6C62F4-8003-441A-9E53-BB05FF4E3F04}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{334B963C-FE86-46D0-8C20-C35799B62FA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{DAE8230C-F8CB-41E7-B765-7647A205CFAE}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.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
{688A0D3C-D03C-4741-945D-409E7E65083A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{688A0D3C-D03C-4741-945D-409E7E65083A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{688A0D3C-D03C-4741-945D-409E7E65083A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{688A0D3C-D03C-4741-945D-409E7E65083A}.Release|Any CPU.Build.0 = Release|Any CPU
{6E8C7612-B1CA-4312-8CC5-CFBBB1D8AAAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E8C7612-B1CA-4312-8CC5-CFBBB1D8AAAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E8C7612-B1CA-4312-8CC5-CFBBB1D8AAAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E8C7612-B1CA-4312-8CC5-CFBBB1D8AAAF}.Release|Any CPU.Build.0 = Release|Any CPU
{BD58973C-AB1D-4C60-B498-AA9A9DC83F4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD58973C-AB1D-4C60-B498-AA9A9DC83F4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD58973C-AB1D-4C60-B498-AA9A9DC83F4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD58973C-AB1D-4C60-B498-AA9A9DC83F4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E30C1AF-404A-49D4-82BB-94AC5515D7F4}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
version = 2.0.6
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{334B963C-FE86-46D0-8C20-C35799B62FA6} = {FA6C62F4-8003-441A-9E53-BB05FF4E3F04}
{DAE8230C-F8CB-41E7-B765-7647A205CFAE} = {334B963C-FE86-46D0-8C20-C35799B62FA6}
EndGlobalSection
EndGlobal