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