I have an Automation project in VS 2012. When I tried to update it to 2013, it was a disaster.
UIAutomationClient.dll gets an error because it is now part of UIAComWrapper.dll which Visual Studio added in 2013. This makes it impossible to have the same solution for 2012 and 2013. If in 2012 I reference only UIAComWrapper and try to compile in 2012, I get get conflict with UIAutomationTypes. If I remove UIAutomationTypes, it seems UIAComWrapper is missing some things.
closl