forked from cbuchner1/CudaMiner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcudaminer.vcxproj.user
16 lines (16 loc) · 1.13 KB
/
cudaminer.vcxproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommandArguments>--algo=scrypt-jane -d 1 -l S7x2 -H 0 -o stratum+tcp://yac.coinmine.pl:9088 -O cbuchner1.1:x</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommandArguments>--algo=scrypt-jane -d 0 -l S1x1 -o stratum+tcp://yac.coinmine.pl:9088 -O cbuchner1.1:x</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommandArguments>--algo=scrypt-jane -d 1 -l S21x1 -H 0 -o stratum+tcp://yac.coinmine.pl:9088 -O cbuchner1.1:x</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>$(ProjectDir)\x64</LocalDebuggerWorkingDirectory>
</PropertyGroup>
</Project>