1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),FluentAssertionsMvc.sln))\tools\FluentAssertionsMvc.settings.targets" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProductVersion >8.0.30703</ProductVersion >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <ProjectGuid >{7B9B969E-C3E1-47DD-89B1-AD17232D4A23}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >FluentAssertions.Mvc3.Samples</RootNamespace >
13+ <AssemblyName >FluentAssertions.Mvc3.Samples</AssemblyName >
14+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
15+ <FileAlignment >512</FileAlignment >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
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 =" FluentAssertions" >
36+ <HintPath >..\..\lib\FluentAssertions.1.7.0\Lib\net40\FluentAssertions.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" System" />
39+ <Reference Include =" System.Core" />
40+ <Reference Include =" System.Web" />
41+ <Reference Include =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
42+ <SpecificVersion >False</SpecificVersion >
43+ <HintPath >C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 3\Assemblies\System.Web.Mvc.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" System.Web.Routing" />
46+ <Reference Include =" System.Xml.Linq" />
47+ <Reference Include =" System.Data.DataSetExtensions" />
48+ <Reference Include =" Microsoft.CSharp" />
49+ <Reference Include =" System.Data" />
50+ <Reference Include =" System.Xml" />
51+ </ItemGroup >
52+ <ItemGroup >
53+ <Compile Include =" ActionResult_Samples.cs" />
54+ <Compile Include =" Controllers\HomeController.cs" />
55+ <Compile Include =" IncomingUrl_Samples.cs" />
56+ <Compile Include =" Models\WelcomeModel.cs" />
57+ <Compile Include =" MvcApplication.cs" />
58+ <Compile Include =" OutGoingUrl_Samples.cs" />
59+ <Compile Include =" Properties\AssemblyInfo.cs" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <ProjectReference Include =" ..\..\src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj" >
63+ <Project >{53589F79-0908-409A-8366-3E18DC637600}</Project >
64+ <Name >FluentAssertions.Mvc3</Name >
65+ </ProjectReference >
66+ </ItemGroup >
67+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69+ Other similar extension points exist, see Microsoft.Common.targets.
70+ <Target Name="BeforeBuild">
71+ </Target>
72+ <Target Name="AfterBuild">
73+ </Target>
74+ -->
75+ </Project >
0 commit comments