PageRenderTime 65ms CodeModel.GetById 35ms RepoModel.GetById 0ms app.codeStats 0ms

/src/ClubPool.Testing/ClubPool.Testing.csproj

https://github.com/pwideman/ClubPool
MSBuild | 103 lines | 96 code | 0 blank | 7 comment | 0 complexity | 41f074241fbbcec1f9a7fe3f2700f156 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{3712C272-F0EC-4BAC-8DF1-48AF5F4EF818}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ClubPool.Testing</RootNamespace>
  12. <AssemblyName>ClubPool.Testing</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Autofac, Version=2.6.3.862, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\packages\Autofac.2.6.3.862\lib\NET40\Autofac.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Autofac.Configuration, Version=2.6.3.862, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\packages\Autofac.2.6.3.862\lib\NET40\Autofac.Configuration.dll</HintPath>
  46. </Reference>
  47. <Reference Include="FluentAssertions, Version=1.7.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\packages\FluentAssertions.1.7.1.1\Lib\net40\FluentAssertions.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Moq">
  52. <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
  53. </Reference>
  54. <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\packages\NUnit.2.6.0.12054\lib\nunit.framework.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Core">
  60. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="System.Web" />
  63. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  64. <Reference Include="System.Xml.Linq">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.Data.DataSetExtensions">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="ActionResultExtensions.cs" />
  75. <Compile Include="ActionResultHelpers.cs" />
  76. <Compile Include="ControllerHelper.cs" />
  77. <Compile Include="EntityIdSetter.cs" />
  78. <Compile Include="IEnumerableExtensions.cs" />
  79. <Compile Include="AuthHelper.cs" />
  80. <Compile Include="PasswordHelper.cs" />
  81. <Compile Include="DomainModelHelper.cs" />
  82. <Compile Include="EntityVersionSetter.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <Compile Include="SpecificationContext.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="packages.config" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\ClubPool.Web\ClubPool.Web.csproj">
  91. <Project>{4230FBF1-9D6D-4F42-8040-7519F25251AE}</Project>
  92. <Name>ClubPool.Web</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>