Visual Studio - Post-build event to merge .cs files
- by pkirk25
My target environment only accepts .cs files and complies them at run time.
My project has gui.cs and 4 other class files. Its about 9000 lines of code.
Is there a way to have all 5 files merged into 1 cs file as a post build event?