|
|
|
@ -55,45 +55,40 @@ |
|
|
|
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')" /> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="AssemblyInfo.fs" /> |
|
|
|
<Compile Include="VectorTests.fs" /> |
|
|
|
<Compile Include="SparseVectorTests.fs" /> |
|
|
|
<Compile Include="DenseVectorTests.fs" /> |
|
|
|
<Compile Include="MatrixTests.fs" /> |
|
|
|
<Compile Include="SparseMatrixTests.fs" /> |
|
|
|
<Compile Include="DenseMatrixTests.fs" /> |
|
|
|
<Compile Include="Utilities.fs" /> |
|
|
|
<Compile Include="BigRationalTests.fs" /> |
|
|
|
<Compile Include="RandomVariableTests.fs" /> |
|
|
|
<Compile Include="PokerTests.fs" /> |
|
|
|
<Compile Include="FitTests.fs" /> |
|
|
|
<Compile Include="FindRootsTests.fs" /> |
|
|
|
<None Include="paket.references" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="mscorlib" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<ProjectReference Include="..\FSharp\FSharp-Net35.fsproj"> |
|
|
|
<Name>FSharp-Net35</Name> |
|
|
|
<Project>{d5dbcec0-9d9d-4a62-9ee0-f78e1895d4f4}</Project> |
|
|
|
<Private>True</Private> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\Numerics\Numerics-Net35.csproj"> |
|
|
|
<Name>Numerics-Net35</Name> |
|
|
|
<Project>{e54e712d-eb6b-4fbf-b29a-6bb95e719bac}</Project> |
|
|
|
<Private>True</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework'"> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v1.0'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v1.1'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v2.0'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net20\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v3.5'"> |
|
|
|
<ItemGroup> |
|
|
|
@ -102,6 +97,21 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net20\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v4.0' And $(TargetFrameworkProfile) == 'Client'"> |
|
|
|
@ -111,6 +121,21 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v4.0'"> |
|
|
|
@ -120,6 +145,21 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<Otherwise> |
|
|
|
@ -129,6 +169,21 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</Otherwise> |
|
|
|
</Choose> |
|
|
|
@ -149,6 +204,21 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'MonoTouch'"> |
|
|
|
@ -158,6 +228,21 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'Silverlight'"> |
|
|
|
@ -169,6 +254,21 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(SilverlightVersion) == 'v4.0'"> |
|
|
|
@ -178,6 +278,21 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<Otherwise> |
|
|
|
@ -187,67 +302,18 @@ |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</Otherwise> |
|
|
|
</Choose> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'Windows'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FSharp.Core"> |
|
|
|
<HintPath>..\..\packages\FSharp.Core.4.3.0.0.Microsoft.Signed\lib\net45\FSharp.Core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'WindowsPhoneApp'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FSharp.Core"> |
|
|
|
<HintPath>..\..\packages\FSharp.Core.4.3.0.0.Microsoft.Signed\lib\net45\FSharp.Core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<Otherwise> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FSharp.Core"> |
|
|
|
<HintPath>..\..\packages\FSharp.Core.4.3.0.0.Microsoft.Signed\lib\net45\FSharp.Core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</Otherwise> |
|
|
|
</Choose> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework'"> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v1.0'"> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v1.1'"> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v2.0'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net20\FsUnit.NUnit.dll</HintPath> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v3.5'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net20\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<Otherwise> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
@ -255,37 +321,25 @@ |
|
|
|
</Otherwise> |
|
|
|
</Choose> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'MonoAndroid'"> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'Windows'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Reference Include="FSharp.Core"> |
|
|
|
<HintPath>..\..\packages\FSharp.Core.4.3.0.0.Microsoft.Signed\lib\net45\FSharp.Core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'MonoTouch'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'Silverlight'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'Windows'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
@ -293,61 +347,21 @@ |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'WindowsPhoneApp'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Reference Include="FSharp.Core"> |
|
|
|
<HintPath>..\..\packages\FSharp.Core.4.3.0.0.Microsoft.Signed\lib\net45\FSharp.Core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<Otherwise> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</Otherwise> |
|
|
|
</Choose> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework'"> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v1.0'"> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v1.1'"> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkVersion) == 'v2.0'"> |
|
|
|
</When> |
|
|
|
<Otherwise> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</Otherwise> |
|
|
|
</Choose> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'MonoAndroid'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'MonoTouch'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
@ -355,35 +369,23 @@ |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'Silverlight'"> |
|
|
|
<Otherwise> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Reference Include="FSharp.Core"> |
|
|
|
<HintPath>..\..\packages\FSharp.Core.4.3.0.0.Microsoft.Signed\lib\net45\FSharp.Core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'Windows'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Reference Include="FsUnit.NUnit"> |
|
|
|
<HintPath>..\..\packages\FsUnit\Lib\Net40\FsUnit.NUnit.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == 'WindowsPhoneApp'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\packages\NUnit\lib\nunit.framework.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<Otherwise> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System.Threading"> |
|
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
@ -392,4 +394,35 @@ |
|
|
|
</ItemGroup> |
|
|
|
</Otherwise> |
|
|
|
</Choose> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="AssemblyInfo.fs" /> |
|
|
|
<Compile Include="VectorTests.fs" /> |
|
|
|
<Compile Include="SparseVectorTests.fs" /> |
|
|
|
<Compile Include="DenseVectorTests.fs" /> |
|
|
|
<Compile Include="MatrixTests.fs" /> |
|
|
|
<Compile Include="SparseMatrixTests.fs" /> |
|
|
|
<Compile Include="DenseMatrixTests.fs" /> |
|
|
|
<Compile Include="Utilities.fs" /> |
|
|
|
<Compile Include="BigRationalTests.fs" /> |
|
|
|
<Compile Include="RandomVariableTests.fs" /> |
|
|
|
<Compile Include="PokerTests.fs" /> |
|
|
|
<Compile Include="FitTests.fs" /> |
|
|
|
<Compile Include="FindRootsTests.fs" /> |
|
|
|
<None Include="paket.references" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="mscorlib" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<ProjectReference Include="..\FSharp\FSharp-Net35.fsproj"> |
|
|
|
<Name>FSharp-Net35</Name> |
|
|
|
<Project>{d5dbcec0-9d9d-4a62-9ee0-f78e1895d4f4}</Project> |
|
|
|
<Private>True</Private> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\Numerics\Numerics-Net35.csproj"> |
|
|
|
<Name>Numerics-Net35</Name> |
|
|
|
<Project>{e54e712d-eb6b-4fbf-b29a-6bb95e719bac}</Project> |
|
|
|
<Private>True</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |