From 8849f5af53d27be7eded969c68bf391b3f8028c0 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Wed, 19 Nov 2014 15:31:59 +0000 Subject: Change the ToolsVersion attribute of the Project tag in the recently added unit tests csproj files from 12.0 to 4.0. This done so that Monodevelop 5.0.1 can import these projects (it can't handle the newer ToolsVersion). This didn't seem to break anything in Visual Studio 2013 --- Source/UnitTests/BasetypesTests/BasetypesTests.csproj | 2 +- Source/UnitTests/CoreTests/CoreTests.csproj | 2 +- Source/UnitTests/TestUtil/TestUtil.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/UnitTests/BasetypesTests/BasetypesTests.csproj b/Source/UnitTests/BasetypesTests/BasetypesTests.csproj index 483c12c7..a2056f95 100644 --- a/Source/UnitTests/BasetypesTests/BasetypesTests.csproj +++ b/Source/UnitTests/BasetypesTests/BasetypesTests.csproj @@ -1,5 +1,5 @@  - + Debug diff --git a/Source/UnitTests/CoreTests/CoreTests.csproj b/Source/UnitTests/CoreTests/CoreTests.csproj index 1bad6134..d470ca4c 100644 --- a/Source/UnitTests/CoreTests/CoreTests.csproj +++ b/Source/UnitTests/CoreTests/CoreTests.csproj @@ -1,5 +1,5 @@  - + Debug diff --git a/Source/UnitTests/TestUtil/TestUtil.csproj b/Source/UnitTests/TestUtil/TestUtil.csproj index 7642b134..b5d620a8 100644 --- a/Source/UnitTests/TestUtil/TestUtil.csproj +++ b/Source/UnitTests/TestUtil/TestUtil.csproj @@ -1,5 +1,5 @@  - + Debug -- cgit v1.2.3