Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for generating VS2017-compatible .vcproj files #9

Open
donno opened this issue Apr 12, 2017 · 0 comments
Open

Add support for generating VS2017-compatible .vcproj files #9

donno opened this issue Apr 12, 2017 · 0 comments

Comments

@donno
Copy link
Contributor

donno commented Apr 12, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant