PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/MVC/UnitTests/WebSiteTests/WebSiteTests.csproj

https://bitbucket.org/kevinrjones/sa2012
MSBuild | 84 lines | 77 code | 0 blank | 7 comment | 0 complexity | 5d3882b73c7cf21e424e2c959c93d7bd MD5 | raw file
Possible License(s): BSD-3-Clause
  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>{4420955D-3CBF-4819-968D-8C9946BF9C57}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WebSiteTests</RootNamespace>
  11. <AssemblyName>WebSiteTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="FluentAssertions">
  34. <HintPath>..\..\packages\FluentAssertions.2.0.0.1\lib\net45\FluentAssertions.dll</HintPath>
  35. </Reference>
  36. <Reference Include="Moq">
  37. <HintPath>..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
  38. </Reference>
  39. <Reference Include="nunit.framework">
  40. <HintPath>..\..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="ToDoControllerTests.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <None Include="packages.config" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <ProjectReference Include="..\..\Entities\Entities.csproj">
  60. <Project>{C664F0B7-D6BA-416C-9E0B-6BD1910DD518}</Project>
  61. <Name>Entities</Name>
  62. </ProjectReference>
  63. <ProjectReference Include="..\..\InMemoryRepository\InMemoryRepository.csproj">
  64. <Project>{E4B1CC5E-23B8-49FF-BFAD-881578BB55CA}</Project>
  65. <Name>InMemoryRepository</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\..\Repository\Repository.csproj">
  68. <Project>{1FE8EE07-C7AC-4C10-B8E3-CC4740C2DC68}</Project>
  69. <Name>Repository</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\..\ToDo\ToDo.csproj">
  72. <Project>{74988E24-60D7-4EA1-BD51-C24CEDDC8A2A}</Project>
  73. <Name>ToDo</Name>
  74. </ProjectReference>
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. </Project>