-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEthereumExchangeWallet.sln
37 lines (37 loc) · 2.16 KB
/
EthereumExchangeWallet.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 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthereumExchangeWallet.Api", "EthereumExchangeWallet.Api\EthereumExchangeWallet.Api.csproj", "{517CB9E6-3ACD-4C20-A78E-673B9A6EEE15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthereumExchangeWallet.Test", "EthereumExchangeWallet.Test\EthereumExchangeWallet.Test.csproj", "{F5C42CFE-3509-495D-8CAC-85A5B5AB55A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.WalletForwarder", "Nethereum.WalletForwarder\Nethereum.WalletForwarder.csproj", "{3099E82E-5198-4BA8-B502-D59678848C4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{517CB9E6-3ACD-4C20-A78E-673B9A6EEE15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{517CB9E6-3ACD-4C20-A78E-673B9A6EEE15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{517CB9E6-3ACD-4C20-A78E-673B9A6EEE15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{517CB9E6-3ACD-4C20-A78E-673B9A6EEE15}.Release|Any CPU.Build.0 = Release|Any CPU
{F5C42CFE-3509-495D-8CAC-85A5B5AB55A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5C42CFE-3509-495D-8CAC-85A5B5AB55A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5C42CFE-3509-495D-8CAC-85A5B5AB55A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5C42CFE-3509-495D-8CAC-85A5B5AB55A5}.Release|Any CPU.Build.0 = Release|Any CPU
{3099E82E-5198-4BA8-B502-D59678848C4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3099E82E-5198-4BA8-B502-D59678848C4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3099E82E-5198-4BA8-B502-D59678848C4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3099E82E-5198-4BA8-B502-D59678848C4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {00DB7FAB-087D-46D8-9F63-30EF43A362C9}
EndGlobalSection
EndGlobal