-
Notifications
You must be signed in to change notification settings - Fork 1
/
ParaNodes.sln
37 lines (37 loc) · 2.03 KB
/
ParaNodes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalCore", "PortalCore\PortalCore.csproj", "{9D94268C-CA3A-4FCD-9444-D4A2E4DA7C34}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "ChainScraper", "ChainScraper\ChainScraper.njsproj", "{CA008837-B9B1-4611-B4A3-725219759857}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChainToSQL", "ChainToSQL\ChainToSQL.csproj", "{2AF97869-1BAA-438F-AAC8-BE5679F243EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D94268C-CA3A-4FCD-9444-D4A2E4DA7C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D94268C-CA3A-4FCD-9444-D4A2E4DA7C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D94268C-CA3A-4FCD-9444-D4A2E4DA7C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D94268C-CA3A-4FCD-9444-D4A2E4DA7C34}.Release|Any CPU.Build.0 = Release|Any CPU
{CA008837-B9B1-4611-B4A3-725219759857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA008837-B9B1-4611-B4A3-725219759857}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA008837-B9B1-4611-B4A3-725219759857}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA008837-B9B1-4611-B4A3-725219759857}.Release|Any CPU.Build.0 = Release|Any CPU
{2AF97869-1BAA-438F-AAC8-BE5679F243EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AF97869-1BAA-438F-AAC8-BE5679F243EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AF97869-1BAA-438F-AAC8-BE5679F243EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AF97869-1BAA-438F-AAC8-BE5679F243EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13A868EB-74DE-48E3-9943-FD34FA84E967}
EndGlobalSection
EndGlobal