1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
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>
28
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
30
<Reference Include="nunit.core">
31
<HintPath>..\References\nunit.core.dll</HintPath>
32
<SpecificVersion>False</SpecificVersion>
34
<Reference Include="nunit.core.interfaces">
35
<HintPath>..\References\nunit.core.interfaces.dll</HintPath>
36
<SpecificVersion>False</SpecificVersion>
38
<Reference Include="nunit.framework">
39
<HintPath>..\References\nunit.framework.dll</HintPath>
40
<SpecificVersion>False</SpecificVersion>
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" />
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" />
57
<ProjectReference Include="..\NUnitExtension.RowTest.AddIn\NUnitExtension.RowTest.AddIn.csproj">
58
<Project>{C3A3F38A-655D-4E47-926B-D43C65A91AB6}</Project>
59
<Name>NUnitExtension.RowTest.AddIn</Name>
61
<ProjectReference Include="..\NUnitExtension.RowTest\NUnitExtension.RowTest.csproj">
62
<Project>{19576FF2-99BF-49B6-91C3-C29982ADAE4B}</Project>
63
<Name>NUnitExtension.RowTest</Name>
b'\\ No newline at end of file'