Skip to content

Commit 72f9e04

Browse files
author
henrypp
committed
define APP_BETA
1 parent bc91e29 commit 72f9e04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

simplewall.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<IntrinsicFunctions>true</IntrinsicFunctions>
115115
<ControlFlowGuard>Guard</ControlFlowGuard>
116116
<FunctionLevelLinking>true</FunctionLevelLinking>
117-
<PreprocessorDefinitions>__WINDOT11_H__;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;_UNICODE;UNICODE;WIN32_LEAN_AND_MEAN;APP_NO_DEPRECATIONS;APP_NO_GUEST;APP_HAVE_AUTORUN;APP_HAVE_SKIPUAC;APP_HAVE_TRAY;APP_HAVE_SETTINGS;APP_HAVE_UPDATES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117+
<PreprocessorDefinitions>__WINDOT11_H__;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;_UNICODE;UNICODE;WIN32_LEAN_AND_MEAN;APP_NO_DEPRECATIONS;APP_NO_GUEST;APP_HAVE_AUTORUN;APP_HAVE_SKIPUAC;APP_HAVE_TRAY;APP_HAVE_SETTINGS;APP_HAVE_UPDATES;APP_BETA;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118118
<TreatWarningAsError>true</TreatWarningAsError>
119119
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
120120
<MultiProcessorCompilation>true</MultiProcessorCompilation>
@@ -148,7 +148,7 @@
148148
<IntrinsicFunctions>true</IntrinsicFunctions>
149149
<ControlFlowGuard>Guard</ControlFlowGuard>
150150
<FunctionLevelLinking>true</FunctionLevelLinking>
151-
<PreprocessorDefinitions>__WINDOT11_H__;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;_UNICODE;UNICODE;WIN32_LEAN_AND_MEAN;APP_NO_DEPRECATIONS;APP_NO_GUEST;APP_HAVE_AUTORUN;APP_HAVE_SKIPUAC;APP_HAVE_TRAY;APP_HAVE_SETTINGS;APP_HAVE_UPDATES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151+
<PreprocessorDefinitions>__WINDOT11_H__;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;_UNICODE;UNICODE;WIN32_LEAN_AND_MEAN;APP_NO_DEPRECATIONS;APP_NO_GUEST;APP_HAVE_AUTORUN;APP_HAVE_SKIPUAC;APP_HAVE_TRAY;APP_HAVE_SETTINGS;APP_HAVE_UPDATES;APP_BETA;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152152
<TreatWarningAsError>true</TreatWarningAsError>
153153
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
154154
<MultiProcessorCompilation>true</MultiProcessorCompilation>
@@ -182,7 +182,7 @@
182182
<StringPooling>true</StringPooling>
183183
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
184184
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
185-
<PreprocessorDefinitions>__WINDOT11_H__;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;_UNICODE;UNICODE;WIN32_LEAN_AND_MEAN;APP_NO_DEPRECATIONS;APP_NO_GUEST;APP_HAVE_AUTORUN;APP_HAVE_SKIPUAC;APP_HAVE_TRAY;APP_HAVE_SETTINGS;APP_HAVE_UPDATES;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185+
<PreprocessorDefinitions>__WINDOT11_H__;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;_UNICODE;UNICODE;WIN32_LEAN_AND_MEAN;APP_NO_DEPRECATIONS;APP_NO_GUEST;APP_HAVE_AUTORUN;APP_HAVE_SKIPUAC;APP_HAVE_TRAY;APP_HAVE_SETTINGS;APP_HAVE_UPDATES;APP_BETA;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186186
<EnableParallelCodeGeneration>
187187
</EnableParallelCodeGeneration>
188188
<TreatWarningAsError>true</TreatWarningAsError>
@@ -220,7 +220,7 @@
220220
<StringPooling>true</StringPooling>
221221
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
222222
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
223-
<PreprocessorDefinitions>__WINDOT11_H__;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;_UNICODE;UNICODE;WIN32_LEAN_AND_MEAN;APP_NO_DEPRECATIONS;APP_NO_GUEST;APP_HAVE_AUTORUN;APP_HAVE_SKIPUAC;APP_HAVE_TRAY;APP_HAVE_SETTINGS;APP_HAVE_UPDATES;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
223+
<PreprocessorDefinitions>__WINDOT11_H__;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;_UNICODE;UNICODE;WIN32_LEAN_AND_MEAN;APP_NO_DEPRECATIONS;APP_NO_GUEST;APP_HAVE_AUTORUN;APP_HAVE_SKIPUAC;APP_HAVE_TRAY;APP_HAVE_SETTINGS;APP_HAVE_UPDATES;APP_BETA;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
224224
<EnableParallelCodeGeneration>
225225
</EnableParallelCodeGeneration>
226226
<TreatWarningAsError>true</TreatWarningAsError>

0 commit comments

Comments
 (0)