I'm developing applications on C# for three different versions of CATIA. For some reason when I open a project after I opened X version of CATIA. I can't just republish the project because the libraries seem to update on build and it gets the libraries from the version of CATIA opened last. Which means I have to validate whether they will work or not on the version of CATIA the tool is meant for.
Is is possible to lock some specific libraries to the project and avoid this update on build/rebuild?