I currently do have everything in a /libs folder.

But right now how do you get everything into that lib folder? Lets use
nHibernate as an example
You go out, find the website, download it, unzip it, put it into your libs
folder, add all the references.
decide that you want to use the Ninject extensions for nHibernate, go find
them, unzip, copy to /libs reference
then go do the same thing with the actual ninject .dlls

vs.
inside of visual studio by typing
*add-package Nhibernate.Linq*
and having the system automatically download it, add all dependencies, and
and add to your project.



On 8 October 2010 15:41, silky <michaelsli...@gmail.com> wrote:

> On Fri, Oct 8, 2010 at 3:17 PM, David Burela <david.bur...@gmail.com>
> wrote:
>
> [...]
>
> > What does everyone think of it?
>
> I guess I don't even really understand the problem. Why aren't all
> your references in a \lib folder in the same directory as the rest of
> your solution?
>
> --
> silky
>
> http://dnoondt.wordpress.com/
>
> "Every morning when I wake up, I experience an exquisite joy — the joy
> of being this signature."
>

Reply via email to