forked from realindiahotel/BIP39.NET
-
Notifications
You must be signed in to change notification settings - Fork 2
/
BIP39.NET.sln
43 lines (43 loc) · 2.24 KB
/
BIP39.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30914.41
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BIP39.NET", "BIP39.NET\BIP39.NET.csproj", "{063DBE48-0DDF-4D7B-86F6-151C10ABB943}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGUI", "TestGUI\TestGUI.csproj", "{6F0442D2-C74E-4A19-A101-9A557C29C3B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{987A60B8-0C17-4DD2-973B-C76F799B0AC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0512417E-C9DD-46E4-9C66-B1D8A3FC0214}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{063DBE48-0DDF-4D7B-86F6-151C10ABB943}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{063DBE48-0DDF-4D7B-86F6-151C10ABB943}.Debug|Any CPU.Build.0 = Debug|Any CPU
{063DBE48-0DDF-4D7B-86F6-151C10ABB943}.Release|Any CPU.ActiveCfg = Release|Any CPU
{063DBE48-0DDF-4D7B-86F6-151C10ABB943}.Release|Any CPU.Build.0 = Release|Any CPU
{6F0442D2-C74E-4A19-A101-9A557C29C3B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F0442D2-C74E-4A19-A101-9A557C29C3B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F0442D2-C74E-4A19-A101-9A557C29C3B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F0442D2-C74E-4A19-A101-9A557C29C3B8}.Release|Any CPU.Build.0 = Release|Any CPU
{987A60B8-0C17-4DD2-973B-C76F799B0AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{987A60B8-0C17-4DD2-973B-C76F799B0AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{987A60B8-0C17-4DD2-973B-C76F799B0AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{987A60B8-0C17-4DD2-973B-C76F799B0AC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3AB58E8-4A41-477D-9A0D-5898B6523ED6}
EndGlobalSection
EndGlobal