How to change a WindowsApplicatioon project type to ConsoleApplic ation project type in visual studio
Hi All,
How to change a WindowsApplicatioon project type to ConsoleApplication
project type in visual studio?
Open "application.csproj" file in notepad, under "Settings" head change
OutputType = "winExe" to OutputType = "Exe".. that's it
No comments:
Post a Comment