PDA

View Full Version : Mono creating AssemblyInfo.cs files



pt123
April 10th, 2012, 06:19 AM
I recently downloaded the gnome-do src code, when I opened the solution file in MonoDevelop, the links to various AssemblyInfo.cs were broken ( the files did not exist). So I was wondering is there a way to generate these.
In Visual Studio it is :
You can generate an assemblyInfo.cs by right clicking the project and chosing properties. In the application tab fill in the details and press save, this will generate the assemblyInfo.cs file for you. If you build your project after that, it should work.
http://stackoverflow.com/questions/6494691/source-file-properties-assemblyinfo-cs-could-not-be-found


But I couldn't find something similar in Mono Develop