Does visual studio "watermark" builds? If I used the same solution and build settings, on different computers (same vs build, same build settings), should I always get the same build?
Do any of the microsoft compilers (VB6, sketchflow, etc) "watermark" builds?
By "watermark", I mean attach metadata about the build environment.
Edit 1 With regards to the metadata, I'm wondering if unique metadata (outside of compiler version) is attached. For example, usernames, mac addresses, build environment(screen size, directories, cpu version, etc.) or hashed keys, etc.
Edit 2 There is a similar question at Visual Studio store hidden data in the compiled files?.