I want to debug in VS2010. After set up, the generated sln can not load properly the projects.
It output some hints like this:
The project type is not supported by this installation.
I find the problem is that ProjectTypeGuids use a unkown type : E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
I can manually remove these tags inside proj file.
The error message should be gone, but I am not able to use the debug function.
Anyone can help me?
This is the same problem:
http://stackoverflow.com/questions/20086755/unityvs-visual-studio-can-not-open