I started a new Icenium project in VS using the Icenium Blank template, got the app working nice and then committed and sync'd it to github. Now, when I try to clone that same project inside of Mist, I get an error message:
"There is no Icenium project file in the repository"
What file isn't there that should be?
Unfortunately, the current version of Icenium (Jan 2014) does not support interoperability between projects created in the Mist/Graphite IDEs and the Visual Studio plug-in. From the Icenium docs:
Clearly, this is a barrier that will hopefully be eliminated soon. In the meantime, there is a blog post showing how an existing Icenium Mist/Graphite project can be manually ported to Visual Studio:
Porting an Icenium Project to Visual Studio
At the core of the problem today (I think) is that the Visual Studio integration currently leverages VS project files (for tighter integration) and does not use the same project file format as Mist/Graphite. Hope this helps.