-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathrhminer.sln
48 lines (48 loc) · 2.62 KB
/
rhminer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rhminer", "rhminer\rhminer.vcxproj", "{DCB0F1CD-A563-4A85-9711-256955B6467C}"
ProjectSection(ProjectDependencies) = postProject
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89} = {1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib_json", "jsoncpp-1.8.0\makefiles\msvc2010\lib_json.vcxproj", "{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release_CPU_OLDGEN|x64 = Release_CPU_OLDGEN|x64
Release_CPU|x64 = Release_CPU|x64
ScreenSaver|x64 = ScreenSaver|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCB0F1CD-A563-4A85-9711-256955B6467C}.Debug|x64.ActiveCfg = Debug|x64
{DCB0F1CD-A563-4A85-9711-256955B6467C}.Debug|x64.Build.0 = Debug|x64
{DCB0F1CD-A563-4A85-9711-256955B6467C}.Debug|x64.Deploy.0 = Debug|x64
{DCB0F1CD-A563-4A85-9711-256955B6467C}.Release_CPU_OLDGEN|x64.ActiveCfg = Release_CPU_OLDGEN|x64
{DCB0F1CD-A563-4A85-9711-256955B6467C}.Release_CPU_OLDGEN|x64.Build.0 = Release_CPU_OLDGEN|x64
{DCB0F1CD-A563-4A85-9711-256955B6467C}.Release_CPU|x64.ActiveCfg = Release_CPU|x64
{DCB0F1CD-A563-4A85-9711-256955B6467C}.Release_CPU|x64.Build.0 = Release_CPU|x64
{DCB0F1CD-A563-4A85-9711-256955B6467C}.ScreenSaver|x64.ActiveCfg = ScreenSaver|x64
{DCB0F1CD-A563-4A85-9711-256955B6467C}.ScreenSaver|x64.Build.0 = ScreenSaver|x64
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}.Debug|x64.ActiveCfg = Debug|x64
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}.Debug|x64.Build.0 = Debug|x64
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}.Release_CPU_OLDGEN|x64.ActiveCfg = Release_CPU_OLDGEN|x64
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}.Release_CPU_OLDGEN|x64.Build.0 = Release_CPU_OLDGEN|x64
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}.Release_CPU|x64.ActiveCfg = Release_CPU|x64
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}.Release_CPU|x64.Build.0 = Release_CPU|x64
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}.ScreenSaver|x64.ActiveCfg = ScreenSaver|x64
{1E6C2C1C-6453-4129-AE3F-0EE8E6599C89}.ScreenSaver|x64.Build.0 = ScreenSaver|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01BEAEF6-072E-47C6-8EA2-F8BF8A35FD67}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal