diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-11-19 15:31:59 +0000 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-11-19 15:31:59 +0000 |
commit | 8849f5af53d27be7eded969c68bf391b3f8028c0 (patch) | |
tree | 1cc0c8b4cfb32411dd986ccd5d323e977ff69fdb /Source/UnitTests/TestUtil | |
parent | b05a2beb2a11f5ab19797dadcafc832b3721c080 (diff) |
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
Diffstat (limited to 'Source/UnitTests/TestUtil')
-rw-r--r-- | Source/UnitTests/TestUtil/TestUtil.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|