Hello - I just inherited a CRM project with a Visual Studio solution. The solution has a project that is not loading, I'm guessing due to the project type, which may require an install of some other software first?
Sometimes I can google <ProjectTypeGuids> in the csproj file to figure out the project type and related setup required but for some reason the <ProjectTypeGuids> for this project doesn't seem to return any meaningful results?:
88A30576-7583-4F75-8136-5EFD2C14ADFF
Based on this <ProjectTypeGuids> guid, can you identify what type of project this is or why VS2012 is not able to load it? Next to the project in the solution it says "(load failed)" and underneath the project it says "The project file was unloaded"?