P
PJ6
In VS.Net 2K3, a GUID use to be automatically included in the project's
assemblyinfo.vb file:
'The following GUID is for the ID of the typelib if this project is exposed
to COM
<Assembly: Guid("9CD13E54-9AD0-4AF5-9005-BC45A3DCAA36")>
What's the easiest way to do it now? It's not for signing or COM, I just
want a unique identifier that's a little more reliable than the physical
filename.
Paul
assemblyinfo.vb file:
'The following GUID is for the ID of the typelib if this project is exposed
to COM
<Assembly: Guid("9CD13E54-9AD0-4AF5-9005-BC45A3DCAA36")>
What's the easiest way to do it now? It's not for signing or COM, I just
want a unique identifier that's a little more reliable than the physical
filename.
Paul