I've inherited an Ektron 8.5 project and it requires that saxon9api.netmodule
be left in the /bin
folder along with saxon9api.dll
If I don't keep this .netmodule
file in the bin, then the build fails.
However, when I clean the project in Visual Studio, the .netmodule
file gets removed from the bin, and I have to reload it from SVN.
I tried to add a reference to the .netmodule
file in Visual Studio to prevent this, but it won't allow me to add a reference to a .netmodule
file.
What can I do to preserve this file in the build so it doesn't get wiped out by a project clean?