The solution I am building existed on 2010 and I am going to deploy it going forward to 2013 but I still need to maintain the 2010 code.
So 2 code bases solution14hive and solution15hive
On the 14hive version the debug is startup object is going to 15hive but the solution is correctly deploying to 14hive. This seems to be related to the {SharePointRoot} parameter. How to control the debug startup so I don't have to strip the url of 15 when debugging to /layouts on the 14 code base?
I can work around this for now in development easy enough but I'm more concerned in understanding what is going on so an on the fly tweak at a later date does not deploy/retract the wrong code base. The only reference I can find to 15 in the 14 solution is the Microsoft.Sharepoint assembly reference itself. But I did not change that. I think it was working as I expected last week.