I keep seeing a private assembly being defined as an assembly used by only one application, existing in the same directory or a subdirectory.
Does this mean that if I have two applications in the same directory they can actually both use the private assembly? Or do I need to use a shared assembly if I want to do this?