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

SDK Projects not working in VS 2017 #7

Closed ravenpride closed 3 years ago

ravenpride commented 4 years ago

Hello,

we're using this extension with VS 2017 quite some time now and it always worked flawlessly - until we added a C# project in SDK format (.NET Core). The variables $(SolutionPlatform) and $(SolutionConfiguration) seem to be uninitialized. Is there something I can do to make it work?

Thank you in advance!