void AddFileToProject(string fileName)
 {
     ProjectHelper.AddFile(project, fileName);
 }