
Hi
I am building a Vsix plugin for Visual Studio and are referencing the SyntaxEditor.
Since the SyntaxEditor assemblies have to be deployed, I have Copy Local set to true.
In the .vsix container, I also get the following assemblies:
System.Web.Services.dll
UIAutomationClient.dll
UIAutomationProvider.dll
UIAutomationTypes.dll
Do you know why these assemblies get included?
Are they referenced from the SyntaxEditor assemblies?
--Jakob
I am building a Vsix plugin for Visual Studio and are referencing the SyntaxEditor.
Since the SyntaxEditor assemblies have to be deployed, I have Copy Local set to true.
In the .vsix container, I also get the following assemblies:
System.Web.Services.dll
UIAutomationClient.dll
UIAutomationProvider.dll
UIAutomationTypes.dll
Do you know why these assemblies get included?
Are they referenced from the SyntaxEditor assemblies?
--Jakob