Possible Duplicate:
Is it possible to install c# compiler w/o Visual Studio?
I’ve just finished Global Game Jam 13 where I served as an artist. I have the files of the game but am at a loss of how to run them. It is all .cs files and folders within folders. How do I make an executable file out of it?
Load it up into Visual Studio. This should be the
.slnfile, if one doesn’t exist, there would be a.csprojfile.You can get the free, express edition here – you will need the Windows Desktop edition, most likely.
To build and launch you F5 is the usual keyboard shortcut.