Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi Experts,

I am new to scripting, I wanted to how how can we create new c# project in visual studio from scripts (to avoid manual steps).

Thanks in advance.

Regards,
Vinay.S
Posted
Comments
Sergey Alexandrovich Kryukov 19-Aug-13 0:14am    
Why? Of course it's possible, but you need to develop such scripting approach. Again, why? If you are going to use Visual Studio or other IDE on next step, it won't be needed, but if not, what are you going to use instead?
—SA

1 solution

The easiest way to do this would be to create a custom template that does not require user intervention. This would, of course, mean that you could not modify the project settings during the create process. Alternatively you could write your own driver program that uses the extensibility features of Visual Studio[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900