Visual Studio - Post-build event to merge .cs files
Posted
by pkirk25
on Stack Overflow
See other posts from Stack Overflow
or by pkirk25
Published on 2010-04-11T09:03:00Z
Indexed on
2010/04/11
9:13 UTC
Read the original article
Hit count: 558
visual-studio
|postbuild-event
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?
© Stack Overflow or respective owner