forked from cdmackie/rpcminer-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrpcminer-mod.win32.sln
25 lines (25 loc) · 1.34 KB
/
rpcminer-mod.win32.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rpcminer-mod-cuda.win32", "rpcminer-mod-cuda.win32.vcxproj", "{DAB35596-B5AB-C3DC-D317-00AFB9A49C3E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rpcminer-mod-opencl.win32", "rpcminer-mod-opencl.win32.vcxproj", "{F904CD4E-1FDA-447B-3883-7CB4721E9BF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DAB35596-B5AB-C3DC-D317-00AFB9A49C3E}.Debug|Win32.ActiveCfg = Debug|Win32
{DAB35596-B5AB-C3DC-D317-00AFB9A49C3E}.Debug|Win32.Build.0 = Debug|Win32
{DAB35596-B5AB-C3DC-D317-00AFB9A49C3E}.Release|Win32.ActiveCfg = Release|Win32
{DAB35596-B5AB-C3DC-D317-00AFB9A49C3E}.Release|Win32.Build.0 = Release|Win32
{F904CD4E-1FDA-447B-3883-7CB4721E9BF8}.Debug|Win32.ActiveCfg = Debug|Win32
{F904CD4E-1FDA-447B-3883-7CB4721E9BF8}.Debug|Win32.Build.0 = Debug|Win32
{F904CD4E-1FDA-447B-3883-7CB4721E9BF8}.Release|Win32.ActiveCfg = Release|Win32
{F904CD4E-1FDA-447B-3883-7CB4721E9BF8}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal