1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >
7
+ </ProductVersion >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <ProjectGuid >{80CD1024-7400-47A8-8F3D-46DA1DDA5DBA}</ProjectGuid >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >MVCMusicStore.Tests</RootNamespace >
13
+ <AssemblyName >MVCMusicStore.Tests</AssemblyName >
14
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" Microsoft.CSharp" />
37
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
38
+ <Reference Include =" System" />
39
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
40
+ <Reference Include =" System.Configuration" />
41
+ <Reference Include =" System.Core" />
42
+ <Reference Include =" System.Data" />
43
+ <Reference Include =" System.Web" />
44
+ <Reference Include =" System.Web.ApplicationServices" />
45
+ <Reference Include =" System.Web.Extensions" />
46
+ <Reference Include =" System.Web.Abstractions" />
47
+ <Reference Include =" System.Web.Routing" />
48
+ <Reference Include =" System.Xml" />
49
+ <Reference Include =" System.Xml.Linq" />
50
+ <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
51
+ <Private >True</Private >
52
+ <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" Newtonsoft.Json" >
55
+ <HintPath >..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" System.Net.Http" />
58
+ <Reference Include =" System.Net.Http.WebRequest" />
59
+ <Reference Include =" System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
60
+ <Private >True</Private >
61
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.Helpers.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
64
+ <Private >True</Private >
65
+ <HintPath >..\packages\Microsoft.AspNet.Mvc.5.1.2\lib\net45\System.Web.Mvc.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
68
+ <Private >True</Private >
69
+ <HintPath >..\packages\Microsoft.AspNet.Razor.3.1.2\lib\net45\System.Web.Razor.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72
+ <Private >True</Private >
73
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.dll</HintPath >
74
+ </Reference >
75
+ <Reference Include =" System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
76
+ <Private >True</Private >
77
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath >
78
+ </Reference >
79
+ <Reference Include =" System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
80
+ <Private >True</Private >
81
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath >
82
+ </Reference >
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <Compile Include =" Properties\AssemblyInfo.cs" />
86
+ <Compile Include =" Controllers\HomeControllerTest.cs" />
87
+ </ItemGroup >
88
+ <ItemGroup >
89
+ <Content Include =" App.config" />
90
+ </ItemGroup >
91
+ <ItemGroup >
92
+ <None Include =" packages.config" />
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <ProjectReference Include =" ..\MVCMusicStore\MVCMusicStore.csproj" >
96
+ <Project >{05F5C509-CC1B-449F-AB64-DD38C40B91A3}</Project >
97
+ <Name >MVCMusicStore</Name >
98
+ </ProjectReference >
99
+ </ItemGroup >
100
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
101
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102
+ Other similar extension points exist, see Microsoft.Common.targets.
103
+ <Target Name="BeforeBuild">
104
+ </Target>
105
+ <Target Name="AfterBuild">
106
+ </Target>
107
+ -->
108
+ </Project >
0 commit comments