~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/GuiException/tests/nunit.uiexception.tests.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:
16
16
    <DebugSymbols>true</DebugSymbols>
17
17
    <DebugType>full</DebugType>
18
18
    <Optimize>false</Optimize>
19
 
    <OutputPath>..\..\bin\Debug\tests\</OutputPath>
 
19
    <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
20
20
    <DefineConstants>DEBUG;TRACE</DefineConstants>
21
21
    <ErrorReport>prompt</ErrorReport>
22
22
    <WarningLevel>4</WarningLevel>
24
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
25
    <DebugType>pdbonly</DebugType>
26
26
    <Optimize>true</Optimize>
27
 
    <OutputPath>..\..\bin\Release\tests\</OutputPath>
 
27
    <OutputPath>..\..\..\bin\Release\tests\</OutputPath>
28
28
    <DefineConstants>TRACE</DefineConstants>
29
29
    <ErrorReport>prompt</ErrorReport>
30
30
    <WarningLevel>4</WarningLevel>