~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to addins/RowTest/NUnitExtension.RowTest.Tests/NUnitExtension.RowTest.Tests.csproj

  • Committer: charliepoole
  • Date: 2008-05-05 22:17:22 UTC
  • Revision ID: vcs-imports@canonical.com-20080505221722-7bdjujqed8pk6al3
Add back RowTestExtension as a separately compiled assembly, bundled
with NUnit, and modify build script to handle addins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
2
  <PropertyGroup>
 
3
    <ProjectGuid>{82A109DD-DB56-48CE-BA0C-6E9A4ACA6363}</ProjectGuid>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <OutputType>Library</OutputType>
 
7
    <RootNamespace>NUnitExtension.RowTest.Tests</RootNamespace>
 
8
    <AssemblyName>NUnitExtension.RowTest.Tests</AssemblyName>
 
9
  </PropertyGroup>
 
10
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
11
    <OutputPath>bin\Debug\</OutputPath>
 
12
    <DebugSymbols>True</DebugSymbols>
 
13
    <DebugType>Full</DebugType>
 
14
    <Optimize>False</Optimize>
 
15
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
16
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
17
  </PropertyGroup>
 
18
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
19
    <OutputPath>bin\Release\</OutputPath>
 
20
    <DebugSymbols>False</DebugSymbols>
 
21
    <DebugType>None</DebugType>
 
22
    <Optimize>True</Optimize>
 
23
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
24
    <DefineConstants>TRACE</DefineConstants>
 
25
  </PropertyGroup>
 
26
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
27
  <ItemGroup>
 
28
    <Reference Include="nunit.framework">
 
29
      <HintPath>..\References\nunit.framework.dll</HintPath>
 
30
      <SpecificVersion>False</SpecificVersion>
 
31
    </Reference>
 
32
    <Reference Include="System" />
 
33
    <Reference Include="System.Xml" />
 
34
  </ItemGroup>
 
35
  <ItemGroup>
 
36
    <Compile Include="AssemblyInfo.cs" />
 
37
    <Compile Include="SetUpMethodsTestFixture.cs" />
 
38
    <Compile Include="OrderedTest.cs" />
 
39
    <Compile Include="RowTests.cs" />
 
40
  </ItemGroup>
 
41
  <ItemGroup>
 
42
    <ProjectReference Include="..\NUnitExtension.RowTest\NUnitExtension.RowTest.csproj">
 
43
      <Project>{19576FF2-99BF-49B6-91C3-C29982ADAE4B}</Project>
 
44
      <Name>NUnitExtension.RowTest</Name>
 
45
    </ProjectReference>
 
46
  </ItemGroup>
 
47
</Project>
 
 
b'\\ No newline at end of file'