|
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.5</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <UseIISExpress>false</UseIISExpress>
|
19 | 19 | <FileUpgradeFlags>
|
|
30 | 30 | <MvcProjectUpgradeChecked>true</MvcProjectUpgradeChecked>
|
31 | 31 | <TargetFrameworkProfile />
|
32 | 32 | <UseGlobalApplicationHostFile />
|
| 33 | + <Use64BitIISExpress /> |
33 | 34 | </PropertyGroup>
|
34 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
35 | 36 | <DebugSymbols>true</DebugSymbols>
|
|
51 | 52 | <Prefer32Bit>false</Prefer32Bit>
|
52 | 53 | </PropertyGroup>
|
53 | 54 | <ItemGroup>
|
54 |
| - <Reference Include="EntityFramework"> |
| 55 | + <Reference Include="EntityFramework, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
55 | 56 | <HintPath>..\..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
|
56 | 57 | </Reference>
|
57 | 58 | <Reference Include="FluentAssertions, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
|
58 |
| - <SpecificVersion>False</SpecificVersion> |
59 |
| - <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll</HintPath> |
| 59 | + <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net45\FluentAssertions.dll</HintPath> |
60 | 60 | </Reference>
|
61 | 61 | <Reference Include="FluentAssertions.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
|
62 |
| - <SpecificVersion>False</SpecificVersion> |
63 |
| - <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll</HintPath> |
| 62 | + <HintPath>..\..\packages\FluentAssertions.3.3.0\lib\net45\FluentAssertions.Core.dll</HintPath> |
64 | 63 | </Reference>
|
65 |
| - <Reference Include="Microsoft.Web.Infrastructure"> |
| 64 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
66 | 65 | <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
67 |
| - <Private>True</Private> |
68 | 66 | </Reference>
|
69 | 67 | <Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
70 |
| - <HintPath>..\..\packages\NUnit.3.2.1\lib\net40\nunit.framework.dll</HintPath> |
71 |
| - <Private>True</Private> |
| 68 | + <HintPath>..\..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath> |
72 | 69 | </Reference>
|
73 | 70 | <Reference Include="System.Data.DataSetExtensions" />
|
74 | 71 | <Reference Include="System.Data.Entity" />
|
|
83 | 80 | <Reference Include="System.Web" />
|
84 | 81 | <Reference Include="System.Web.Abstractions" />
|
85 | 82 | <Reference Include="System.Web.Extensions" />
|
86 |
| - <Reference Include="System.Web.Helpers"> |
| 83 | + <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
87 | 84 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll</HintPath>
|
88 |
| - <Private>True</Private> |
89 | 85 | </Reference>
|
90 |
| - <Reference Include="System.Web.Mvc"> |
| 86 | + <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
91 | 87 | <HintPath>..\..\packages\Microsoft.AspNet.Mvc.3.0.20105.1\lib\net40\System.Web.Mvc.dll</HintPath>
|
92 |
| - <Private>True</Private> |
93 | 88 | </Reference>
|
94 |
| - <Reference Include="System.Web.Razor"> |
| 89 | + <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
95 | 90 | <HintPath>..\..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll</HintPath>
|
96 |
| - <Private>True</Private> |
97 | 91 | </Reference>
|
98 | 92 | <Reference Include="System.Web.Routing" />
|
99 |
| - <Reference Include="System.Web.WebPages"> |
| 93 | + <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
100 | 94 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll</HintPath>
|
101 |
| - <Private>True</Private> |
102 | 95 | </Reference>
|
103 |
| - <Reference Include="System.Web.WebPages.Deployment"> |
| 96 | + <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
104 | 97 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
|
105 |
| - <Private>True</Private> |
106 | 98 | </Reference>
|
107 |
| - <Reference Include="System.Web.WebPages.Razor"> |
| 99 | + <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
108 | 100 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
|
109 |
| - <Private>True</Private> |
110 | 101 | </Reference>
|
111 | 102 | <Reference Include="System.Xml" />
|
112 | 103 | <Reference Include="System.Configuration" />
|
|
0 commit comments