-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestPersistence.sln
49 lines (49 loc) · 2.81 KB
/
TestPersistence.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataProvider", "DataProvider\DataProvider.csproj", "{2B16E89A-4AAB-41EB-BF0D-F980BBC76328}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataPersistor", "DataPersistor\DataPersistor.csproj", "{295AD1BD-AA3E-4B46-A3BB-599BFE46B199}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{07CE3B0C-E99F-4658-9BB1-37CB630542B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataFetchingWorker", "DataFetchingWorker\DataFetchingWorker.csproj", "{6F5A3B6F-358B-43E2-93AC-2AAF589DB121}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11427349-C043-441D-9B42-F1BF3CCD9F00}"
ProjectSection(SolutionItems) = preProject
available_envs_k8s.json = available_envs_k8s.json
kubernetes-deploy.yml = kubernetes-deploy.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B16E89A-4AAB-41EB-BF0D-F980BBC76328}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B16E89A-4AAB-41EB-BF0D-F980BBC76328}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B16E89A-4AAB-41EB-BF0D-F980BBC76328}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B16E89A-4AAB-41EB-BF0D-F980BBC76328}.Release|Any CPU.Build.0 = Release|Any CPU
{295AD1BD-AA3E-4B46-A3BB-599BFE46B199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{295AD1BD-AA3E-4B46-A3BB-599BFE46B199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{295AD1BD-AA3E-4B46-A3BB-599BFE46B199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{295AD1BD-AA3E-4B46-A3BB-599BFE46B199}.Release|Any CPU.Build.0 = Release|Any CPU
{07CE3B0C-E99F-4658-9BB1-37CB630542B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07CE3B0C-E99F-4658-9BB1-37CB630542B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07CE3B0C-E99F-4658-9BB1-37CB630542B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07CE3B0C-E99F-4658-9BB1-37CB630542B2}.Release|Any CPU.Build.0 = Release|Any CPU
{6F5A3B6F-358B-43E2-93AC-2AAF589DB121}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F5A3B6F-358B-43E2-93AC-2AAF589DB121}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F5A3B6F-358B-43E2-93AC-2AAF589DB121}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F5A3B6F-358B-43E2-93AC-2AAF589DB121}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E29ABDD4-F9E8-4E77-A73C-E2EBA28575DC}
EndGlobalSection
EndGlobal