-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSoliditySHA3MinerUI.sln
35 lines (35 loc) · 1.8 KB
/
SoliditySHA3MinerUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoliditySHA3MinerUI", "SoliditySHA3MinerUI\SoliditySHA3MinerUI.csproj", "{F6A62A69-CBDD-4631-91AD-58589E5B4F79}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer\Installer.wixproj", "{4A6E2BBF-70D1-477B-80E0-A46D33DF4036}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstallerHelper", "InstallerHelper\InstallerHelper.csproj", "{774EF3E4-052E-44B9-889D-F550CCA659E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6A62A69-CBDD-4631-91AD-58589E5B4F79}.Debug|x64.ActiveCfg = Debug|x64
{F6A62A69-CBDD-4631-91AD-58589E5B4F79}.Debug|x64.Build.0 = Debug|x64
{F6A62A69-CBDD-4631-91AD-58589E5B4F79}.Release|x64.ActiveCfg = Release|x64
{F6A62A69-CBDD-4631-91AD-58589E5B4F79}.Release|x64.Build.0 = Release|x64
{4A6E2BBF-70D1-477B-80E0-A46D33DF4036}.Debug|x64.ActiveCfg = Debug|x86
{4A6E2BBF-70D1-477B-80E0-A46D33DF4036}.Debug|x64.Build.0 = Debug|x86
{4A6E2BBF-70D1-477B-80E0-A46D33DF4036}.Release|x64.ActiveCfg = Release|x86
{4A6E2BBF-70D1-477B-80E0-A46D33DF4036}.Release|x64.Build.0 = Release|x86
{774EF3E4-052E-44B9-889D-F550CCA659E5}.Debug|x64.ActiveCfg = Debug|x86
{774EF3E4-052E-44B9-889D-F550CCA659E5}.Release|x64.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53A6E9AC-D774-42A8-8A3A-0C5D74D3248B}
EndGlobalSection
EndGlobal