|
37 | 37 | <AssemblyOriginatorKeyFile>..\FluentMvcTesting\robdmoore.snk</AssemblyOriginatorKeyFile> |
38 | 38 | </PropertyGroup> |
39 | 39 | <ItemGroup> |
| 40 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 41 | + <Private>True</Private> |
| 42 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 43 | + </Reference> |
40 | 44 | <Reference Include="System" /> |
41 | 45 | <Reference Include="System.Core" /> |
42 | 46 | <Reference Include="System.Web" /> |
43 | | - <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 47 | + <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 48 | + <Private>True</Private> |
| 49 | + <HintPath>..\packages\AspNetWebPages.Core.1.0.20105.407\lib\net40\System.Web.Helpers.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 52 | + <Private>True</Private> |
| 53 | + <HintPath>..\packages\AspNetMvc.3.0.20105.0\lib\net40\System.Web.Mvc.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 56 | + <Private>True</Private> |
| 57 | + <HintPath>..\packages\AspNetRazor.Core.1.0.20105.407\lib\net40\System.Web.Razor.dll</HintPath> |
| 58 | + </Reference> |
| 59 | + <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 60 | + <Private>True</Private> |
| 61 | + <HintPath>..\packages\AspNetWebPages.Core.1.0.20105.407\lib\net40\System.Web.WebPages.dll</HintPath> |
| 62 | + </Reference> |
| 63 | + <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 64 | + <Private>True</Private> |
| 65 | + <HintPath>..\packages\AspNetWebPages.Core.1.0.20105.407\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
| 66 | + </Reference> |
| 67 | + <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 | + <Private>True</Private> |
| 69 | + <HintPath>..\packages\AspNetWebPages.Core.1.0.20105.407\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
| 70 | + </Reference> |
44 | 71 | <Reference Include="System.Xml.Linq" /> |
45 | 72 | <Reference Include="System.Data.DataSetExtensions" /> |
46 | 73 | <Reference Include="Microsoft.CSharp" /> |
|
73 | 100 | <Link>robdmoore.snk</Link> |
74 | 101 | </None> |
75 | 102 | <None Include="FluentMVCTesting.Mvc3.nuspec" /> |
| 103 | + <None Include="packages.config" /> |
76 | 104 | </ItemGroup> |
77 | 105 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
78 | 106 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments