2 conditional_include "common"
3 conditional_include "vccommon"
4 conditional_include "windowscommon"
6 type_description = "Console Application"
8 configurations = Debug Release
9 common_defines = WIN32 _CONSOLE
13 use_debug_libraries = 0
15 compile_flags = /W3 /GX /MD /GR
17 compile_flags_removed = /YX
19 intermediate_dir = Release
24 use_debug_libraries = 1
26 compile_flags = /W3 /Gm /GX /Zi /MDd /GR /Gy
28 compile_flags_removed = /YX
29 intermediate_dir = Debug
37 use_debug_libraries = 0
39 compile_flags = /W3 /GX /MD /GR
40 common_defines = WIN32 _WINDOWS
41 defines = NDEBUG _AFXDLL
42 compile_flags_removed = /YX
43 output_dir = MFC_Release
44 intermediate_dir = MFC_Release
48 unicode_mfc_entry = wWinMainCRTStartup
53 use_debug_libraries = 1
55 compile_flags = /W3 /Gm /GX /Zi /MDd /GR /Gy
56 common_defines = WIN32 _WINDOWS
57 defines = _DEBUG _AFXDLL
58 compile_flags_removed = /YX
59 intermediate_dir = MFC_Debug
60 output_dir = MFC_Debug
65 unicode_mfc_entry = wWinMainCRTStartup
68 conditional_include "vcpartialmacros"
69 conditional_include "user_vc6dspdllexe"