Within a .vcxproj file what are the possible values for the ConfigurationType and what do those values mean? -Or- where can I find this information on MSDN? I have had difficulty sellecting a good search string to answer my question.
I think I know the answer to the first question, but I want confirmation/ details.
Here is what I think I know:
Application produces an exe.
DynamicLibrary produces a .lib and a .dll file. (Follow up here, if that is true then does it always produce both? or are there exceptions that produce one or the other. Perhaps I am accidentally thinking of c++/cli? Is there a different possibility in a c++/cli file? )
Are those correct, are there any others?
You could just open the dropdown menu within Visual Studio project properties to get the list... but here is the MSDN documentation.