I am making a project template which references DLLs (from projects in the solution) as part of the VSIX. I have added the ProvideCodeBaseAttribute to the Package assembly for the references needed, however when creating a new instance of the project template, the references are not resolving.
Any idea how I can make this work so that my project template probes the extension directory for references?