~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/tests/loadtest-assembly/loadtest-assembly.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:
21
21
    <DebugSymbols>true</DebugSymbols>
22
22
    <DebugType>full</DebugType>
23
23
    <Optimize>false</Optimize>
24
 
    <OutputPath>..\..\bin\Debug\tests\</OutputPath>
 
24
    <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
25
25
    <DefineConstants>DEBUG;TRACE</DefineConstants>
26
26
    <ErrorReport>prompt</ErrorReport>
27
27
    <WarningLevel>4</WarningLevel>
29
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30
30
    <DebugType>pdbonly</DebugType>
31
31
    <Optimize>true</Optimize>
32
 
    <OutputPath>..\..\bin\Release\tests\</OutputPath>
 
32
    <OutputPath>..\..\..\bin\Release\tests\</OutputPath>
33
33
    <DefineConstants>TRACE</DefineConstants>
34
34
    <ErrorReport>prompt</ErrorReport>
35
35
    <WarningLevel>4</WarningLevel>