Craig Skibo's WebLogSorry I can't answer the phone right now, I am outside feeding yogurt to the clowns.Making Add-in development easier- May 3, 2007 One complaint that we have received about creating Add-ins is about the .addin file. Specifically, why are there two of them If you move the project file, check into source code control, etc. then the file no longer works or disappears. To make this easier I wrote a small tool found at http:workspaces.gotdotnet.comVSExtTools under the name .addin Helper. When added as a build rule, it will open the .addin file, modify the path to point to the just built DLL, then save it under...http://blogs.msdn.com/craigskibo/archive/2007/05/03/making-add-in-development-easier.aspx |