~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to addins/RowTest/NUnitExtension.RowTest/NUnitExtension.RowTest.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>{19576FF2-99BF-49B6-91C3-C29982ADAE4B}</ProjectGuid>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <OutputType>Library</OutputType>
 
7
    <RootNamespace>NUnitExtension.RowTest</RootNamespace>
 
8
    <AssemblyName>NUnitExtension.RowTest</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="System" />
 
33
    <Reference Include="System.Xml" />
 
34
  </ItemGroup>
 
35
  <ItemGroup>
 
36
    <Compile Include="AssemblyInfo.cs" />
 
37
    <Compile Include="RowAttribute.cs" />
 
38
    <Compile Include="RowTestAttribute.cs" />
 
39
    <Compile Include="SpecialValue.cs" />
 
40
  </ItemGroup>
 
41
</Project>
 
 
b'\\ No newline at end of file'