~nunit-core/nunitv2/2.5

« back to all changes in this revision

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