PageRenderTime 40ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/src/ClubPool.Tests/ClubPool.Tests.csproj

https://github.com/pwideman/ClubPool
MSBuild | 125 lines | 118 code | 0 blank | 7 comment | 0 complexity | 2cf7739755e6d408d0eb6efc6a233314 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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D8837A1D-1479-41DD-A3A3-32750205AA04}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ClubPool.Tests</RootNamespace>
  12. <AssemblyName>ClubPool.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="FluentAssertions, Version=1.7.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\packages\FluentAssertions.1.7.1.1\Lib\net40\FluentAssertions.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Moq">
  39. <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
  40. </Reference>
  41. <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\packages\NUnit.2.6.0.12054\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.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Controllers\AccountHelp\Context.cs" />
  57. <Compile Include="Controllers\Dashboard.cs" />
  58. <Compile Include="Controllers\Divisions\Create.cs" />
  59. <Compile Include="Controllers\Divisions\Delete.cs" />
  60. <Compile Include="Controllers\Divisions\Context.cs" />
  61. <Compile Include="Controllers\Divisions\Edit.cs" />
  62. <Compile Include="Controllers\Home.cs" />
  63. <Compile Include="Controllers\Schedule.cs" />
  64. <Compile Include="Controllers\Scoresheet.cs" />
  65. <Compile Include="Controllers\Standings.cs" />
  66. <Compile Include="Controllers\UpdateMatch.cs" />
  67. <Compile Include="Controllers\Meets.cs" />
  68. <Compile Include="Controllers\Seasons\ChangeActive.cs" />
  69. <Compile Include="Controllers\Seasons\Create.cs" />
  70. <Compile Include="Controllers\Seasons\Delete.cs" />
  71. <Compile Include="Controllers\Seasons\Edit.cs" />
  72. <Compile Include="Controllers\Seasons\Index.cs" />
  73. <Compile Include="Controllers\Seasons\Context.cs" />
  74. <Compile Include="Controllers\Seasons\Details.cs" />
  75. <Compile Include="Controllers\Teams\Create.cs" />
  76. <Compile Include="Controllers\Teams\Delete.cs" />
  77. <Compile Include="Controllers\Teams\Details.cs" />
  78. <Compile Include="Controllers\Teams\Edit.cs" />
  79. <Compile Include="Controllers\Teams\Context.cs" />
  80. <Compile Include="Controllers\Teams\UpdateName.cs" />
  81. <Compile Include="Controllers\UserMatchHistory.cs" />
  82. <Compile Include="Controllers\Users\Create.cs" />
  83. <Compile Include="Controllers\Users\Delete.cs" />
  84. <Compile Include="Controllers\Users\EditGet.cs" />
  85. <Compile Include="Controllers\Users\EditPost.cs" />
  86. <Compile Include="Controllers\Users\Index.cs" />
  87. <Compile Include="Controllers\Login.cs" />
  88. <Compile Include="Controllers\AccountHelp\RecoverUsername.cs" />
  89. <Compile Include="Controllers\AccountHelp\ResetPassword.cs" />
  90. <Compile Include="Controllers\Users\SignUp.cs" />
  91. <Compile Include="Controllers\UnapprovedUsers.cs" />
  92. <Compile Include="Controllers\Users\Context.cs" />
  93. <Compile Include="Controllers\Users\Details.cs" />
  94. <Compile Include="Models\UserTests.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="Services\Membership\ClubPoolMembershipServiceSpecificationContext.cs" />
  97. <Compile Include="Services\Membership\CreateUserTests.cs" />
  98. <Compile Include="Services\Membership\UsernameOrEmailInUseTests.cs" />
  99. <Compile Include="Services\Membership\ValidateUserTests.cs" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="packages.config" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\ClubPool.Testing\ClubPool.Testing.csproj">
  106. <Project>{3712C272-F0EC-4BAC-8DF1-48AF5F4EF818}</Project>
  107. <Name>ClubPool.Testing</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\ClubPool.Web\ClubPool.Web.csproj">
  110. <Project>{4230FBF1-9D6D-4F42-8040-7519F25251AE}</Project>
  111. <Name>ClubPool.Web</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Compile Include="Controllers\Navigation.cs" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>