|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | 14 | <RootNamespace>FluentAssertions.Mvc3.Samples</RootNamespace> |
15 | 15 | <AssemblyName>FluentAssertions.Mvc3.Samples</AssemblyName> |
16 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews> |
18 | 18 | <UseIISExpress>false</UseIISExpress> |
19 | 19 | <FileUpgradeFlags> |
|
28 | 28 | <IISExpressWindowsAuthentication /> |
29 | 29 | <IISExpressUseClassicPipelineMode /> |
30 | 30 | <MvcProjectUpgradeChecked>true</MvcProjectUpgradeChecked> |
| 31 | + <TargetFrameworkProfile /> |
31 | 32 | </PropertyGroup> |
32 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
33 | 34 | <DebugSymbols>true</DebugSymbols> |
|
37 | 38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
38 | 39 | <ErrorReport>prompt</ErrorReport> |
39 | 40 | <WarningLevel>4</WarningLevel> |
| 41 | + <Prefer32Bit>false</Prefer32Bit> |
40 | 42 | </PropertyGroup> |
41 | 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
42 | 44 | <DebugType>pdbonly</DebugType> |
|
45 | 47 | <DefineConstants>TRACE</DefineConstants> |
46 | 48 | <ErrorReport>prompt</ErrorReport> |
47 | 49 | <WarningLevel>4</WarningLevel> |
| 50 | + <Prefer32Bit>false</Prefer32Bit> |
48 | 51 | </PropertyGroup> |
49 | 52 | <ItemGroup> |
50 | 53 | <Reference Include="EntityFramework"> |
51 | 54 | <HintPath>..\..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath> |
52 | 55 | </Reference> |
53 | | - <Reference Include="FluentAssertions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
| 56 | + <Reference Include="FluentAssertions, Version=3.0.90.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
54 | 57 | <SpecificVersion>False</SpecificVersion> |
55 | | - <HintPath>..\..\packages\FluentAssertions.2.2.0.0\lib\net40\FluentAssertions.dll</HintPath> |
| 58 | + <HintPath>..\..\packages\FluentAssertions.3.0.90\lib\net40\FluentAssertions.dll</HintPath> |
| 59 | + </Reference> |
| 60 | + <Reference Include="FluentAssertions.Core"> |
| 61 | + <HintPath>..\..\packages\FluentAssertions.3.0.90\lib\net40\FluentAssertions.Core.dll</HintPath> |
56 | 62 | </Reference> |
57 | 63 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
58 | 64 | <Private>True</Private> |
|
62 | 68 | <SpecificVersion>False</SpecificVersion> |
63 | 69 | <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
64 | 70 | </Reference> |
| 71 | + <Reference Include="System.Data.DataSetExtensions" /> |
65 | 72 | <Reference Include="System.Data.Entity" /> |
66 | 73 | <Reference Include="Microsoft.CSharp" /> |
67 | 74 | <Reference Include="System" /> |
|
71 | 78 | <Reference Include="System.Web.Entity" /> |
72 | 79 | <Reference Include="System.Web.ApplicationServices" /> |
73 | 80 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
74 | | - <Reference Include="System.Core" /> |
75 | | - <Reference Include="System.Data.DataSetExtensions" /> |
| 81 | + <Reference Include="System.Web.Extensions" /> |
| 82 | + <Reference Include="System.Web" /> |
| 83 | + <Reference Include="System.Web.Abstractions" /> |
76 | 84 | <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
77 | 85 | <Private>True</Private> |
78 | 86 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll</HintPath> |
|
85 | 93 | <Private>True</Private> |
86 | 94 | <HintPath>..\..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll</HintPath> |
87 | 95 | </Reference> |
| 96 | + <Reference Include="System.Web.Routing" /> |
88 | 97 | <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
89 | 98 | <Private>True</Private> |
90 | 99 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll</HintPath> |
|
97 | 106 | <Private>True</Private> |
98 | 107 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
99 | 108 | </Reference> |
100 | | - <Reference Include="System.Xml.Linq" /> |
101 | | - <Reference Include="System.Web" /> |
102 | | - <Reference Include="System.Web.Extensions" /> |
103 | | - <Reference Include="System.Web.Abstractions" /> |
104 | | - <Reference Include="System.Web.Routing" /> |
105 | 109 | <Reference Include="System.Xml" /> |
106 | 110 | <Reference Include="System.Configuration" /> |
107 | 111 | <Reference Include="System.Web.Services" /> |
108 | 112 | <Reference Include="System.EnterpriseServices" /> |
| 113 | + <Reference Include="System.Xml.Linq" /> |
109 | 114 | </ItemGroup> |
110 | 115 | <ItemGroup> |
111 | 116 | <Compile Include="Controllers\ProductController.cs" /> |
|
0 commit comments