-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpostgrest-fsharp.sln
41 lines (41 loc) · 2.39 KB
/
postgrest-fsharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EF3978E3-4EF3-4B14-8DF3-83265F2F99F9}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Postgrest", "src\Postgrest\Postgrest.fsproj", "{394C2272-4CE9-4E7E-A2A6-101B75608AC4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PostgrestExample", "src\PostgrestExample\PostgrestExample.fsproj", "{3216D3DD-AEBC-4E78-9E98-99B180870EE0}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PostgrestTest", "src\PostgrestTest\PostgrestTest.fsproj", "{E1D44F95-099C-48F0-9518-2D81B92DE18C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{394C2272-4CE9-4E7E-A2A6-101B75608AC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{394C2272-4CE9-4E7E-A2A6-101B75608AC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{394C2272-4CE9-4E7E-A2A6-101B75608AC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{394C2272-4CE9-4E7E-A2A6-101B75608AC4}.Release|Any CPU.Build.0 = Release|Any CPU
{3216D3DD-AEBC-4E78-9E98-99B180870EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3216D3DD-AEBC-4E78-9E98-99B180870EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3216D3DD-AEBC-4E78-9E98-99B180870EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3216D3DD-AEBC-4E78-9E98-99B180870EE0}.Release|Any CPU.Build.0 = Release|Any CPU
{E1D44F95-099C-48F0-9518-2D81B92DE18C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1D44F95-099C-48F0-9518-2D81B92DE18C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1D44F95-099C-48F0-9518-2D81B92DE18C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1D44F95-099C-48F0-9518-2D81B92DE18C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{394C2272-4CE9-4E7E-A2A6-101B75608AC4} = {EF3978E3-4EF3-4B14-8DF3-83265F2F99F9}
{3216D3DD-AEBC-4E78-9E98-99B180870EE0} = {EF3978E3-4EF3-4B14-8DF3-83265F2F99F9}
{E1D44F95-099C-48F0-9518-2D81B92DE18C} = {EF3978E3-4EF3-4B14-8DF3-83265F2F99F9}
EndGlobalSection
EndGlobal