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>{5C38D18E-7788-4B0C-A228-EBBEFBF148AD}</ProjectGuid>
  9    <OutputType>Library</OutputType>
 10    <AppDesignerFolder>Properties</AppDesignerFolder>
 11    <RootNamespace>tests</RootNamespace>
 12    <AssemblyName>application.tests</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  </PropertyGroup>
 25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 26    <DebugType>pdbonly</DebugType>
 27    <Optimize>true</Optimize>
 28    <OutputPath>bin\Release\</OutputPath>
 29    <DefineConstants>TRACE</DefineConstants>
 30    <ErrorReport>prompt</ErrorReport>
 31    <WarningLevel>4</WarningLevel>
 32  </PropertyGroup>
 33  <ItemGroup>
 34    <Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
 35      <SpecificVersion>False</SpecificVersion>
 36      <HintPath>..\..\thirdparty\castle\Castle.DynamicProxy2.dll</HintPath>
 37    </Reference>
 38    <Reference Include="developwithpassion.bdd, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 39      <SpecificVersion>False</SpecificVersion>
 40      <HintPath>..\..\thirdparty\developwithpassion.bdd\developwithpassion.bdd.dll</HintPath>
 41    </Reference>
 42    <Reference Include="developwithpassion.bdddoc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 43      <SpecificVersion>False</SpecificVersion>
 44      <HintPath>..\..\thirdparty\developwithpassion.bdd\developwithpassion.bdddoc.exe</HintPath>
 45    </Reference>
 46    <Reference Include="developwithpassion.commons.core.infrastructure, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 47      <SpecificVersion>False</SpecificVersion>
 48      <HintPath>..\..\thirdparty\developwithpassion.commons\developwithpassion.commons.core.infrastructure.dll</HintPath>
 49    </Reference>
 50    <Reference Include="MbUnit.Framework, Version=2.4.2.355, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
 51      <SpecificVersion>False</SpecificVersion>
 52      <HintPath>..\..\thirdparty\mbunit\MbUnit.Framework.dll</HintPath>
 53    </Reference>
 54    <Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
 55      <SpecificVersion>False</SpecificVersion>
 56      <HintPath>..\..\thirdparty\rhino.mocks\Rhino.Mocks.dll</HintPath>
 57    </Reference>
 58    <Reference Include="System" />
 59    <Reference Include="System.Core">
 60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 61    </Reference>
 62    <Reference Include="System.Xml.Linq">
 63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 64    </Reference>
 65    <Reference Include="System.Data.DataSetExtensions">
 66      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 67    </Reference>
 68    <Reference Include="System.Data" />
 69    <Reference Include="System.Xml" />
 70  </ItemGroup>
 71  <ItemGroup>
 72    <Compile Include="console\infrastructure\FactorySpecs.cs" />
 73    <Compile Include="console\infrastructure\SingletonSpecs.cs" />
 74    <Compile Include="console\SimpleContainerSpecs.cs" />
 75    <Compile Include="core\CommandRegistrySpecs.cs" />
 76    <Compile Include="core\ConsoleArgumentsSpecs.cs" />
 77    <Compile Include="core\ConsoleSpecs.cs" />
 78    <Compile Include="core\data\SqlDatabaseGatewayFactorySpecs.cs" />
 79    <Compile Include="core\data\SqlFileSpecs.cs" />
 80    <Compile Include="core\data\SqlDatabaseGatewaySpecs.cs" />
 81    <Compile Include="core\utility\CommandExtensionsSpecs.cs" />
 82    <Compile Include="EmptyTestFixture.cs" />
 83    <Compile Include="helpers\RhinoStubbingExtensions.cs" />
 84    <Compile Include="core\io\WindowsFileSystemSpecs.cs" />
 85    <Compile Include="Properties\AssemblyInfo.cs" />
 86    <Compile Include="core\RunMigrationsCommandSpecs.cs" />
 87  </ItemGroup>
 88  <ItemGroup>
 89    <ProjectReference Include="..\application.console\application.console\application.console.csproj">
 90      <Project>{138AFA6A-D88C-4156-82EC-65AB62B19830}</Project>
 91      <Name>application.console</Name>
 92    </ProjectReference>
 93    <ProjectReference Include="..\application\application.csproj">
 94      <Project>{5106142C-D444-4D6A-A73F-CA823CE38101}</Project>
 95      <Name>application</Name>
 96    </ProjectReference>
 97  </ItemGroup>
 98  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 99  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
100       Other similar extension points exist, see Microsoft.Common.targets.
101  <Target Name="BeforeBuild">
102  </Target>
103  <Target Name="AfterBuild">
104  </Target>
105  -->
106</Project>