|
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | 33 | </PropertyGroup> |
34 | 34 | <ItemGroup> |
| 35 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 36 | + <Private>True</Private> |
| 37 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 38 | + </Reference> |
| 39 | + <Reference Include="NSubstitute"> |
| 40 | + <HintPath>..\packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll</HintPath> |
| 41 | + </Reference> |
35 | 42 | <Reference Include="nunit.framework"> |
36 | 43 | <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> |
37 | 44 | </Reference> |
38 | 45 | <Reference Include="System" /> |
39 | 46 | <Reference Include="System.Core" /> |
| 47 | + <Reference Include="System.Web" /> |
| 48 | + <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 49 | + <Private>True</Private> |
| 50 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll</HintPath> |
| 51 | + </Reference> |
| 52 | + <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 53 | + <Private>True</Private> |
| 54 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath> |
| 55 | + </Reference> |
| 56 | + <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 57 | + <Private>True</Private> |
| 58 | + <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath> |
| 59 | + </Reference> |
| 60 | + <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 61 | + <Private>True</Private> |
| 62 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 65 | + <Private>True</Private> |
| 66 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 69 | + <Private>True</Private> |
| 70 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
| 71 | + </Reference> |
40 | 72 | <Reference Include="System.Xml.Linq" /> |
41 | 73 | <Reference Include="System.Data.DataSetExtensions" /> |
42 | 74 | <Reference Include="Microsoft.CSharp" /> |
43 | 75 | <Reference Include="System.Data" /> |
44 | 76 | <Reference Include="System.Xml" /> |
45 | 77 | </ItemGroup> |
46 | 78 | <ItemGroup> |
| 79 | + <Compile Include="Controllers\AccountControllerTests.cs" /> |
47 | 80 | <Compile Include="Properties\AssemblyInfo.cs" /> |
48 | 81 | </ItemGroup> |
49 | 82 | <ItemGroup> |
50 | 83 | <None Include="packages.config" /> |
51 | 84 | </ItemGroup> |
| 85 | + <ItemGroup> |
| 86 | + <ProjectReference Include="..\TestStack.FluentMVCTesting.Example\TestStack.FluentMVCTesting.Example.csproj"> |
| 87 | + <Project>{0BD41AAC-8155-4328-A1A2-CB634430BB39}</Project> |
| 88 | + <Name>TestStack.FluentMVCTesting.Example</Name> |
| 89 | + </ProjectReference> |
| 90 | + <ProjectReference Include="..\TestStack.FluentMVCTesting\TestStack.FluentMVCTesting.csproj"> |
| 91 | + <Project>{152ca00f-18d3-4cf5-8ca0-2c5b70cbea19}</Project> |
| 92 | + <Name>TestStack.FluentMVCTesting</Name> |
| 93 | + </ProjectReference> |
| 94 | + </ItemGroup> |
52 | 95 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
53 | 96 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
54 | 97 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments