compiling same project to several assemblies?

  • Thread starter Thread starter z. f.
  • Start date Start date
Z

z. f.

if i have a big project in the same virtual directory can i compile if to several DLLs?
i want to be able to seperate different classes to different DLLs, is it possible?

TIA, z.
 
It is better to create a project for each output DLL. Projects can share source code files if needed.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


"z. f." <[email protected]> escribi? en el mensaje if i have a big project in the same virtual directory can i compile if to several DLLs?
i want to be able to seperate different classes to different DLLs, is it possible?

TIA, z.
 
but for this i need to create new directories and this i don't want, or do you have other way?

It is better to create a project for each output DLL. Projects can share source code files if needed.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


"z. f." <[email protected]> escribió en el mensaje if i have a big project in the same virtual directory can i compile if to several DLLs?
i want to be able to seperate different classes to different DLLs, is it possible?

TIA, z.
 
Back
Top