2 conditional_include "common"
3 conditional_include "windowscommon"
5 configurations = Debug Release "Static Debug" "Static Release"
7 default_configuration = Debug
8 common_defines = WIN32 _WINDOWS
9 TreatWChar_tAsBuiltInType = true
10 systemlibs = advapi32.lib user32.lib
13 machine_description = x86
18 machine_description = IA64
25 machine_description = x64
29 platform_defines = _WIN64
34 use_debug_libraries = 0
36 compile_flags = /W3 /EHsc /MD /GR
38 compile_flags_removed = /YX
40 intermediate_dir = Release
50 use_debug_libraries = 1
52 compile_flags = /W3 /Gm /EHsc /Zi /MDd /GR /Gy
54 compile_flags_removed = /Fr /YX
56 intermediate_dir = Debug
67 type_description = "Static Library"
69 use_debug_libraries = 0
71 compile_flags = /W3 /EHsc /MD /GR
73 compile_flags_removed = /YX
74 output_dir = Static_Release
75 intermediate_dir = Static_Release
85 type_description = "Static Library"
87 use_debug_libraries = 1
89 compile_flags = /W3 /Gm /EHsc /Zi /GR /Gy /MDd
91 compile_flags_removed = /Fr /YX
92 output_dir = Static_Debug
93 intermediate_dir = Static_Debug
104 use_debug_libraries = 0
106 compile_flags = /W3 /EHsc /MD /GR
108 compile_flags_removed = /YX
109 output_dir = MFC_Release
110 intermediate_dir = MFC_Release
121 use_debug_libraries = 1
123 compile_flags = /W3 /Gm /EHsc /Zi /MDd /GR /Gy
125 compile_flags_removed = /Fr /YX
126 output_dir = MFC_Debug
127 intermediate_dir = MFC_Debug
138 type_description = "Static Library"
140 use_debug_libraries = 0
142 compile_flags = /W3 /EHsc /MD /GR
144 compile_flags_removed = /YX
145 output_dir = Static_MFC_Release
146 intermediate_dir = Static_MFC_Release
156 type_description = "Static Library"
158 use_debug_libraries = 1
160 compile_flags = /W3 /Gm /EHsc /Zi /GR /Gy /MDd
162 compile_flags_removed = /Fr /YX
163 output_dir = Static_MFC_Debug
164 intermediate_dir = Static_MFC_Debug
173 conditional_include "vcfullmacros"
174 conditional_include "user_nmakedll"