forked from supabase-community/postgrest-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostgrest-csharp.sln
43 lines (42 loc) · 2.29 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Postgrest", "Postgrest\Postgrest.csproj", "{688A0D3C-D03C-4741-945D-409E7E65083A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostgrestTests", "PostgrestTests\PostgrestTests.csproj", "{6E8C7612-B1CA-4312-8CC5-CFBBB1D8AAAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "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
README.md = README.md
docker-compose.yml = docker-compose.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(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
version = 0.16.1-beta
EndGlobalSection
EndGlobal