-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNeuroSpeech.Eternity.sln
86 lines (86 loc) · 6.33 KB
/
NeuroSpeech.Eternity.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity", "NeuroSpeech.Eternity\NeuroSpeech.Eternity.csproj", "{C3B09F1A-0E85-4752-85EB-A8BB66886CD9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity.Mocks", "NeuroSpeech.Eternity.Mocks\NeuroSpeech.Eternity.Mocks.csproj", "{9B9DA7FB-1E07-446F-85F8-BD93294211AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity.Tests", "NeuroSpeech.Eternity.Tests\NeuroSpeech.Eternity.Tests.csproj", "{E5BBCBA9-42DD-43BE-B005-F9975F30F069}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F5C638F-13BA-48C1-9138-7FD4FE671138}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity.SqliteStorage", "NeuroSpeech.Eternity.SqliteStorage\NeuroSpeech.Eternity.SqliteStorage.csproj", "{ACDDD68E-0813-408E-9326-D3CCBD24688D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity.SqliteStorage.Tests", "NeuroSpeech.Eternity.SqliteStorage.Tests\NeuroSpeech.Eternity.SqliteStorage.Tests.csproj", "{0CCDD6B8-80D8-4FC0-B6E2-54A0F5469CAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity.DependencyInjectionExtensions", "NeuroSpeech.Eternity.DependencyInjectionExtensions\NeuroSpeech.Eternity.DependencyInjectionExtensions.csproj", "{5200E2F8-58F8-4C67-B8DE-4418DF6746F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity.DbStorage", "NeuroSpeech.Eternity.DbStorage\NeuroSpeech.Eternity.DbStorage.csproj", "{3EB13FEC-6BCF-4AB1-88BE-71EBFF129925}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity.SqlStorage", "NeuroSpeech.Eternity.SqlStorage\NeuroSpeech.Eternity.SqlStorage.csproj", "{12FA8981-C387-481C-8EB7-85B43FCF623D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.Eternity.SqlStorage.Tests", "NeuroSpeech.Eternity.SqlStorage.Tests\NeuroSpeech.Eternity.SqlStorage.Tests.csproj", "{F5A8578E-7705-44B3-BC54-0BCE4C80851E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeuroSpeech.Eternity.PostgreSqlStorage", "NeuroSpeech.Eternity.PostgreSqlStorage\NeuroSpeech.Eternity.PostgreSqlStorage.csproj", "{D1FB3CD0-6B28-4977-8A59-DB457CFA98B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3B09F1A-0E85-4752-85EB-A8BB66886CD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B09F1A-0E85-4752-85EB-A8BB66886CD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3B09F1A-0E85-4752-85EB-A8BB66886CD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B09F1A-0E85-4752-85EB-A8BB66886CD9}.Release|Any CPU.Build.0 = Release|Any CPU
{9B9DA7FB-1E07-446F-85F8-BD93294211AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B9DA7FB-1E07-446F-85F8-BD93294211AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B9DA7FB-1E07-446F-85F8-BD93294211AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B9DA7FB-1E07-446F-85F8-BD93294211AE}.Release|Any CPU.Build.0 = Release|Any CPU
{E5BBCBA9-42DD-43BE-B005-F9975F30F069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5BBCBA9-42DD-43BE-B005-F9975F30F069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5BBCBA9-42DD-43BE-B005-F9975F30F069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5BBCBA9-42DD-43BE-B005-F9975F30F069}.Release|Any CPU.Build.0 = Release|Any CPU
{ACDDD68E-0813-408E-9326-D3CCBD24688D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACDDD68E-0813-408E-9326-D3CCBD24688D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACDDD68E-0813-408E-9326-D3CCBD24688D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACDDD68E-0813-408E-9326-D3CCBD24688D}.Release|Any CPU.Build.0 = Release|Any CPU
{0CCDD6B8-80D8-4FC0-B6E2-54A0F5469CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CCDD6B8-80D8-4FC0-B6E2-54A0F5469CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CCDD6B8-80D8-4FC0-B6E2-54A0F5469CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CCDD6B8-80D8-4FC0-B6E2-54A0F5469CAF}.Release|Any CPU.Build.0 = Release|Any CPU
{5200E2F8-58F8-4C67-B8DE-4418DF6746F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5200E2F8-58F8-4C67-B8DE-4418DF6746F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5200E2F8-58F8-4C67-B8DE-4418DF6746F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5200E2F8-58F8-4C67-B8DE-4418DF6746F3}.Release|Any CPU.Build.0 = Release|Any CPU
{3EB13FEC-6BCF-4AB1-88BE-71EBFF129925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EB13FEC-6BCF-4AB1-88BE-71EBFF129925}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EB13FEC-6BCF-4AB1-88BE-71EBFF129925}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EB13FEC-6BCF-4AB1-88BE-71EBFF129925}.Release|Any CPU.Build.0 = Release|Any CPU
{12FA8981-C387-481C-8EB7-85B43FCF623D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12FA8981-C387-481C-8EB7-85B43FCF623D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12FA8981-C387-481C-8EB7-85B43FCF623D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12FA8981-C387-481C-8EB7-85B43FCF623D}.Release|Any CPU.Build.0 = Release|Any CPU
{F5A8578E-7705-44B3-BC54-0BCE4C80851E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5A8578E-7705-44B3-BC54-0BCE4C80851E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5A8578E-7705-44B3-BC54-0BCE4C80851E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5A8578E-7705-44B3-BC54-0BCE4C80851E}.Release|Any CPU.Build.0 = Release|Any CPU
{D1FB3CD0-6B28-4977-8A59-DB457CFA98B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1FB3CD0-6B28-4977-8A59-DB457CFA98B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1FB3CD0-6B28-4977-8A59-DB457CFA98B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1FB3CD0-6B28-4977-8A59-DB457CFA98B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81A3E0EE-A900-4051-994D-E3A35819EEBE}
EndGlobalSection
EndGlobal