~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to addins/RowTest/NUnitExtension.RowTest.AddIn/NUnitExtension.RowTest.AddIn.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>{C3A3F38A-655D-4E47-926B-D43C65A91AB6}</ProjectGuid>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <OutputType>Library</OutputType>
 
7
    <RootNamespace>NUnitExtension.RowTest.AddIn</RootNamespace>
 
8
    <AssemblyName>NUnitExtension.RowTest.AddIn</AssemblyName>
 
9
  </PropertyGroup>
 
10
  <PropertyGroup Condition=" '$(SignAssembly)' == 'true' ">
 
11
    <SignAssembly>True</SignAssembly>
 
12
    <AssemblyOriginatorKeyFile>..\nunitextension.snk</AssemblyOriginatorKeyFile>
 
13
    <DelaySign>False</DelaySign>
 
14
    <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
 
15
  </PropertyGroup>
 
16
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
17
    <OutputPath>bin\Debug\</OutputPath>
 
18
    <DebugSymbols>True</DebugSymbols>
 
19
    <DebugType>Full</DebugType>
 
20
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
24
    <OutputPath>bin\Release\</OutputPath>
 
25
    <DebugSymbols>False</DebugSymbols>
 
26
    <DebugType>None</DebugType>
 
27
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
28
    <DefineConstants>TRACE</DefineConstants>
 
29
  </PropertyGroup>
 
30
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
31
  <ItemGroup>
 
32
    <Reference Include="nunit.core">
 
33
      <HintPath>..\References\nunit.core.dll</HintPath>
 
34
      <SpecificVersion>False</SpecificVersion>
 
35
    </Reference>
 
36
    <Reference Include="nunit.core.interfaces">
 
37
      <HintPath>..\References\nunit.core.interfaces.dll</HintPath>
 
38
      <SpecificVersion>False</SpecificVersion>
 
39
    </Reference>
 
40
    <Reference Include="System" />
 
41
    <Reference Include="System.Xml" />
 
42
  </ItemGroup>
 
43
  <ItemGroup>
 
44
    <Compile Include="AssemblyInfo.cs" />
 
45
    <Compile Include="RowTestAddIn.cs" />
 
46
    <Compile Include="RowTestCase.cs" />
 
47
    <Compile Include="RowTestFactory.cs" />
 
48
    <Compile Include="RowTestFramework.cs" />
 
49
    <Compile Include="RowTestNameBuilder.cs" />
 
50
    <Compile Include="RowTestSuite.cs" />
 
51
  </ItemGroup>
 
52
</Project>
 
 
b'\\ No newline at end of file'