Hi,
I have an IWizard implementation for my project template. I install my project template by using Vsix. Then, for debugging the IWizard I attach the debugger to a new instance of Visual Studio and create a new project. The IWizard can be debugged without problems, but the project generation is too slow. Is there a way to optimize the project generation time. If the debugger is not attached it works fine.
I use Visual Studio 2012 and my IWizard is used in C# WinRT multiproject template.
Thanks