Multiple projects, one DLL

  • Thread starter Thread starter Atchoum
  • Start date Start date
A

Atchoum

Hi,

I have a solution with multiple projects (one C# and the others VB) and
right they all compile to their own DLL. Is there not a way to get a unique
DLL as output?

TIA,

Atchoum
 
Hi

I Have an exe and an dll. I want to use ILmerge.

I have an winexe called Datastore.exe and a dll called acesspath.dll

now what is the command line that i should use in Ilmerge so that I can get
an
Datastore.exe and acesspath.dll into one assembly called superdatastore.exe?

your help is graetly appreciated
 
Got it ..
thanks anyway

ILMergeHelp said:
Hi

I Have an exe and an dll. I want to use ILmerge.

I have an winexe called Datastore.exe and a dll called acesspath.dll

now what is the command line that i should use in Ilmerge so that I can get
an
Datastore.exe and acesspath.dll into one assembly called superdatastore.exe?

your help is graetly appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top