-
Notifications
You must be signed in to change notification settings - Fork 24
/
Nethereum.UI.Desktop.sln
55 lines (55 loc) · 3.66 KB
/
Nethereum.UI.Desktop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.64
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.UI", "Nethereum.UI\Nethereum.UI.csproj", "{B9DBE599-1AA8-4041-A047-67EEC05E7735}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.UI.Desktop", "Nethereum.UI.Desktop\Nethereum.UI.Desktop.csproj", "{F98A5CEE-AD7E-4D5C-8219-3CE2155CEE53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.StandardToken.UI", "Nethereum.StandardToken.UI\Nethereum.StandardToken.UI.csproj", "{E1ECFE47-6E5F-4908-A2DE-0E473F77D326}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.UI.HostProvider", "Nethereum.UI.HostProvider\Nethereum.UI.HostProvider.csproj", "{5BA2B3CA-FDFD-4980-9D90-A86EF6A8278C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.UI.Desktop.Common", "Nethereum.UI.Desktop.Common\Nethereum.UI.Desktop.Common.csproj", "{A39CB3B3-AA6C-429B-AB7A-319EED7FC855}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.StandardToken.Desktop", "Nethereum.StandardToken.Desktop\Nethereum.StandardToken.Desktop.csproj", "{B14A8706-A7B2-4D73-BCF4-EF094B77AA3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9DBE599-1AA8-4041-A047-67EEC05E7735}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9DBE599-1AA8-4041-A047-67EEC05E7735}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9DBE599-1AA8-4041-A047-67EEC05E7735}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9DBE599-1AA8-4041-A047-67EEC05E7735}.Release|Any CPU.Build.0 = Release|Any CPU
{F98A5CEE-AD7E-4D5C-8219-3CE2155CEE53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F98A5CEE-AD7E-4D5C-8219-3CE2155CEE53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F98A5CEE-AD7E-4D5C-8219-3CE2155CEE53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F98A5CEE-AD7E-4D5C-8219-3CE2155CEE53}.Release|Any CPU.Build.0 = Release|Any CPU
{E1ECFE47-6E5F-4908-A2DE-0E473F77D326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1ECFE47-6E5F-4908-A2DE-0E473F77D326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1ECFE47-6E5F-4908-A2DE-0E473F77D326}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1ECFE47-6E5F-4908-A2DE-0E473F77D326}.Release|Any CPU.Build.0 = Release|Any CPU
{5BA2B3CA-FDFD-4980-9D90-A86EF6A8278C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BA2B3CA-FDFD-4980-9D90-A86EF6A8278C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BA2B3CA-FDFD-4980-9D90-A86EF6A8278C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BA2B3CA-FDFD-4980-9D90-A86EF6A8278C}.Release|Any CPU.Build.0 = Release|Any CPU
{A39CB3B3-AA6C-429B-AB7A-319EED7FC855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A39CB3B3-AA6C-429B-AB7A-319EED7FC855}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A39CB3B3-AA6C-429B-AB7A-319EED7FC855}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A39CB3B3-AA6C-429B-AB7A-319EED7FC855}.Release|Any CPU.Build.0 = Release|Any CPU
{B14A8706-A7B2-4D73-BCF4-EF094B77AA3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B14A8706-A7B2-4D73-BCF4-EF094B77AA3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B14A8706-A7B2-4D73-BCF4-EF094B77AA3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B14A8706-A7B2-4D73-BCF4-EF094B77AA3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B41D979A-7ADB-4C07-B27D-2DEFCF24BC23}
EndGlobalSection
EndGlobal