OutpostUniverse / OP2Archive

Console Application for examining, creating, and extracting files from Outpost 2 .vol and .clm archives.
https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:op2archive
MIT License
1 stars 0 forks source link

Set MSVC project type as console #30

Closed Brett208 closed 5 years ago

Brett208 commented 5 years ago

This was affecting debug by autoclosing the console window. Telling MSVC that it is a console project allows the console to stay open on program completion without any workarounds in code