1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
10
<PropertyGroup Condition=" '$(SignAssembly)' == 'true' ">
11
<SignAssembly>True</SignAssembly>
12
<AssemblyOriginatorKeyFile>..\nunitextension.snk</AssemblyOriginatorKeyFile>
13
<DelaySign>False</DelaySign>
14
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
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>
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>
30
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
32
<Reference Include="nunit.core">
33
<HintPath>..\References\nunit.core.dll</HintPath>
34
<SpecificVersion>False</SpecificVersion>
36
<Reference Include="nunit.core.interfaces">
37
<HintPath>..\References\nunit.core.interfaces.dll</HintPath>
38
<SpecificVersion>False</SpecificVersion>
40
<Reference Include="System" />
41
<Reference Include="System.Xml" />
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" />
b'\\ No newline at end of file'