-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathKernelMemoryPostgres.sln
65 lines (62 loc) · 3.39 KB
/
KernelMemoryPostgres.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
65
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{6EF76FD8-4C35-4370-8539-5DDF45357A50}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
SECURITY.md = SECURITY.md
LICENSE = LICENSE
CONTRIBUTING.md = CONTRIBUTING.md
COMMUNITY.md = COMMUNITY.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
.gitignore = .gitignore
.gitattributes = .gitattributes
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
icon.png = icon.png
code-analysis.props = code-analysis.props
nuget-package.props = nuget-package.props
NUGET.md = NUGET.md
build.sh = build.sh
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostgresMemoryStorage", "PostgresMemoryStorage\PostgresMemoryStorage.csproj", "{239A6E9B-614F-4A17-9DBA-DAB54F89C703}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "tests\TestApplication\TestApplication.csproj", "{544885A6-C88E-4AAC-BDD9-FA915F97EA40}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{00E9AC21-A2C0-4247-95D6-74E38817F5BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{DAE58510-C22A-43D4-AD32-68498C6A9E66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionalTests", "tests\FunctionalTests\FunctionalTests.csproj", "{8DC06B89-DD48-498F-95DE-82CCC657C63D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{544885A6-C88E-4AAC-BDD9-FA915F97EA40} = {00E9AC21-A2C0-4247-95D6-74E38817F5BD}
{DAE58510-C22A-43D4-AD32-68498C6A9E66} = {00E9AC21-A2C0-4247-95D6-74E38817F5BD}
{8DC06B89-DD48-498F-95DE-82CCC657C63D} = {00E9AC21-A2C0-4247-95D6-74E38817F5BD}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{239A6E9B-614F-4A17-9DBA-DAB54F89C703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{239A6E9B-614F-4A17-9DBA-DAB54F89C703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{239A6E9B-614F-4A17-9DBA-DAB54F89C703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{239A6E9B-614F-4A17-9DBA-DAB54F89C703}.Release|Any CPU.Build.0 = Release|Any CPU
{544885A6-C88E-4AAC-BDD9-FA915F97EA40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{544885A6-C88E-4AAC-BDD9-FA915F97EA40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{544885A6-C88E-4AAC-BDD9-FA915F97EA40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{544885A6-C88E-4AAC-BDD9-FA915F97EA40}.Release|Any CPU.Build.0 = Release|Any CPU
{DAE58510-C22A-43D4-AD32-68498C6A9E66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAE58510-C22A-43D4-AD32-68498C6A9E66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAE58510-C22A-43D4-AD32-68498C6A9E66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAE58510-C22A-43D4-AD32-68498C6A9E66}.Release|Any CPU.Build.0 = Release|Any CPU
{8DC06B89-DD48-498F-95DE-82CCC657C63D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DC06B89-DD48-498F-95DE-82CCC657C63D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DC06B89-DD48-498F-95DE-82CCC657C63D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DC06B89-DD48-498F-95DE-82CCC657C63D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal