09-04-2017, 01:07 AM
Ok, let me check it because I use much older versions of VS Studio and there may be some conflict about the project file itself. In fact it is very simple to recreate, just a C# project with all the *.cs files included and build, no special properties are required.
You can also try building from the console:
csc /out:resources\Platformer.exe *.cs
You can also try building from the console:
csc /out:resources\Platformer.exe *.cs