|
169 | 169 | </PrecompiledHeader> |
170 | 170 | <WarningLevel>Level4</WarningLevel> |
171 | 171 | <Optimization>Disabled</Optimization> |
172 | | - <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 172 | + <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=0;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
173 | 173 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
174 | 174 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
175 | 175 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
188 | 188 | </PrecompiledHeader> |
189 | 189 | <WarningLevel>Level4</WarningLevel> |
190 | 190 | <Optimization>Disabled</Optimization> |
191 | | - <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 191 | + <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=0;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
192 | 192 | <TreatWarningAsError>true</TreatWarningAsError> |
193 | 193 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
194 | 194 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
208 | 208 | <Optimization>MaxSpeed</Optimization> |
209 | 209 | <FunctionLevelLinking>true</FunctionLevelLinking> |
210 | 210 | <IntrinsicFunctions>true</IntrinsicFunctions> |
211 | | - <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 211 | + <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=0;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
212 | 212 | <EnablePREfast>false</EnablePREfast> |
213 | 213 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
214 | 214 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
229 | 229 | <Optimization>MaxSpeed</Optimization> |
230 | 230 | <FunctionLevelLinking>true</FunctionLevelLinking> |
231 | 231 | <IntrinsicFunctions>true</IntrinsicFunctions> |
232 | | - <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 232 | + <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=0;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
233 | 233 | <TreatWarningAsError>false</TreatWarningAsError> |
234 | 234 | <EnablePREfast>false</EnablePREfast> |
235 | 235 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
0 commit comments