ceztko / SolutionConfigurationName

A Visual Studio 2010-2017 extension that sets SolutionConfiguration and SolutionPlatform build macros
https://marketplace.visualstudio.com/items?itemName=ceztko.SolutionConfigurationName
Other
12 stars 12 forks source link

VS17 Support #2

Closed mstein11 closed 7 years ago

mstein11 commented 7 years ago

Is there a plan to make this extension available to VS17?

ceztko commented 7 years ago

Working on this right now.

ceztko commented 7 years ago

API for accessing project internal settings is public now[1], which is positive, but changed a bit so I've to learn it.

[1] https://github.com/Microsoft/VSProjectSystem

ceztko commented 7 years ago

Done. No functional change was needed to support the new API. I've tested it with my usual simple test case (C++ only) and it works. No idea if the concept still works with C# projects: it used to work but I'm not using the extension actively.

https://marketplace.visualstudio.com/items?itemName=ceztko.SolutionConfigurationName