c# - Where do I find Microsoft.VisualStudio.ExtensionManager to add as reference? -



c# - Where do I find Microsoft.VisualStudio.ExtensionManager to add as reference? -

i wanted add together next refernces on console application in vs2013 installed vs2013 sdk

microsoft.visualstudio.extensionmanager microsoft.visualstudio.extensionmanager.implementation

i'm not able find reference in reference manager.

the below image shows can find microsoft.visualstudio.settings.12.0 of vs2013 sdk

the below image shows above mentioned extensionmanager refernces cannot found.

i don't see either of them in "reference manager" either, on machine they're in gac:

c:\windows\microsoft.net\assembly\gac_msil\microsoft.visualstudio.extensionmanager\v4.0_10.0.0.0__b03f5f7f11d50a3a

c:\windows\microsoft.net\assembly\gac_msil\microsoft.visualstudio.extensionmanager.implementation\v4.0_11.0.0.0__b03f5f7f11d50a3a

as in vs2013 install directory:

c:\program files (x86)\microsoft visual studio 12.0\common7\ide\privateassemblies

if you're considering using in production environment, note documentation states:

although api supports extension manager infrastructure, recommend not utilize because subject change.

c# visual-studio

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -