-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPolkaIndexer.sln
79 lines (79 loc) · 5.06 KB
/
PolkaIndexer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PolkaIndexer", "PolkaIndexer\PolkaIndexer.csproj", "{7F1A9029-084D-4D38-908A-3EAAAF099743}"
ProjectSection(ProjectDependencies) = postProject
{C1680492-F6B1-4325-8506-A1B89344BA22} = {C1680492-F6B1-4325-8506-A1B89344BA22}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Polkadot", "lib\api\Polkadot\Polkadot.csproj", "{C1680492-F6B1-4325-8506-A1B89344BA22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schnorrkel", "lib\api\Schnorrkel\Schnorrkel.csproj", "{2E9F69F2-F527-459E-83B1-6379B78BA935}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{71303C99-7714-40BB-919B-04862FD08565}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndexerTest", "IndexerTest\IndexerTest.csproj", "{5F7AB25F-C65F-4B01-B606-03576D7C657C}"
ProjectSection(ProjectDependencies) = postProject
{7F1A9029-084D-4D38-908A-3EAAAF099743} = {7F1A9029-084D-4D38-908A-3EAAAF099743}
{C1680492-F6B1-4325-8506-A1B89344BA22} = {C1680492-F6B1-4325-8506-A1B89344BA22}
{2E9F69F2-F527-459E-83B1-6379B78BA935} = {2E9F69F2-F527-459E-83B1-6379B78BA935}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F1A9029-084D-4D38-908A-3EAAAF099743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F1A9029-084D-4D38-908A-3EAAAF099743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F1A9029-084D-4D38-908A-3EAAAF099743}.Debug|x64.ActiveCfg = Debug|Any CPU
{7F1A9029-084D-4D38-908A-3EAAAF099743}.Debug|x64.Build.0 = Debug|Any CPU
{7F1A9029-084D-4D38-908A-3EAAAF099743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F1A9029-084D-4D38-908A-3EAAAF099743}.Release|Any CPU.Build.0 = Release|Any CPU
{7F1A9029-084D-4D38-908A-3EAAAF099743}.Release|x64.ActiveCfg = Release|Any CPU
{7F1A9029-084D-4D38-908A-3EAAAF099743}.Release|x64.Build.0 = Release|Any CPU
{C1680492-F6B1-4325-8506-A1B89344BA22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1680492-F6B1-4325-8506-A1B89344BA22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1680492-F6B1-4325-8506-A1B89344BA22}.Debug|x64.ActiveCfg = Debug|Any CPU
{C1680492-F6B1-4325-8506-A1B89344BA22}.Debug|x64.Build.0 = Debug|Any CPU
{C1680492-F6B1-4325-8506-A1B89344BA22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1680492-F6B1-4325-8506-A1B89344BA22}.Release|Any CPU.Build.0 = Release|Any CPU
{C1680492-F6B1-4325-8506-A1B89344BA22}.Release|x64.ActiveCfg = Release|Any CPU
{C1680492-F6B1-4325-8506-A1B89344BA22}.Release|x64.Build.0 = Release|Any CPU
{2E9F69F2-F527-459E-83B1-6379B78BA935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E9F69F2-F527-459E-83B1-6379B78BA935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E9F69F2-F527-459E-83B1-6379B78BA935}.Debug|x64.ActiveCfg = Debug|Any CPU
{2E9F69F2-F527-459E-83B1-6379B78BA935}.Debug|x64.Build.0 = Debug|Any CPU
{2E9F69F2-F527-459E-83B1-6379B78BA935}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E9F69F2-F527-459E-83B1-6379B78BA935}.Release|Any CPU.Build.0 = Release|Any CPU
{2E9F69F2-F527-459E-83B1-6379B78BA935}.Release|x64.ActiveCfg = Release|Any CPU
{2E9F69F2-F527-459E-83B1-6379B78BA935}.Release|x64.Build.0 = Release|Any CPU
{71303C99-7714-40BB-919B-04862FD08565}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71303C99-7714-40BB-919B-04862FD08565}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71303C99-7714-40BB-919B-04862FD08565}.Debug|x64.ActiveCfg = Debug|Any CPU
{71303C99-7714-40BB-919B-04862FD08565}.Debug|x64.Build.0 = Debug|Any CPU
{71303C99-7714-40BB-919B-04862FD08565}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71303C99-7714-40BB-919B-04862FD08565}.Release|Any CPU.Build.0 = Release|Any CPU
{71303C99-7714-40BB-919B-04862FD08565}.Release|x64.ActiveCfg = Release|Any CPU
{71303C99-7714-40BB-919B-04862FD08565}.Release|x64.Build.0 = Release|Any CPU
{5F7AB25F-C65F-4B01-B606-03576D7C657C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F7AB25F-C65F-4B01-B606-03576D7C657C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F7AB25F-C65F-4B01-B606-03576D7C657C}.Debug|x64.ActiveCfg = Debug|Any CPU
{5F7AB25F-C65F-4B01-B606-03576D7C657C}.Debug|x64.Build.0 = Debug|Any CPU
{5F7AB25F-C65F-4B01-B606-03576D7C657C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F7AB25F-C65F-4B01-B606-03576D7C657C}.Release|Any CPU.Build.0 = Release|Any CPU
{5F7AB25F-C65F-4B01-B606-03576D7C657C}.Release|x64.ActiveCfg = Release|Any CPU
{5F7AB25F-C65F-4B01-B606-03576D7C657C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC2913F9-14DD-408B-9E01-522663C8ECD5}
EndGlobalSection
EndGlobal