A few C# 2008 and C# 2010 the applications were written as console applications. However now I want the programs to compile as windows applications instead. The problem is when I checkout the code from version control software, the default compile option for these programs is as a console application.
Thus is there a way in visual studio 2008 and/or visual studio 2010 to set the default compile option for these programs to be windows applications? If so, can you tell me how to accomplish this goal?
Thus is there a way in visual studio 2008 and/or visual studio 2010 to set the default compile option for these programs to be windows applications? If so, can you tell me how to accomplish this goal?