Hello Guys I want to know how to add some File Properties (file creation date, description, file version etc...) to the output of the compiled code.
I already know how to add an Icon :
param.CompilerOptions += "/target:winexe" + " " + "/win32icon:" + "\"" + textBox1.Text + "\"";
I also read the MSDN documents,but they dont teach/show me how to do this...