Every time I open a new project to a run program that contain MessageBox I have to add Reference using System.Windows.Forms;. I wish to know is there any way to make this permanent to all new project, that means no need to add Reference using System.Windows.Forms to new projects.