ICU-13653 Quiet warnings about output target when building with MSVC

This commit is contained in:
Daniel Ju 2019-01-11 16:08:49 -08:00 committed by Daniel Ju
parent e7645ff25c
commit b12f741e4b

View File

@ -18,4 +18,9 @@
<PropertyGroup Label="PlatformToolset">
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
</PropertyGroup>
<PropertyGroup>
<!-- Disable MSBuild warning about Linker OutputFile. -->
<!-- Ex: MSBuild complains that the common project creates "icuuc62.dll" rather than "common.dll". However, this is intentional. -->
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
</PropertyGroup>
</Project>