-
Notifications
You must be signed in to change notification settings - Fork 22
/
Blockcore.Indexer.sln
67 lines (67 loc) · 4.12 KB
/
Blockcore.Indexer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blockcore.Indexer", "src\Blockcore.Indexer\Blockcore.Indexer.csproj", "{7A62B325-5349-4AE8-BEF8-5ED3E66DB246}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF780C62-90DC-466A-8936-6823D56707D4}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
LICENSE = LICENSE
package.json = package.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blockcore.Indexer.Tests", "src\Blockcore.Indexer.Tests\Blockcore.Indexer.Tests.csproj", "{F90920F8-D323-4A85-9CFE-5D4899AA3690}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blockcore.Indexer.Cirrus", "src\Blockcore.Indexer.Cirrus\Blockcore.Indexer.Cirrus.csproj", "{BF7D701B-2DA5-43A0-A4C5-4891088D2CD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blockcore.Indexer.Core", "src\Blockcore.Indexer.Core\Blockcore.Indexer.Core.csproj", "{2C9CD649-FE49-40D9-98B6-ACD1874045C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blockcore.Indexer.Cirrus.Tests", "src\Blockcore.Indexer.Cirrus.Tests\Blockcore.Indexer.Cirrus.Tests.csproj", "{9D5F8BBA-9805-486F-97E0-F6E4F229FE07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blockcore.Indexer.Angor", "src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj", "{2C08CF7C-50D8-4DA1-A431-A72795B8F382}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A62B325-5349-4AE8-BEF8-5ED3E66DB246}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A62B325-5349-4AE8-BEF8-5ED3E66DB246}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A62B325-5349-4AE8-BEF8-5ED3E66DB246}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A62B325-5349-4AE8-BEF8-5ED3E66DB246}.Release|Any CPU.Build.0 = Release|Any CPU
{F90920F8-D323-4A85-9CFE-5D4899AA3690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F90920F8-D323-4A85-9CFE-5D4899AA3690}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F90920F8-D323-4A85-9CFE-5D4899AA3690}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F90920F8-D323-4A85-9CFE-5D4899AA3690}.Release|Any CPU.Build.0 = Release|Any CPU
{BF7D701B-2DA5-43A0-A4C5-4891088D2CD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF7D701B-2DA5-43A0-A4C5-4891088D2CD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF7D701B-2DA5-43A0-A4C5-4891088D2CD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF7D701B-2DA5-43A0-A4C5-4891088D2CD4}.Release|Any CPU.Build.0 = Release|Any CPU
{2C9CD649-FE49-40D9-98B6-ACD1874045C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C9CD649-FE49-40D9-98B6-ACD1874045C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C9CD649-FE49-40D9-98B6-ACD1874045C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C9CD649-FE49-40D9-98B6-ACD1874045C3}.Release|Any CPU.Build.0 = Release|Any CPU
{9D5F8BBA-9805-486F-97E0-F6E4F229FE07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D5F8BBA-9805-486F-97E0-F6E4F229FE07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D5F8BBA-9805-486F-97E0-F6E4F229FE07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D5F8BBA-9805-486F-97E0-F6E4F229FE07}.Release|Any CPU.Build.0 = Release|Any CPU
{2C08CF7C-50D8-4DA1-A431-A72795B8F382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C08CF7C-50D8-4DA1-A431-A72795B8F382}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C08CF7C-50D8-4DA1-A431-A72795B8F382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C08CF7C-50D8-4DA1-A431-A72795B8F382}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64C9DFC8-471B-4D5B-8D58-44BD223EF1BE}
EndGlobalSection
EndGlobal