1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" 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 >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >FluentAssertions.Mvc</RootNamespace >
12+ <AssemblyName >FluentAssertions.Mvc4</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</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 =" FluentAssertions" >
35+ <HintPath >..\..\packages\FluentAssertions.2.0.0.1\lib\net40\FluentAssertions.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" System" />
38+ <Reference Include =" System.Core" />
39+ <Reference Include =" System.Web" />
40+ <Reference Include =" System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
41+ <Reference Include =" System.Xml.Linq" />
42+ <Reference Include =" Microsoft.CSharp" />
43+ <Reference Include =" System.Xml" />
44+ </ItemGroup >
45+ <ItemGroup >
46+ <Compile Include =" ..\FluentAssertions.Mvc3\ActionResultAssertions.cs" >
47+ <Link >ActionResultAssertions.cs</Link >
48+ </Compile >
49+ <Compile Include =" ..\FluentAssertions.Mvc3\AssertionsExtensions.cs" >
50+ <Link >AssertionsExtensions.cs</Link >
51+ </Compile >
52+ <Compile Include =" ..\FluentAssertions.Mvc3\ContentResultAssertions.cs" >
53+ <Link >ContentResultAssertions.cs</Link >
54+ </Compile >
55+ <Compile Include =" ..\FluentAssertions.Mvc3\ControllerAssertions.cs" >
56+ <Link >ControllerAssertions.cs</Link >
57+ </Compile >
58+ <Compile Include =" ..\FluentAssertions.Mvc3\FailureMessages.Designer.cs" >
59+ <Link >FailureMessages.Designer.cs</Link >
60+ </Compile >
61+ <Compile Include =" ..\FluentAssertions.Mvc3\Fakes\FakeHttpContext.cs" >
62+ <Link >Fakes\FakeHttpContext.cs</Link >
63+ </Compile >
64+ <Compile Include =" ..\FluentAssertions.Mvc3\Fakes\FakeHttpRequest.cs" >
65+ <Link >Fakes\FakeHttpRequest.cs</Link >
66+ </Compile >
67+ <Compile Include =" ..\FluentAssertions.Mvc3\Fakes\FakeHttpResponse.cs" >
68+ <Link >Fakes\FakeHttpResponse.cs</Link >
69+ </Compile >
70+ <Compile Include =" ..\FluentAssertions.Mvc3\PartialViewResultAssertions.cs" >
71+ <Link >PartialViewResultAssertions.cs</Link >
72+ </Compile >
73+ <Compile Include =" ..\FluentAssertions.Mvc3\RedirectResultAssertions.cs" >
74+ <Link >RedirectResultAssertions.cs</Link >
75+ </Compile >
76+ <Compile Include =" ..\FluentAssertions.Mvc3\RedirectToRouteAssertions.cs" >
77+ <Link >RedirectToRouteAssertions.cs</Link >
78+ </Compile >
79+ <Compile Include =" ..\FluentAssertions.Mvc3\RouteCollection_Extensions.cs" >
80+ <Link >RouteCollection_Extensions.cs</Link >
81+ </Compile >
82+ <Compile Include =" ..\FluentAssertions.Mvc3\RouteDataAssertions.cs" >
83+ <Link >RouteDataAssertions.cs</Link >
84+ </Compile >
85+ <Compile Include =" ..\FluentAssertions.Mvc3\RouteValueDictionary_Extensions.cs" >
86+ <Link >RouteValueDictionary_Extensions.cs</Link >
87+ </Compile >
88+ <Compile Include =" ..\FluentAssertions.Mvc3\ViewResultAssertions.cs" >
89+ <Link >ViewResultAssertions.cs</Link >
90+ </Compile >
91+ <Compile Include =" ..\FluentAssertions.Mvc3\ViewResultBaseAssertions.cs" >
92+ <Link >ViewResultBaseAssertions.cs</Link >
93+ </Compile >
94+ <Compile Include =" ..\SolutionInfo.cs" >
95+ <Link >Properties\SolutionInfo.cs</Link >
96+ </Compile >
97+ <Compile Include =" Properties\AssemblyInfo.cs" />
98+ </ItemGroup >
99+ <ItemGroup >
100+ <EmbeddedResource Include =" ..\FluentAssertions.Mvc3\FailureMessages.resx" >
101+ <Link >FailureMessages.resx</Link >
102+ </EmbeddedResource >
103+ </ItemGroup >
104+ <ItemGroup >
105+ <None Include =" packages.config" />
106+ </ItemGroup >
107+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109+ Other similar extension points exist, see Microsoft.Common.targets.
110+ <Target Name="BeforeBuild">
111+ </Target>
112+ <Target Name="AfterBuild">
113+ </Target>
114+ -->
115+ </Project >
0 commit comments