-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTuringPatterns.vcxproj.user
More file actions
11 lines (11 loc) · 986 Bytes
/
TuringPatterns.vcxproj.user
File metadata and controls
11 lines (11 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommandArguments>-pattern Thomas -xDimension 64 -yDimension 64 -nIter 100 -nIterPerRound 10 -dt 1.0 -whiteNoiseScale .05 -patternParameter1 4.5 -patternParameter2 6.75 -solutionFile "br.csv" -uDiffusion 2 -vDiffusion 16</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerCommandArguments>-pattern Thomas -xDimension 64 -yDimension 64 -nIter 100 -nIterPerRound 10 -dt 1.0 -whiteNoiseScale .05 -patternParameter1 4.5 -patternParameter2 6.75 -solutionFile "br.csv" -uDiffusion 2 -vDiffusion 16</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>