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.".
It's impractical to have manual projects for all the samples, but do it at
least for this one to serve as a starting point for people using these IDEs.