1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<ProjectGuid>{82A109DD-DB56-48CE-BA0C-6E9A4ACA6363}</ProjectGuid>
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
<OutputType>Library</OutputType>
7
<RootNamespace>NUnitExtension.RowTest.Tests</RootNamespace>
8
<AssemblyName>NUnitExtension.RowTest.Tests</AssemblyName>
10
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
11
<OutputPath>bin\Debug\</OutputPath>
12
<DebugSymbols>True</DebugSymbols>
13
<DebugType>Full</DebugType>
14
<Optimize>False</Optimize>
15
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
16
<DefineConstants>DEBUG;TRACE</DefineConstants>
18
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
19
<OutputPath>bin\Release\</OutputPath>
20
<DebugSymbols>False</DebugSymbols>
21
<DebugType>None</DebugType>
22
<Optimize>True</Optimize>
23
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
24
<DefineConstants>TRACE</DefineConstants>
26
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
28
<Reference Include="nunit.framework">
29
<HintPath>..\References\nunit.framework.dll</HintPath>
30
<SpecificVersion>False</SpecificVersion>
32
<Reference Include="System" />
33
<Reference Include="System.Xml" />
36
<Compile Include="AssemblyInfo.cs" />
37
<Compile Include="SetUpMethodsTestFixture.cs" />
38
<Compile Include="OrderedTest.cs" />
39
<Compile Include="RowTests.cs" />
42
<ProjectReference Include="..\NUnitExtension.RowTest\NUnitExtension.RowTest.csproj">
43
<Project>{19576FF2-99BF-49B6-91C3-C29982ADAE4B}</Project>
44
<Name>NUnitExtension.RowTest</Name>
b'\\ No newline at end of file'