Open morgot37 opened 8 years ago
Hello! Big TY for u project! Can u some help me? I used this guide http://blogs.msdn.com/b/webdev/archive/2014/04/03/creating-a-custom-scaffolder-for-visual-studio.aspx
In this code: this.AddFileFromTemplate(Context.ActiveProject, "CustomCode", "CustomTextTemplate", parameters, skipIfExists: false);
I wanna replace Context.ActiveProject for Context.ActiveSolution. How its possible? Sry for language :(
How get like this "this.AddFileFromTemplate(Context.ActiveSolution...)" or "this.AddFileFromTemplate("SolutionName/Project" + "CustomFolder"...)"?
@sayedihashimi do you know how to do this?
Hello! Big TY for u project! Can u some help me? I used this guide http://blogs.msdn.com/b/webdev/archive/2014/04/03/creating-a-custom-scaffolder-for-visual-studio.aspx
In this code: this.AddFileFromTemplate(Context.ActiveProject, "CustomCode", "CustomTextTemplate", parameters, skipIfExists: false);
I wanna replace Context.ActiveProject for Context.ActiveSolution. How its possible? Sry for language :(