PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/DiceRoller.Logic.Test/DiceRoller.Logic.Test.csproj

https://bitbucket.org/pompolutz/diceroller-for-wp7
MSBuild | 82 lines | 75 code | 0 blank | 7 comment | 0 complexity | a1bf6c4f9eeb3ec92a0b6ec8c5afac16 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. <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>{ADC89D6D-3D01-4A1A-9642-85090B53B568}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DiceRoller.Logic.Test</RootNamespace>
  12. <AssemblyName>DiceRoller.Logic.Test</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.2.0.0.1\lib\net40\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.6.1\lib\nunit.framework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  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="ArkhamHorrorRollerFixture.cs" />
  53. <Compile Include="DiceBagFixture.cs" />
  54. <Compile Include="RollerFixture.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="RollResultInterpreterFixture.cs" />
  57. <Compile Include="SettingsProviderFixture.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\DiceRoller.Logic\DiceRoller.Logic.csproj">
  61. <Project>{BB0D710B-61E0-4279-80BD-E9F6C5B04272}</Project>
  62. <Name>DiceRoller.Logic</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\PZ.Infrastructure\PZ.Infrastructure.csproj">
  65. <Project>{D1520811-DBEE-4441-9722-1D3283F07691}</Project>
  66. <Name>PZ.Infrastructure</Name>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="packages.config">
  71. <SubType>Designer</SubType>
  72. </None>
  73. </ItemGroup>
  74. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  75. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  76. Other similar extension points exist, see Microsoft.Common.targets.
  77. <Target Name="BeforeBuild">
  78. </Target>
  79. <Target Name="AfterBuild">
  80. </Target>
  81. -->
  82. </Project>