1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{F36BC506-1076-49BF-A1A4-A76D6560AA64}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >TestStack.FluentMVCTesting.Sample.Tests</RootNamespace >
11+ <AssemblyName >TestStack.FluentMVCTesting.Sample.Tests</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
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 >
42+ <Reference Include =" nunit.framework" >
43+ <HintPath >..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" System" />
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 >
72+ <Reference Include =" System.Xml.Linq" />
73+ <Reference Include =" System.Data.DataSetExtensions" />
74+ <Reference Include =" Microsoft.CSharp" />
75+ <Reference Include =" System.Data" />
76+ <Reference Include =" System.Xml" />
77+ </ItemGroup >
78+ <ItemGroup >
79+ <Compile Include =" Controllers\AccountControllerTests.cs" />
80+ <Compile Include =" Properties\AssemblyInfo.cs" />
81+ </ItemGroup >
82+ <ItemGroup >
83+ <None Include =" packages.config" />
84+ </ItemGroup >
85+ <ItemGroup >
86+ <ProjectReference Include =" ..\TestStack.FluentMVCTesting.Example\TestStack.FluentMVCTesting.Sample.csproj" >
87+ <Project >{0BD41AAC-8155-4328-A1A2-CB634430BB39}</Project >
88+ <Name >TestStack.FluentMVCTesting.Sample</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 >
95+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
97+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98+ Other similar extension points exist, see Microsoft.Common.targets.
99+ <Target Name="BeforeBuild">
100+ </Target>
101+ <Target Name="AfterBuild">
102+ </Target>
103+ -->
104+ </Project >
0 commit comments