In my solution some projects are in C# and some are VB.NET. Say I have 6 project out of which 3 are in C# and 3 are in Vb.NET. The framework I am using is4.0 and Visual studio 2015. Now out of these 3 VB.NET project, one is having Platformx86 and rest 2 as Any CPU. Same is the case with C# project i.e. one is x86 and other 2 as Any CPU.
Now as per my knowledge, the platform of Solution should be Mixed Platform, but it is showing as Any CPU and I am not able to see the "Mixed Platform" in the Platform drop-down.
How can I get the Mixed platform in Visual studio 2015?
Hrushikesh Pande