1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <!-- Copyright (C) 2018 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html -->
3 <Project DefaultTargets=
"Build" ToolsVersion=
"14.0" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
4 <!-- This file is used to set configurations that are common to *all* ICU library code (common, i18n, and io). -->
5 <!-- Note: These options are for *all* configurations for *all* library projects. -->
8 <!-- ICU does not use exceptions in library code. -->
9 <PreprocessorDefinitions>
12 %(PreprocessorDefinitions)
13 </PreprocessorDefinitions>
15 </ItemDefinitionGroup>
16 <!-- The following import will set various settings for compiler Warnings and Errors. -->
17 <Import Project=
"Build.Windows.Library.WarningSettings.ProjectConfiguration.props" />