1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
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>
24
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
26
<Reference Include="nunit.framework">
27
<HintPath>..\References\nunit.framework.dll</HintPath>
28
<SpecificVersion>False</SpecificVersion>
30
<Reference Include="System" />
31
<Reference Include="System.Xml" />
34
<Compile Include="AssemblyInfo.cs" />
35
<Compile Include="VatCalculatorApp\VatCalculator.cs" />
36
<Compile Include="VatCalculatorApp\VatCategoryType.cs" />
37
<Compile Include="VatCalculatorTest.cs" />
40
<ProjectReference Include="..\NUnitExtension.RowTest\NUnitExtension.RowTest.csproj">
41
<Project>{19576FF2-99BF-49B6-91C3-C29982ADAE4B}</Project>
42
<Name>NUnitExtension.RowTest</Name>
44
<Folder Include="VatCalculatorApp" />
b'\\ No newline at end of file'