~charlie.poole/nunitv2/equality-handlers

« back to all changes in this revision

Viewing changes to src/tests/loadtest-assembly/loadtest-assembly.csproj

  • Committer: Charlie Poole
  • Date: 2011-03-29 21:54:46 UTC
  • mfrom: (3257.4.15 standalone-editor)
  • Revision ID: charlie@nunit.org-20110329215446-pu1r6okg4www4zat
Remove integrated project editor and substitute new standalone editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
 
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3
3
  <PropertyGroup>
4
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
22
22
    <DebugType>full</DebugType>
23
23
    <Optimize>false</Optimize>
24
24
    <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
25
 
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
25
    <DefineConstants>TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
26
26
    <ErrorReport>prompt</ErrorReport>
27
27
    <WarningLevel>4</WarningLevel>
28
28
  </PropertyGroup>