-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVitorm.PostgreSQL.sln
More file actions
55 lines (55 loc) · 3.03 KB
/
Vitorm.PostgreSQL.sln
File metadata and controls
55 lines (55 loc) · 3.03 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
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{75C25D0B-8529-4E3F-AF43-6EC1E9E40828}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
doc\ReleaseNotes.md = doc\ReleaseNotes.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7904FE51-04FF-4477-8E3A-CC340389EE32}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{05176905-A2A5-4015-9F04-2904506C902F}"
ProjectSection(SolutionItems) = preProject
src\Versions.props = src\Versions.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.PostgreSQL", "src\Vitorm.PostgreSQL\Vitorm.PostgreSQL.csproj", "{4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.PostgreSQL.Data.MsTest", "test\Vitorm.PostgreSQL.Data.MsTest\Vitorm.PostgreSQL.Data.MsTest.csproj", "{FE069C13-7F3C-4AB2-A5DC-0460C8509C88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.PostgreSQL.MsTest", "test\Vitorm.PostgreSQL.MsTest\Vitorm.PostgreSQL.MsTest.csproj", "{704686A9-CC6D-4E0A-8E06-224EBD5AFECD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E}.Release|Any CPU.Build.0 = Release|Any CPU
{FE069C13-7F3C-4AB2-A5DC-0460C8509C88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE069C13-7F3C-4AB2-A5DC-0460C8509C88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE069C13-7F3C-4AB2-A5DC-0460C8509C88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE069C13-7F3C-4AB2-A5DC-0460C8509C88}.Release|Any CPU.Build.0 = Release|Any CPU
{704686A9-CC6D-4E0A-8E06-224EBD5AFECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{704686A9-CC6D-4E0A-8E06-224EBD5AFECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{704686A9-CC6D-4E0A-8E06-224EBD5AFECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{704686A9-CC6D-4E0A-8E06-224EBD5AFECD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4BBCE385-E3AB-4155-BDC5-9EE5C01BA64E} = {05176905-A2A5-4015-9F04-2904506C902F}
{FE069C13-7F3C-4AB2-A5DC-0460C8509C88} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
{704686A9-CC6D-4E0A-8E06-224EBD5AFECD} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7DA16E3-9949-49FA-B0B4-F830636DE60F}
EndGlobalSection
EndGlobal