I am using TFS, with visual studio 2010. I added a setting to the application settings, in the settings.setting file and everything worked fine. When merging my code to another branch, when compiling, I got an error that "Settings.cs" was not found. What did I miss? What was I suppose to do so that it would be automatically generated? Of course after I manually added it to the project it compiled, but I need it to work not only on my computer.
Thanks
Set the Settings Build Action as Content and Copy to Output Directory As Copy Always.