I\'ve got several AssemblyInfo.cs files as part of many projects in a single solution that I\'m building automatically as part of TeamCity.
To make the msbuild scrip
We use "linked" files in project. Solution Explorer -> Add Existin Item -> .. select_file .. -> arrow_on_left_of_add_button -> Add As Link
Then the selected file ( AssemblyInfo.cs for now ) is not copied to the direcotry of project, bud is only linked from specified path.