~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/NUnitCore/core/nunit.core.dll.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:
40
40
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
41
41
  </PropertyGroup>
42
42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
43
 
    <OutputPath>..\..\bin\Debug\lib\</OutputPath>
 
43
    <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
44
44
    <BaseAddress>285212672</BaseAddress>
45
45
    <ConfigurationOverrideFile>
46
46
    </ConfigurationOverrideFile>
58
58
    <ErrorReport>prompt</ErrorReport>
59
59
  </PropertyGroup>
60
60
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
61
 
    <OutputPath>..\..\bin\Release\lib\</OutputPath>
 
61
    <OutputPath>..\..\..\bin\Release\lib\</OutputPath>
62
62
    <BaseAddress>285212672</BaseAddress>
63
63
    <ConfigurationOverrideFile>
64
64
    </ConfigurationOverrideFile>