Skip to content

Commit

Permalink
Setup the debug to run nunit-x86.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Mar 13, 2013
1 parent 24c9bd4 commit 5806531
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TestHelpers.Tests/TestHelpers.Tests.csproj.user
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartAction>Program</StartAction>
<StartProgram>E:\Projects\SystemIOAbstractions-enorl76\packages\NUnit.Runners\tools\nunit-x86.exe</StartProgram>
<StartArguments>System.IO.Abstractions.TestingHelpers.Tests.dll /run</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<StartAction>Program</StartAction>
<StartProgram>E:\Projects\SystemIOAbstractions-enorl76\packages\NUnit.Runners\tools\nunit-x86.exe</StartProgram>
<StartArguments>System.IO.Abstractions.TestingHelpers.Tests.dll /run</StartArguments>
</PropertyGroup>
</Project>

0 comments on commit 5806531

Please sign in to comment.