~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to addins/RowTest/NUnitExtension.RowTest.AddIn.UnitTests/NUnitExtension.RowTest.AddIn.UnitTests.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>{9AA26FDE-7F36-4D68-B7C1-5DA9614FDA9A}</ProjectGuid>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <OutputType>Library</OutputType>
 
7
    <RootNamespace>NUnitExtension.RowTest.AddIn.UnitTests</RootNamespace>
 
8
    <AssemblyName>NUnitExtension.RowTest.AddIn.UnitTests</AssemblyName>
 
9
    <StartArguments>NUnitExtension.RowTest.AddIn.UnitTests.dll</StartArguments>
 
10
    <StartWorkingDirectory>bin\Debug\</StartWorkingDirectory>
 
11
  </PropertyGroup>
 
12
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
13
    <OutputPath>bin\Debug\</OutputPath>
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>Full</DebugType>
 
16
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
17
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
18
    <StartAction>Program</StartAction>
 
19
    <StartProgram>..\..\..\..\Programme\NUnit 2.4.2\bin\nunit.exe</StartProgram>
 
20
  </PropertyGroup>
 
21
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
22
    <OutputPath>bin\Release\</OutputPath>
 
23
    <DebugSymbols>False</DebugSymbols>
 
24
    <DebugType>None</DebugType>
 
25
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
26
    <DefineConstants>TRACE</DefineConstants>
 
27
  </PropertyGroup>
 
28
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
29
  <ItemGroup>
 
30
    <Reference Include="nunit.core">
 
31
      <HintPath>..\References\nunit.core.dll</HintPath>
 
32
      <SpecificVersion>False</SpecificVersion>
 
33
    </Reference>
 
34
    <Reference Include="nunit.core.interfaces">
 
35
      <HintPath>..\References\nunit.core.interfaces.dll</HintPath>
 
36
      <SpecificVersion>False</SpecificVersion>
 
37
    </Reference>
 
38
    <Reference Include="nunit.framework">
 
39
      <HintPath>..\References\nunit.framework.dll</HintPath>
 
40
      <SpecificVersion>False</SpecificVersion>
 
41
    </Reference>
 
42
    <Reference Include="nunit.mocks, Version=2.5.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
 
43
    <Reference Include="System" />
 
44
    <Reference Include="System.Xml" />
 
45
  </ItemGroup>
 
46
  <ItemGroup>
 
47
    <Compile Include="AssemblyInfo.cs" />
 
48
    <Compile Include="BaseTestFixture.cs" />
 
49
    <Compile Include="RowTestAddInTest.cs" />
 
50
    <Compile Include="RowTestCaseTest.cs" />
 
51
    <Compile Include="RowTestFrameworkTest.cs" />
 
52
    <Compile Include="RowTestNameBuilderTest.cs" />
 
53
    <Compile Include="RowTestSuiteTest.cs" />
 
54
    <Compile Include="TestClass.cs" />
 
55
  </ItemGroup>
 
56
  <ItemGroup>
 
57
    <ProjectReference Include="..\NUnitExtension.RowTest.AddIn\NUnitExtension.RowTest.AddIn.csproj">
 
58
      <Project>{C3A3F38A-655D-4E47-926B-D43C65A91AB6}</Project>
 
59
      <Name>NUnitExtension.RowTest.AddIn</Name>
 
60
    </ProjectReference>
 
61
    <ProjectReference Include="..\NUnitExtension.RowTest\NUnitExtension.RowTest.csproj">
 
62
      <Project>{19576FF2-99BF-49B6-91C3-C29982ADAE4B}</Project>
 
63
      <Name>NUnitExtension.RowTest</Name>
 
64
    </ProjectReference>
 
65
  </ItemGroup>
 
66
</Project>
 
 
b'\\ No newline at end of file'