blondebier
Programmer
Hi Guys,
I have a few third party components that I want to use in a project. (They are all .Net 2 assemblies)
Instead of having to add references to all of them, I'd really like to be able to create a custom assembly with only the functions that I want and then just add a single reference to that.
Is there any easy way to merge assemblies this way?
I've done a quick test on the first one and when it compiles the "Release" folder has both assemblies as separate files.
I only want my new assembly.
How do I do this?
Cheers,
Blondebier
I have a few third party components that I want to use in a project. (They are all .Net 2 assemblies)
Instead of having to add references to all of them, I'd really like to be able to create a custom assembly with only the functions that I want and then just add a single reference to that.
Is there any easy way to merge assemblies this way?
I've done a quick test on the first one and when it compiles the "Release" folder has both assemblies as separate files.
I only want my new assembly.
How do I do this?
Cheers,
Blondebier