~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/NUnitFramework/framework/nunit.framework.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:
25
25
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
26
26
  </PropertyGroup>
27
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28
 
    <OutputPath>..\..\bin\Debug\framework\</OutputPath>
 
28
    <OutputPath>..\..\..\bin\Debug\framework\</OutputPath>
29
29
    <BaseAddress>285212672</BaseAddress>
30
30
    <ConfigurationOverrideFile>
31
31
    </ConfigurationOverrideFile>
42
42
    <ErrorReport>prompt</ErrorReport>
43
43
  </PropertyGroup>
44
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
 
    <OutputPath>..\..\bin\Release\framework\</OutputPath>
 
45
    <OutputPath>..\..\..\bin\Release\framework\</OutputPath>
46
46
    <BaseAddress>285212672</BaseAddress>
47
47
    <ConfigurationOverrideFile>
48
48
    </ConfigurationOverrideFile>