Does the visual studio create a watermark? If I used the same solution and assembly settings on different computers (same assemblies vs, same assembly parameters), should I always get the same assembly?
Does any of the Microsoft compilers (VB6, sketchflow, etc.) create a watermark?
By βwatermark,β I mean attaching metadata about the build environment.
Edit 1 Regarding metadata, I am wondering if unique metadata has been added (outside the compiler version). For example, usernames, mac addresses, build environment (screen size, directories, processor version, etc.) or hashed keys, etc.
Edit 2 A similar question exists in Visual Studio that stores hidden data in compiled files .
source share