Is there any way to create a CS and WPF solution of Visual Studio templates from command line?
I wrote a C# and WPF code generator, and I want that my output be a C# solution.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To create a Project from command line, simply create and save a Project and use a commandline to copy the folder.
Or using Visual Studio DTE2: http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/72d6608b-2e9a-4bc4-b294-b75db17bcad2/
Or to create a Project Template Using the Projectgen.exe Command-Line Tool
http://msdn.microsoft.com/en-us/library/cc175876(v=vs.90).aspx