ICU-20474 Shared library ProjectConfiguration Props file ignores command line preprocessor defines with MSBUILD.

This commit is contained in:
Jeff Genovy 2019-03-04 18:53:09 -08:00 committed by Jeff Genovy
parent 67d218f247
commit 3166381f88

View file

@ -7,6 +7,7 @@
<ClCompile>
<!-- ICU does not use exceptions in library code. -->
<PreprocessorDefinitions>
$(DefineConstants);
_HAS_EXCEPTIONS=0;
%(PreprocessorDefinitions)
</PreprocessorDefinitions>