main
 1<?xml version="1.0" encoding="utf-8"?>
 2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 3  <PropertyGroup>
 4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 6    <ProductVersion>9.0.30729</ProductVersion>
 7    <SchemaVersion>2.0</SchemaVersion>
 8    <ProjectGuid>{7CD0C4CC-2ADD-47DA-BAB4-277BA79025C0}</ProjectGuid>
 9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Spec.Dox</RootNamespace>
12    <AssemblyName>Spec.Dox</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <PlatformTarget>x86</PlatformTarget>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="MbUnit.Framework, Version=2.4.2.175, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
36      <SpecificVersion>False</SpecificVersion>
37      <HintPath>..\..\build\lib\test\mbunit\MbUnit.Framework.dll</HintPath>
38    </Reference>
39    <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
40      <SpecificVersion>False</SpecificVersion>
41      <HintPath>..\..\build\lib\test\rhino.mocks\Rhino.Mocks.dll</HintPath>
42    </Reference>
43    <Reference Include="System" />
44    <Reference Include="System.Core">
45      <RequiredTargetFramework>3.5</RequiredTargetFramework>
46    </Reference>
47    <Reference Include="System.Xml.Linq">
48      <RequiredTargetFramework>3.5</RequiredTargetFramework>
49    </Reference>
50    <Reference Include="System.Data.DataSetExtensions">
51      <RequiredTargetFramework>3.5</RequiredTargetFramework>
52    </Reference>
53    <Reference Include="System.Data" />
54    <Reference Include="System.Xml" />
55  </ItemGroup>
56  <ItemGroup>
57    <Compile Include="ConsoleSpecs.cs" />
58    <Compile Include="Domain\IMethodIsDecoratedBySpecificationAttribute.cs" />
59    <Compile Include="Domain\ITestContext.cs" />
60    <Compile Include="Domain\ITestSpecification.cs" />
61    <Compile Include="Domain\ITypeContainsSpecifications.cs" />
62    <Compile Include="Domain\MethodDecoratedBySpecificationAttributeSpecs.cs" />
63    <Compile Include="IConsole.cs" />
64    <Compile Include="Presentation\Presenters\IReportPresenter.cs" />
65    <Compile Include="Presentation\Presenters\ReportPresenterSpecs.cs" />
66    <Compile Include="Program.cs" />
67    <Compile Include="Domain\Repositories\ITestContextRepository.cs" />
68    <Compile Include="Test\context_spec.cs" />
69    <Compile Include="Test\Extensions\AssertionExtensions.cs" />
70    <Compile Include="Test\Extensions\MockingExtensions.cs" />
71    <Compile Include="Test\MetaData\ConcernAttribute.cs" />
72    <Compile Include="Utility\Core\IFactory.cs" />
73    <Compile Include="Utility\Core\ISpecification.cs" />
74    <Compile Include="Presentation\Views\HtmlReportSpecs.cs" />
75    <Compile Include="Presentation\Views\IHtmlReport.cs" />
76    <Compile Include="Presentation\Views\IReportPublisher.cs" />
77  </ItemGroup>
78  <ItemGroup>
79    <Folder Include="Properties\" />
80  </ItemGroup>
81  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
83       Other similar extension points exist, see Microsoft.Common.targets.
84  <Target Name="BeforeBuild">
85  </Target>
86  <Target Name="AfterBuild">
87  </Target>
88  -->
89</Project>