|
31 | 31 | <WarningLevel>4</WarningLevel>
|
32 | 32 | </PropertyGroup>
|
33 | 33 | <ItemGroup>
|
| 34 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 35 | + <Private>True</Private> |
| 36 | + <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 37 | + </Reference> |
| 38 | + <Reference Include="Mono.Cecil, Version=0.9.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 39 | + <SpecificVersion>False</SpecificVersion> |
| 40 | + <HintPath>..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.dll</HintPath> |
| 41 | + </Reference> |
| 42 | + <Reference Include="Mono.Cecil.Mdb"> |
| 43 | + <HintPath>..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Mdb.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="Mono.Cecil.Pdb"> |
| 46 | + <HintPath>..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Pdb.dll</HintPath> |
| 47 | + </Reference> |
| 48 | + <Reference Include="Mono.Cecil.Rocks"> |
| 49 | + <HintPath>..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Rocks.dll</HintPath> |
| 50 | + </Reference> |
34 | 51 | <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
35 | 52 | <SpecificVersion>False</SpecificVersion>
|
36 | 53 | <HintPath>..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
|
37 | 54 | </Reference>
|
| 55 | + <Reference Include="NSubstitute"> |
| 56 | + <HintPath>..\..\packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll</HintPath> |
| 57 | + </Reference> |
38 | 58 | <Reference Include="nunit.framework">
|
39 | 59 | <HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
|
40 | 60 | </Reference>
|
|
49 | 69 | <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
50 | 70 | <HintPath>..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
|
51 | 71 | </Reference>
|
| 72 | + <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 73 | + <Private>True</Private> |
| 74 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath> |
| 75 | + </Reference> |
52 | 76 | <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
53 | 77 | <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath>
|
54 | 78 | </Reference>
|
55 |
| - <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 79 | + <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 80 | + <Private>True</Private> |
| 81 | + <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.40804.0\lib\net40\System.Web.Mvc.dll</HintPath> |
| 82 | + </Reference> |
| 83 | + <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 84 | + <Private>True</Private> |
| 85 | + <HintPath>..\..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll</HintPath> |
| 86 | + </Reference> |
| 87 | + <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 88 | + <Private>True</Private> |
| 89 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath> |
| 90 | + </Reference> |
| 91 | + <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 92 | + <Private>True</Private> |
| 93 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
| 94 | + </Reference> |
| 95 | + <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 96 | + <Private>True</Private> |
| 97 | + <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
| 98 | + </Reference> |
56 | 99 | <Reference Include="System.Xml.Linq" />
|
57 | 100 | <Reference Include="System.Data.DataSetExtensions" />
|
58 | 101 | <Reference Include="Microsoft.CSharp" />
|
|
63 | 106 | <Compile Include="DomainTests.cs" />
|
64 | 107 | <Compile Include="DtoTests.cs" />
|
65 | 108 | <Compile Include="MvcTests.cs" />
|
| 109 | + <Compile Include="ProjectConfigurationTests.cs" /> |
66 | 110 | <Compile Include="Properties\AssemblyInfo.cs" />
|
67 | 111 | <Compile Include="SqlScriptTests.cs" />
|
68 | 112 | <Compile Include="WebApiTests.cs" />
|
|
0 commit comments