forked from Nethereum/Nethereum.BlockchainStorage
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNethereum.BlockchainStore.sln
36 lines (36 loc) · 1.89 KB
/
Nethereum.BlockchainStore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CDE4559-4CD2-4495-A620-0A251AC3712D}"
ProjectSection(SolutionItems) = preProject
Entities.png = Entities.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.BlockChainStore.Data", "Nethereum.BlockChainStore.Data\Nethereum.BlockChainStore.Data.csproj", "{B091EF9B-4274-48F0-92C3-BFB87A22AF70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.BlockChainStore.Core", "Nethereum.BlockChainStore.Core\Nethereum.BlockChainStore.Core.csproj", "{2A1BC756-0BC1-4A31-A778-578957BE2070}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B091EF9B-4274-48F0-92C3-BFB87A22AF70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B091EF9B-4274-48F0-92C3-BFB87A22AF70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B091EF9B-4274-48F0-92C3-BFB87A22AF70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B091EF9B-4274-48F0-92C3-BFB87A22AF70}.Release|Any CPU.Build.0 = Release|Any CPU
{2A1BC756-0BC1-4A31-A778-578957BE2070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A1BC756-0BC1-4A31-A778-578957BE2070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A1BC756-0BC1-4A31-A778-578957BE2070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A1BC756-0BC1-4A31-A778-578957BE2070}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92EBC2BB-E25D-4B17-99D8-BEF1875C6973}
EndGlobalSection
EndGlobal