|
50 | 50 | </PropertyGroup>
|
51 | 51 | <ItemGroup>
|
52 | 52 | <Reference Include="Microsoft.CSharp" />
|
| 53 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 55 | + </Reference> |
| 56 | + <Reference Include="Microsoft.Web.Mvc.FixedDisplayModes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.dll</HintPath> |
| 58 | + </Reference> |
53 | 59 | <Reference Include="System" />
|
54 | 60 | <Reference Include="System.Core" />
|
55 | 61 | <Reference Include="System.Web" />
|
56 | 62 | <Reference Include="System.Web.Abstractions" />
|
57 |
| - <Reference Include="System.Web.Routing" /> |
58 |
| - <Reference Include="System.Configuration" /> |
| 63 | + <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll</HintPath> |
| 65 | + </Reference> |
59 | 66 | <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
60 |
| - <Private>True</Private> |
61 | 67 | <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath>
|
62 | 68 | </Reference>
|
| 69 | + <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath> |
| 71 | + </Reference> |
| 72 | + <Reference Include="System.Web.Routing" /> |
| 73 | + <Reference Include="System.Configuration" /> |
63 | 74 | <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
64 |
| - <Private>True</Private> |
65 | 75 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll</HintPath>
|
66 | 76 | </Reference>
|
| 77 | + <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 78 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
| 79 | + </Reference> |
67 | 80 | <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
68 |
| - <Private>True</Private> |
69 | 81 | <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
|
70 | 82 | </Reference>
|
71 | 83 | </ItemGroup>
|
|
0 commit comments