-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNpgsqlRest.sln
More file actions
47 lines (47 loc) · 2.47 KB
/
Copy pathNpgsqlRest.sln
File metadata and controls
47 lines (47 loc) · 2.47 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
36
37
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NpgsqlRest", "NpgsqlRest\NpgsqlRest.csproj", "{65089EC7-0F4D-479F-8327-31121E2348CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NpgsqlRestTestWebApi", "NpgsqlRestTestWebApi\NpgsqlRestTestWebApi.csproj", "{85E01073-FB42-4149-A171-55B0ACD1F06D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NpgsqlRestTests", "NpgsqlRestTests\NpgsqlRestTests.csproj", "{2C5E44A6-D7B5-43E7-A2B7-DBD5E49292DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35679C8A-E260-4E62-8A5C-702999F671B6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build-test-publish.yml = .github\workflows\build-test-publish.yml
changelog.md = changelog.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65089EC7-0F4D-479F-8327-31121E2348CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65089EC7-0F4D-479F-8327-31121E2348CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65089EC7-0F4D-479F-8327-31121E2348CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65089EC7-0F4D-479F-8327-31121E2348CB}.Release|Any CPU.Build.0 = Release|Any CPU
{85E01073-FB42-4149-A171-55B0ACD1F06D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85E01073-FB42-4149-A171-55B0ACD1F06D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85E01073-FB42-4149-A171-55B0ACD1F06D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85E01073-FB42-4149-A171-55B0ACD1F06D}.Release|Any CPU.Build.0 = Release|Any CPU
{2C5E44A6-D7B5-43E7-A2B7-DBD5E49292DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C5E44A6-D7B5-43E7-A2B7-DBD5E49292DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C5E44A6-D7B5-43E7-A2B7-DBD5E49292DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C5E44A6-D7B5-43E7-A2B7-DBD5E49292DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7C9B024-BFBB-414E-BD34-3CBF21C6C275}
EndGlobalSection
EndGlobal