I have edmx installed Metadata Artifact Processingon Copy to Output Directory. Csdl / msl / ssdl are completely copied to the bin directory of the project with the model, but none of the other projects that reference this project receive artifacts copied to the bin directories.
I have several end exes / services / etc that require these files, and I don't want to add the task of creating messages for all of them. Is there a way I can properly distribute these resources? Or can I somehow use the edmx source file (and not csdl / msl / ssdl)?
Thank.
source
share