Sunday, 15 May 2011

c# - Loosely-coupled, non-referenced assembly - how to make sure it's in the \bin\Debug folder of the exe project for debugging? -


I am creating a loose-coupled app, where the main XE project refers to an assembly with the interface . Solid implementation of those interfaces are in assembly assemblies that are indirectly referenced - though through the IOC, the build output of those assemblies is not copied to the bin \ debug folder in the xi, which means That my IoC can not find them.

How can I make sure that those assemblies are copied, if there is no real project / assembly reference?

After you build the project, copy the desired files into the output directory.


No comments:

Post a Comment