~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj

  • Committer: Charlie Poole
  • Date: 2010-11-07 15:49:05 UTC
  • Revision ID: charlie@nunit.org-20101107154905-77oqt78yz464edhu
Move bin directory as well as NUnitTests.nunit and NUnitTests.config from src to root of project

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
27
27
  </PropertyGroup>
28
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29
 
    <OutputPath>..\..\bin\Debug\</OutputPath>
 
29
    <OutputPath>..\..\..\bin\Debug\</OutputPath>
30
30
    <BaseAddress>285212672</BaseAddress>
31
31
    <ConfigurationOverrideFile>
32
32
    </ConfigurationOverrideFile>
45
45
    <Commandlineparameters>-load=NUnit.Core.Tests.AllTests ../../NUnitTests.nunit</Commandlineparameters>
46
46
  </PropertyGroup>
47
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48
 
    <OutputPath>..\..\bin\Release\</OutputPath>
 
48
    <OutputPath>..\..\..\bin\Release\</OutputPath>
49
49
    <BaseAddress>285212672</BaseAddress>
50
50
    <ConfigurationOverrideFile>
51
51
    </ConfigurationOverrideFile>