PageRenderTime 56ms CodeModel.GetById 30ms RepoModel.GetById 1ms app.codeStats 0ms

/src/BigMath/BigMath.Tests.NET45/BigMath.Tests.NET45.csproj

https://github.com/fmoliveira/BigMath
MSBuild | 80 lines | 73 code | 0 blank | 7 comment | 0 complexity | 5a32b7357879f347043e4e5ce4c25c52 MD5 | raw file
Possible License(s): LGPL-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{AAC3E8B5-D52C-4470-BA01-591DEDE45B27}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BigMath.Tests</RootNamespace>
  11. <AssemblyName>BigMath.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.1</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.1.0.0\lib\net45\FluentAssertions.dll</HintPath>
  35. </Reference>
  36. <Reference Include="nunit.framework">
  37. <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Numerics" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="..\CommonAssemblyInfo.cs">
  50. <Link>Properties\CommonAssemblyInfo.cs</Link>
  51. </Compile>
  52. <Compile Include="ArrayUtilsFacts.cs" />
  53. <Compile Include="BigIntegerFacts.cs" />
  54. <Compile Include="BigIntegerTest.cs" />
  55. <Compile Include="Crc32Facts.cs" />
  56. <Compile Include="ExtendedBitConverterFacts.cs" />
  57. <Compile Include="Int256Facts.cs" />
  58. <Compile Include="Int128Facts.cs" />
  59. <Compile Include="MathUtilsFacts.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <None Include="packages.config" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ProjectReference Include="..\BigMath.PCL\BigMath.PCL.csproj">
  67. <Project>{e57078c6-c6a2-4a24-8983-840ace910680}</Project>
  68. <Name>BigMath.PCL</Name>
  69. </ProjectReference>
  70. </ItemGroup>
  71. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  72. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  73. Other similar extension points exist, see Microsoft.Common.targets.
  74. <Target Name="BeforeBuild">
  75. </Target>
  76. <Target Name="AfterBuild">
  77. </Target>
  78. -->
  79. <Import Project="$(SolutionDir)Tools\Pepita\PepitaGet.targets" />
  80. </Project>