Hello,
I noticed someone else asked a similar, if not exactly the same, question before, but the answer to it didn't help (me, anyway).
I have a project that I'm building a template from. When I go to reference an assembly in the Program Files, the template project itself will build fine, but any projects built off of it cannot find the referenced assembly. I tried editing the csproj directly, but that didn't work either. How do I reference non-GACed DLLs like that? Am I forced to use an IWizard trick?