PageRenderTime 48ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/source/PivotalPoker.Tests/PivotalPoker.Tests.csproj

https://github.com/cheezburger/pivotal-poker
MSBuild | 91 lines | 84 code | 0 blank | 7 comment | 0 complexity | 5fdc1e4d09070068945057265751f45f MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-2.0
  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>{BE7513DE-743A-4021-B0F8-53DB90501E22}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>PivotalPoker.Tests</RootNamespace>
  12. <AssemblyName>PivotalPoker.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">
  35. <HintPath>..\packages\FluentAssertions.1.4.0.0\Lib\.NetFramework 4.0\FluentAssertions.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Moq">
  38. <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
  39. </Reference>
  40. <Reference Include="nunit.framework">
  41. <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="nunit.mocks">
  44. <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
  45. </Reference>
  46. <Reference Include="PivotalTrackerAPI">
  47. <HintPath>..\lib\PivotalTrackerAPI.dll</HintPath>
  48. </Reference>
  49. <Reference Include="pnunit.framework">
  50. <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Web" />
  55. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Controllers\ProjectsControllerTest.cs" />
  64. <Compile Include="Controllers\StoryControllerTests\DetailTest.cs" />
  65. <Compile Include="Models\GameRepositoryTest.cs" />
  66. <Compile Include="Controllers\HomeControllerTests.cs" />
  67. <Compile Include="Models\GameTest.cs" />
  68. <Compile Include="OM.cs" />
  69. <Compile Include="Models\PivotalTest.cs" />
  70. <Compile Include="Models\PlayerTest.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="Controllers\StoryControllerTest.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="packages.config" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ProjectReference Include="..\PivotalPoker\PivotalPoker.csproj">
  79. <Project>{E28345CE-4C14-4C7B-9AAD-33B52BA778E3}</Project>
  80. <Name>PivotalPoker</Name>
  81. </ProjectReference>
  82. </ItemGroup>
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. </Project>