From 0a555f3c833ab94c9ee3f9250778b113894e14e0 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Fri, 12 Feb 2016 20:06:47 +0100 Subject: [PATCH] Fix ToolsVersion value in minimal sample project file (VS 2010+). Since minimal.vcxproj file is shared by VS 2010-15 solution files, ToolsVersion value should be set to the value supported by all VS versions since 2010 to avoid warning messages like "Project file contains ToolsVersion="14.0", which is not supported by this version of MSBuild.". --- samples/minimal/minimal.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/minimal/minimal.vcxproj b/samples/minimal/minimal.vcxproj index 9af24ddabf..cb8c50f044 100644 --- a/samples/minimal/minimal.vcxproj +++ b/samples/minimal/minimal.vcxproj @@ -1,5 +1,5 @@  - + Debug