2 conditional_include "common"
3 conditional_include "windowscommon"
5 type_description = "Console Application"
7 configurations = Debug Release "Static Debug" "Static Release"
9 default_configuration = Debug
10 common_defines = WIN32 _CONSOLE
12 TreatWChar_tAsBuiltInType = true
13 systemlibs = advapi32.lib user32.lib
16 machine_description = x86
21 machine_description = IA64
28 machine_description = x64
32 platform_defines = _WIN64
36 use_debug_libraries = 0
38 compile_flags = /W3 /EHsc /MD /GR
40 compile_flags_removed = /YX
42 intermediate_dir = Release
48 use_debug_libraries = 1
50 compile_flags = /W3 /Gm /EHsc /Zi /MDd /GR /Gy
52 compile_flags_removed = /YX
53 intermediate_dir = Debug
61 use_debug_libraries = 0
63 compile_flags = /W3 /EHsc /MD /GR
65 compile_flags_removed = /YX
68 output_dir = Static_Release
69 intermediate_dir = Static_Release
74 use_debug_libraries = 1
76 compile_flags = /W3 /Gm /EHsc /Zi /MDd /GR /Gy
78 compile_flags_removed = /YX
81 output_dir = Static_Debug
82 intermediate_dir = Static_Debug
89 use_debug_libraries = 0
91 compile_flags = /W3 /EHsc /MD /GR
92 defines = NDEBUG _AFXDLL
93 compile_flags_removed = /YX
94 output_dir = MFC_Release
95 intermediate_dir = MFC_Release
99 unicode_mfc_entry = wWinMainCRTStartup
104 use_debug_libraries = 1
106 compile_flags = /W3 /Gm /EHsc /Zi /MDd /GR /Gy
107 defines = _DEBUG _AFXDLL
108 compile_flags_removed = /YX
109 output_dir = MFC_Debug
110 intermediate_dir = MFC_Debug
115 unicode_mfc_entry = wWinMainCRTStartup
120 use_debug_libraries = 0
122 compile_flags = /W3 /EHsc /MD /GR
123 defines = NDEBUG _AFXDLL
124 compile_flags_removed = /YX
127 output_dir = Static_MFC_Release
128 intermediate_dir = Static_MFC_Release
130 unicode_mfc_entry = wWinMainCRTStartup
135 use_debug_libraries = 1
137 compile_flags = /W3 /Gm /EHsc /Zi /MDd /GR /Gy
138 defines = _DEBUG _AFXDLL
139 compile_flags_removed = /YX
142 output_dir = Static_MFC_Debug
143 intermediate_dir = Static_MFC_Debug
146 unicode_mfc_entry = wWinMainCRTStartup
149 conditional_include "vcfullmacros"
150 conditional_include "user_nmakeexe"