I have asp.net mvc 2 application.
Now I'm reimplementing it for working with Ninject
. All is fine except one thing: where should I store Ninject.dll
??
I've created lib
directory inside my appdir
and made reference to lib/Ninject.dll
.
But may be there are some general conventions on how to act in such cases?
UPDATE: FYI - Here's a link to how the MVC team structure their own repository.
As part of my MVC directory setup, I place libraries outside the project in their own folder structure and add references to those libraries.
So my checked out directory structure would look something like:
Apps
Project 1
- Project files
Project 2
- Project files
Libraries
- LibraryName
-- LibraryVersion
This provides a standard place for all libraries to be placed, particular useful when multiple projects are using the same libraries and having one south of truth.
Makes trouble shooting build server reference issues much easier too.
HTH
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With