Quote Originally Posted by technomage
I just found out as well that you can use MSBuild to build the vs solution files even if you only have the command Line Chrome Compiler . You just can't open it in the IDE
If you look at the batch file included in all the demos you'll see that they all use MSBuild to compile the demos, but I also include the VS solution in case you have the IDE plugin as well. The .chrome files are the equivalent of the .csproj files.