From a36d20bece82bc9da6f0b42705ca2a66416bebee Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Wed, 2 Oct 2013 19:33:27 +0200 Subject: [PATCH] Build: do not vary test assembly name by configuration --- src/FSharpUnitTests/FSharpUnitTestsPortable.fsproj | 3 --- src/UnitTests/UnitTestsPortable.csproj | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/FSharpUnitTests/FSharpUnitTestsPortable.fsproj b/src/FSharpUnitTests/FSharpUnitTestsPortable.fsproj index 20625415..c69528be 100644 --- a/src/FSharpUnitTests/FSharpUnitTestsPortable.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTestsPortable.fsproj @@ -15,7 +15,6 @@ DEBUG;TRACE - MathNet.Numerics.FSharp.UnitTests47 ..\..\out\test\debug\Portable47\ false false @@ -26,7 +25,6 @@ TRACE - MathNet.Numerics.FSharp.UnitTests47 ..\..\out\test\Portable47\ true true @@ -36,7 +34,6 @@ TRACE;NOSYSNUMERICS - MathNet.Numerics.FSharp.UnitTests136 ..\..\out\test\Portable136\ true true diff --git a/src/UnitTests/UnitTestsPortable.csproj b/src/UnitTests/UnitTestsPortable.csproj index 172682ae..1099c626 100644 --- a/src/UnitTests/UnitTestsPortable.csproj +++ b/src/UnitTests/UnitTestsPortable.csproj @@ -16,7 +16,6 @@ TRACE;DEBUG;PORTABLE - MathNet.Numerics.UnitTests47 ..\..\out\test\debug\Portable47\ false full @@ -27,7 +26,6 @@ TRACE;PORTABLE - MathNet.Numerics.UnitTests47 ..\..\out\test\Portable47\ ..\..\out\test\Portable47\MathNet.Numerics.XML true @@ -38,7 +36,6 @@ TRACE;PORTABLE;NOSYSNUMERICS - MathNet.Numerics.UnitTests136 ..\..\out\test\Portable136\ ..\..\out\test\Portable136\MathNet.Numerics.XML true