-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlockInfrastructure.sln
More file actions
65 lines (65 loc) · 4.9 KB
/
BlockInfrastructure.sln
File metadata and controls
65 lines (65 loc) · 4.9 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
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockInfrastructure-Core", "src\BlockInfrastructure-Core\BlockInfrastructure-Core.csproj", "{BE0BBE26-22CE-4416-B3CA-510D7B29C70D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockInfrastructure-Core-Test", "test\BlockInfrastructure-Core-Test\BlockInfrastructure-Core-Test.csproj", "{CC835F41-9D35-43ED-95E8-DBD78A726DDD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BC58131E-94D4-4D5D-AAA5-3F698178E7EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E3D3C961-9656-4D27-9155-61DB8B807FD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockInfrastructure.Common", "src\BlockInfrastructure.Common\BlockInfrastructure.Common.csproj", "{015B78AA-FCAD-42E7-A821-8B5BC878CFA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockInfrastructure.BackgroundCacheWorker", "src\BlockInfrastructure.BackgroundCacheWorker\BlockInfrastructure.BackgroundCacheWorker.csproj", "{60E6CC24-12B8-4B41-A8AE-0282A541B8BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockInfrastructure.BackgroundCacheWorker.Test", "test\BlockInfrastructure.BackgroundCacheWorker.Test\BlockInfrastructure.BackgroundCacheWorker.Test.csproj", "{E5BB79D5-B235-49BA-926F-8B1C1163A1CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockInfrastructure.Common.Test", "test\BlockInfrastructure.Common.Test\BlockInfrastructure.Common.Test.csproj", "{151CB540-3D56-43E8-B524-DAB0EEC5FE7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockInfrastructure.Files", "src\BlockInfrastructure.Files\BlockInfrastructure.Files.csproj", "{4B9E5C9E-B6CC-4597-874B-963EC96DE4C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE0BBE26-22CE-4416-B3CA-510D7B29C70D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE0BBE26-22CE-4416-B3CA-510D7B29C70D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE0BBE26-22CE-4416-B3CA-510D7B29C70D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE0BBE26-22CE-4416-B3CA-510D7B29C70D}.Release|Any CPU.Build.0 = Release|Any CPU
{CC835F41-9D35-43ED-95E8-DBD78A726DDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC835F41-9D35-43ED-95E8-DBD78A726DDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC835F41-9D35-43ED-95E8-DBD78A726DDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC835F41-9D35-43ED-95E8-DBD78A726DDD}.Release|Any CPU.Build.0 = Release|Any CPU
{015B78AA-FCAD-42E7-A821-8B5BC878CFA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{015B78AA-FCAD-42E7-A821-8B5BC878CFA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{015B78AA-FCAD-42E7-A821-8B5BC878CFA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{015B78AA-FCAD-42E7-A821-8B5BC878CFA7}.Release|Any CPU.Build.0 = Release|Any CPU
{60E6CC24-12B8-4B41-A8AE-0282A541B8BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60E6CC24-12B8-4B41-A8AE-0282A541B8BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60E6CC24-12B8-4B41-A8AE-0282A541B8BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60E6CC24-12B8-4B41-A8AE-0282A541B8BE}.Release|Any CPU.Build.0 = Release|Any CPU
{E5BB79D5-B235-49BA-926F-8B1C1163A1CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5BB79D5-B235-49BA-926F-8B1C1163A1CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5BB79D5-B235-49BA-926F-8B1C1163A1CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5BB79D5-B235-49BA-926F-8B1C1163A1CC}.Release|Any CPU.Build.0 = Release|Any CPU
{151CB540-3D56-43E8-B524-DAB0EEC5FE7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{151CB540-3D56-43E8-B524-DAB0EEC5FE7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{151CB540-3D56-43E8-B524-DAB0EEC5FE7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{151CB540-3D56-43E8-B524-DAB0EEC5FE7B}.Release|Any CPU.Build.0 = Release|Any CPU
{4B9E5C9E-B6CC-4597-874B-963EC96DE4C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B9E5C9E-B6CC-4597-874B-963EC96DE4C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B9E5C9E-B6CC-4597-874B-963EC96DE4C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B9E5C9E-B6CC-4597-874B-963EC96DE4C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BE0BBE26-22CE-4416-B3CA-510D7B29C70D} = {BC58131E-94D4-4D5D-AAA5-3F698178E7EF}
{CC835F41-9D35-43ED-95E8-DBD78A726DDD} = {E3D3C961-9656-4D27-9155-61DB8B807FD1}
{015B78AA-FCAD-42E7-A821-8B5BC878CFA7} = {BC58131E-94D4-4D5D-AAA5-3F698178E7EF}
{60E6CC24-12B8-4B41-A8AE-0282A541B8BE} = {BC58131E-94D4-4D5D-AAA5-3F698178E7EF}
{E5BB79D5-B235-49BA-926F-8B1C1163A1CC} = {E3D3C961-9656-4D27-9155-61DB8B807FD1}
{151CB540-3D56-43E8-B524-DAB0EEC5FE7B} = {E3D3C961-9656-4D27-9155-61DB8B807FD1}
{4B9E5C9E-B6CC-4597-874B-963EC96DE4C5} = {BC58131E-94D4-4D5D-AAA5-3F698178E7EF}
EndGlobalSection
EndGlobal