forked from vertcoin-project/One-Click-Miner-OLD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Vertminer.sln
40 lines (40 loc) · 2.15 KB
/
Vertminer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Vertcoin 'One-Click' Miner", "Vertminer\Vertcoin 'One-Click' Miner.vbproj", "{E4663B10-3F1D-4BD2-9479-EF39F0E44A36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CCB299C6-7B49-480F-A687-F802CC0D86D6}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "OneClickMiner.Tests", "OneClickMiner.Tests\OneClickMiner.Tests.vbproj", "{CD80E4B6-BCE6-45E9-85CD-59AB7D0152F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4663B10-3F1D-4BD2-9479-EF39F0E44A36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4663B10-3F1D-4BD2-9479-EF39F0E44A36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4663B10-3F1D-4BD2-9479-EF39F0E44A36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4663B10-3F1D-4BD2-9479-EF39F0E44A36}.Release|Any CPU.Build.0 = Release|Any CPU
{111FE724-0110-44C6-A77E-7E653A574BA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{111FE724-0110-44C6-A77E-7E653A574BA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{111FE724-0110-44C6-A77E-7E653A574BA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{111FE724-0110-44C6-A77E-7E653A574BA8}.Release|Any CPU.Build.0 = Release|Any CPU
{CD80E4B6-BCE6-45E9-85CD-59AB7D0152F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD80E4B6-BCE6-45E9-85CD-59AB7D0152F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD80E4B6-BCE6-45E9-85CD-59AB7D0152F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD80E4B6-BCE6-45E9-85CD-59AB7D0152F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24B3211F-59C4-45F6-8A56-59B68E7067F2}
EndGlobalSection
EndGlobal