1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4  <PropertyGroup>
5    <ProjectGuid>{28AE24F8-BEF4-4358-B612-ADD9D587C8E1}</ProjectGuid>
6  </PropertyGroup>
7  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
8  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
9  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
10  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
11  <ItemGroup>
12    <Compile Include="BigInteger\absolutevalue.cs" />
13    <Compile Include="BigInteger\BigIntegerToStringTests.cs" />
14    <Compile Include="BigInteger\BigIntegerToStringTests.netcoreapp.cs" Condition="'$(TargetGroup)' == 'netcoreapp'" />
15    <Compile Include="BigInteger\BigInteger.AddTests.cs" />
16    <Compile Include="BigInteger\BigInteger.SubtractTests.cs" />
17    <Compile Include="BigInteger\BigIntTools.cs" />
18    <Compile Include="BigInteger\cast_from.cs" />
19    <Compile Include="BigInteger\cast_to.cs" />
20    <Compile Include="BigInteger\Comparison.cs" />
21    <Compile Include="BigInteger\ctor.cs" />
22    <Compile Include="BigInteger\ctor.netcoreapp.cs" Condition="'$(TargetGroup)' == 'netcoreapp'" />
23    <Compile Include="BigInteger\divide.cs" />
24    <Compile Include="BigInteger\divrem.cs" />
25    <Compile Include="BigInteger\Driver.cs" />
26    <Compile Include="BigInteger\gcd.cs" />
27    <Compile Include="BigInteger\IsEven.cs" />
28    <Compile Include="BigInteger\IsOne.cs" />
29    <Compile Include="BigInteger\IsPowerOfTwo.cs" />
30    <Compile Include="BigInteger\IsZero.cs" />
31    <Compile Include="BigInteger\log.cs" />
32    <Compile Include="BigInteger\log02.cs" />
33    <Compile Include="BigInteger\log10.cs" />
34    <Compile Include="BigInteger\max.cs" />
35    <Compile Include="BigInteger\min.cs" />
36    <Compile Include="BigInteger\modpow.cs" />
37    <Compile Include="BigInteger\multiply.cs" />
38    <Compile Include="BigInteger\MyBigInt.cs" />
39    <Compile Include="BigInteger\op_and.cs" />
40    <Compile Include="BigInteger\op_decrement.cs" />
41    <Compile Include="BigInteger\op_divide.cs" />
42    <Compile Include="BigInteger\op_increment.cs" />
43    <Compile Include="BigInteger\op_leftshift.cs" />
44    <Compile Include="BigInteger\op_modulus.cs" />
45    <Compile Include="BigInteger\op_multiply.cs" />
46    <Compile Include="BigInteger\op_not.cs" />
47    <Compile Include="BigInteger\op_or.cs" />
48    <Compile Include="BigInteger\op_rightshift.cs" />
49    <Compile Include="BigInteger\op_xor.cs" />
50    <Compile Include="BigInteger\parse.cs" />
51    <Compile Include="BigInteger\parse.netcoreapp.cs" Condition="'$(TargetGroup)' == 'netcoreapp'" />
52    <Compile Include="BigInteger\PerformanceTests.cs" />
53    <Compile Include="BigInteger\pow.cs" />
54    <Compile Include="BigInteger\properties.cs" />
55    <Compile Include="BigInteger\remainder.cs" />
56    <Compile Include="BigInteger\sign.cs" />
57    <Compile Include="BigInteger\stackcalculator.cs" />
58    <Compile Include="BigInteger\ToByteArray.cs" />
59    <Compile Include="BigInteger\ToByteArray.netcoreapp.cs" Condition="'$(TargetGroup)' == 'netcoreapp'" />
60    <Compile Include="BigInteger\TryWriteBytes.cs" Condition="'$(TargetGroup)' == 'netcoreapp'" />
61    <Compile Include="ComplexTests.cs" />
62  </ItemGroup>
63  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
64</Project>
65