This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathledger-dotnet-api.sln
64 lines (64 loc) · 4 KB
/
ledger-dotnet-api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LedgerWallet", "LedgerWallet\LedgerWallet.csproj", "{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LedgerWallet.Tests", "LedgerWallet.Tests\LedgerWallet.Tests.csproj", "{EEE0B243-517B-44AC-BF5B-A059B108E01B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LedgerWallet.TestsCore", "LedgerWallet.TestsCore\LedgerWallet.TestsCore.csproj", "{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Debug|x64.ActiveCfg = Debug|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Debug|x64.Build.0 = Debug|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Debug|x86.ActiveCfg = Debug|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Debug|x86.Build.0 = Debug|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Release|Any CPU.Build.0 = Release|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Release|x64.ActiveCfg = Release|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Release|x64.Build.0 = Release|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Release|x86.ActiveCfg = Release|Any CPU
{0F58B917-740D-4A5F-AB3D-0A7DFC7C1856}.Release|x86.Build.0 = Release|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Debug|x64.ActiveCfg = Debug|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Debug|x64.Build.0 = Debug|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Debug|x86.ActiveCfg = Debug|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Debug|x86.Build.0 = Debug|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Release|Any CPU.Build.0 = Release|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Release|x64.ActiveCfg = Release|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Release|x64.Build.0 = Release|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Release|x86.ActiveCfg = Release|Any CPU
{EEE0B243-517B-44AC-BF5B-A059B108E01B}.Release|x86.Build.0 = Release|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Debug|x64.ActiveCfg = Debug|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Debug|x64.Build.0 = Debug|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Debug|x86.ActiveCfg = Debug|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Debug|x86.Build.0 = Debug|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Release|Any CPU.Build.0 = Release|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Release|x64.ActiveCfg = Release|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Release|x64.Build.0 = Release|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Release|x86.ActiveCfg = Release|Any CPU
{4CFD5197-D7FE-445B-9EB3-EEC57018A4CA}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33555F6C-20C5-4661-89BE-4BAC3E3A35F5}
EndGlobalSection
EndGlobal