Hello,
I'm wanting to protect my library files (dll's) from being imported/referenced in a workspace outside of the project I am currently working on. Put simply, I don't want anyone else to be able to reference and use my dll's in their own projects. Is this even possible? If so, what do I need to do? Thanks for your time.
I'm using Visual C# 2005 Express Edition
I'm wanting to protect my library files (dll's) from being imported/referenced in a workspace outside of the project I am currently working on. Put simply, I don't want anyone else to be able to reference and use my dll's in their own projects. Is this even possible? If so, what do I need to do? Thanks for your time.
I'm using Visual C# 2005 Express Edition
Comment