Add UI to change project type
Sometimes I have the need to change the project type. Instead of opening up another project file and copy the project type guids, it would be extremely helpful to be able to change the type of a project through a dialog
20
votes
1 comment
-
Brendan Enrick
commented
If you mean changing from a console application to a class library or the reverse, this is already possible. There is a UI element in the properties of the project. It is called "Output Type" and in there you're able to change what the project compiles to.