1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<ProjectGuid>{19576FF2-99BF-49B6-91C3-C29982ADAE4B}</ProjectGuid>
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
<OutputType>Library</OutputType>
7
<RootNamespace>NUnitExtension.RowTest</RootNamespace>
8
<AssemblyName>NUnitExtension.RowTest</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="System" />
33
<Reference Include="System.Xml" />
36
<Compile Include="AssemblyInfo.cs" />
37
<Compile Include="RowAttribute.cs" />
38
<Compile Include="RowTestAttribute.cs" />
39
<Compile Include="SpecialValue.cs" />
b'\\ No newline at end of file'