Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

GlobalProjectCollection SetGlobalProperty values no longer "seen" by build in VS 2013

$
0
0

I've been using a Package from ceztko on GitHub called SolutionConfigurationName.

I rebuilt it to add compatibility with VS 2012, and it has been working well for some time.  However, I just installed VS 2013, and it is no longer functional for C++ projects (vcxproj), though it does work for C# projects.

It uses ProjectCollection.GlobalProjectCollection.SetGlobalProperty to set variables for SoluctionConfigurationName and SolutionPlatformName, which are kept in sync with properties of SolutionBuild.ActiveConfiguration.

My use of the resulting "macros" is in the Output Directory of my projects:

$(SolutionDir)\Builds\$(SolutionName)_$(SolutionPlatformName)_$(SolutionConfigurationName)\

This has been a very valuable solution to consistent solution-based build output, and I hope there's a work-around or some update I can make to this package to get it working again.  I'd appreciate any insight anyone has.

Thanks!


Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>