Tagged Questions
2
votes
2answers
190 views
Are GUID visible when compiling a .NET project?
I know if a person has a GUID from a machine that person can figure out if other guid belongs to that machine.
In a .NET project (csproj and the visual studions solution file) GUIDs are generated. If ...