Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-06-20 20:00:58 +0300
committerJan Kotas <jkotas@microsoft.com>2017-06-20 20:00:58 +0300
commitea90ff21f852958275185111cbf2d4660ed259de (patch)
treebde561b6757724a94c1fe6168e106f90d1c944b8 /src/Test.CoreLib
parent7e3a06981611b89b3a8d45d873d604b2ced52e01 (diff)
Undo ToolsVersion cleanup on full framework projects
VS is trying to "upgrate" the full framework projects without ToolsVersion [tfs-changeset: 1662259]
Diffstat (limited to 'src/Test.CoreLib')
-rw-r--r--src/Test.CoreLib/src/Test.CoreLib.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Test.CoreLib/src/Test.CoreLib.csproj b/src/Test.CoreLib/src/Test.CoreLib.csproj
index 60f8b1d28..7322f6afe 100644
--- a/src/Test.CoreLib/src/Test.CoreLib.csproj
+++ b/src/Test.CoreLib/src/Test.CoreLib.csproj
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<ProjectGuid>{6BD96201-7F81-4627-BB41-7A2CCB09082F}</ProjectGuid>