You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like #7, this should just require a new ProjectTool.VS2017 constant that maps to appropriate MSBuild file version and .sln file version.
The following is from a freshly created Visual C++ Win32 project solution file (.sln)
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.10
MinimumVisualStudioVersion = 10.0.40219.1
And from the vcxproj file the <Project ToolsVersion="15.0"> while the PlatformToolset is v141 while there is a of 15.0
The text was updated successfully, but these errors were encountered:
Like #7, this should just require a new ProjectTool.VS2017 constant that maps to appropriate MSBuild file version and .sln file version.
The following is from a freshly created Visual C++ Win32 project solution file (.sln)
And from the vcxproj file the
<Project ToolsVersion="15.0">
while the PlatformToolset is v141 while there is a of 15.0The text was updated successfully, but these errors were encountered: