I have searched on MSDN, but i could not find how to configure username and password for proxy on Visual Studio 2012 config file. I found this:
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy bypassonlocal="True" proxyaddress="http://<yourproxy:port#>"/>
</defaultProxy>
Is there a way to specify username and password? Thanks