Hi,
I'm trying to recompile an Outlook add-on on a new computer with Visual Studio 2013. One of the things the program imports is Microsoft.VisualStudio.Tools.Office.Runtime.Security. However, I can't find it to add in the references, so it's constatnly telling me that it can't be found. I did some digging and found out that this reference requires Microsoft.VisualStudio.Tools.Office.Runtime.v10.0.dll (reference: [can't post link yet; just do an internet search for the .dll]). I can't find anywhere on MSDN or Microsoft's website to get the .dll. Does anyone know how I can get it, where to find it, or some other solution?
Note: I can't access the old computer to get the .dll. All I have is the code.
Thanks!