~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/GuiRunner/nunit-gui-exe/nunit-gui.exe.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:
43
43
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
44
44
  </PropertyGroup>
45
45
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
46
 
    <OutputPath>..\..\bin\Debug\</OutputPath>
 
46
    <OutputPath>..\..\..\bin\Debug\</OutputPath>
47
47
    <BaseAddress>285212672</BaseAddress>
48
48
    <ConfigurationOverrideFile>
49
49
    </ConfigurationOverrideFile>
60
60
    <ErrorReport>prompt</ErrorReport>
61
61
  </PropertyGroup>
62
62
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
63
 
    <OutputPath>..\..\bin\Release\</OutputPath>
 
63
    <OutputPath>..\..\..\bin\Release\</OutputPath>
64
64
    <BaseAddress>285212672</BaseAddress>
65
65
    <ConfigurationOverrideFile>
66
66
    </ConfigurationOverrideFile>