Why does the Wix Visual Studio plugin, Votive, think it's necessary to copy ALL my source files to the current Wix project's directory? How can I disable this? I've had no luck searching the docs, web, or project settings.
I would like to keep things uniform and keep the "wxs" files in a "src" directory and my Wix project in the "build" directory. Is this possible?
My directory structure is something like this:
build
-> wix_project
src
-> *.wxs files
doc
-> etc etc.
EDIT: So, when "adding existing files" to my project I clicked the little arrow next to the source name and added them as links and that seemed to work. This seems a bit obfuscated - still searching for a setting that disables this "copying" so new contributors to the project will not have to worry about this.