|
59 | 59 | <SpecificVersion>False</SpecificVersion>
|
60 | 60 | <HintPath>..\..\bin\ironruby\IronRuby.Libraries.dll</HintPath>
|
61 | 61 | </Reference>
|
| 62 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 63 | + <Private>True</Private> |
| 64 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 65 | + </Reference> |
62 | 66 | <Reference Include="nunit.framework, Version=2.4.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
63 | 67 | <SpecificVersion>False</SpecificVersion>
|
64 | 68 | <HintPath>..\..\bin\nunit\nunit.framework.dll</HintPath>
|
|
68 | 72 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
69 | 73 | </Reference>
|
70 | 74 | <Reference Include="System.Web" />
|
71 |
| - <Reference Include="System.Web.Abstractions" /> |
72 |
| - <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 75 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 76 | + <SpecificVersion>False</SpecificVersion> |
| 77 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.Helpers.dll</HintPath> |
| 78 | + </Reference> |
| 79 | + <Reference Include="System.Web.Mvc, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 80 | + <SpecificVersion>False</SpecificVersion> |
| 81 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll</HintPath> |
| 82 | + </Reference> |
| 83 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 84 | + <SpecificVersion>False</SpecificVersion> |
| 85 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll</HintPath> |
| 86 | + </Reference> |
| 87 | + <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 88 | + <SpecificVersion>False</SpecificVersion> |
| 89 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll</HintPath> |
| 90 | + </Reference> |
| 91 | + <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 92 | + <SpecificVersion>False</SpecificVersion> |
| 93 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 94 | + </Reference> |
| 95 | + <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
73 | 96 | <SpecificVersion>False</SpecificVersion>
|
74 |
| - <HintPath>..\..\bin\AspNetMvc\System.Web.Mvc.dll</HintPath> |
| 97 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
75 | 98 | </Reference>
|
76 |
| - <Reference Include="System.Web.Routing" /> |
77 | 99 | <Reference Include="System.Xml.Linq">
|
78 | 100 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
79 | 101 | </Reference>
|
|
103 | 125 | </ItemGroup>
|
104 | 126 | <ItemGroup>
|
105 | 127 | <None Include="App.config" />
|
| 128 | + <None Include="packages.config" /> |
106 | 129 | </ItemGroup>
|
107 | 130 | <ItemGroup>
|
108 | 131 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
0 commit comments