A fairly basic C# compiler
Was messing with Microsoft.CSharp and CodeDom, googled some stuff, and then I wrote this. It's a simple C# compiler. It is BY NO MEANS a complete application, but the basic functionality is there. So far, I haven't implemented a way to add your own assembly references, but for basic apps where you can't download visual studio but have .NET 4.0, this would be handy.
I'm also not a very knowledgeable or skilled/talented programmer, so if this is a stupid thing to post, don't flame too bad, just tell me what I did wrong or something, lol.
NOTE: Shouldn't need a virus scan. It's just source/project files and a picture(.png).