~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to addins/RowTest/NUnitExtension.RowTest.Sample/NUnitExtension.RowTest.Sample.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>{47A9CD06-A59C-44BA-B6B7-A73146C44D93}</ProjectGuid>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <OutputType>Library</OutputType>
 
7
    <RootNamespace>NUnitExtension.RowTest.Sample</RootNamespace>
 
8
    <AssemblyName>NUnitExtension.RowTest.Sample</AssemblyName>
 
9
  </PropertyGroup>
 
10
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
11
    <OutputPath>bin\Debug\</OutputPath>
 
12
    <DebugSymbols>True</DebugSymbols>
 
13
    <DebugType>Full</DebugType>
 
14
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
15
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
16
  </PropertyGroup>
 
17
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
18
    <OutputPath>bin\Release\</OutputPath>
 
19
    <DebugSymbols>False</DebugSymbols>
 
20
    <DebugType>None</DebugType>
 
21
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
22
    <DefineConstants>TRACE</DefineConstants>
 
23
  </PropertyGroup>
 
24
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
25
  <ItemGroup>
 
26
    <Reference Include="nunit.framework">
 
27
      <HintPath>..\References\nunit.framework.dll</HintPath>
 
28
      <SpecificVersion>False</SpecificVersion>
 
29
    </Reference>
 
30
    <Reference Include="System" />
 
31
    <Reference Include="System.Xml" />
 
32
  </ItemGroup>
 
33
  <ItemGroup>
 
34
    <Compile Include="AssemblyInfo.cs" />
 
35
    <Compile Include="VatCalculatorApp\VatCalculator.cs" />
 
36
    <Compile Include="VatCalculatorApp\VatCategoryType.cs" />
 
37
    <Compile Include="VatCalculatorTest.cs" />
 
38
  </ItemGroup>
 
39
  <ItemGroup>
 
40
    <ProjectReference Include="..\NUnitExtension.RowTest\NUnitExtension.RowTest.csproj">
 
41
      <Project>{19576FF2-99BF-49B6-91C3-C29982ADAE4B}</Project>
 
42
      <Name>NUnitExtension.RowTest</Name>
 
43
    </ProjectReference>
 
44
    <Folder Include="VatCalculatorApp" />
 
45
  </ItemGroup>
 
46
</Project>
 
 
b'\\ No newline at end of file'