I created a dll that Contain other dlls... I want to merge them. I mean when I want to use the new dll in another project, just import that. not the other contain ones.
for exp: I have a dll that its name is NewDLL
and inside it there is another dll names: UsedDLL
.
now I want to give some one my NewDll
and just it. I mean that the 2 DLLs dont be seprate. they merge in one.
I can merge my dll with application like here. but I want to merge dll's with each other
In additional I should say that I dont want to use ILMerge. I want to do that by code...