]>
Commit | Line | Data |
---|---|---|
3d1f044b A |
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. --> | |
6 | <ItemDefinitionGroup> | |
7 | <ClCompile> | |
8 | <!-- ICU does not use exceptions in library code. --> | |
9 | <PreprocessorDefinitions> | |
10 | $(DefineConstants); | |
11 | _HAS_EXCEPTIONS=0; | |
12 | %(PreprocessorDefinitions) | |
13 | </PreprocessorDefinitions> | |
14 | </ClCompile> | |
15 | </ItemDefinitionGroup> | |
16 | <!-- The following import will set various settings for compiler Warnings and Errors. --> | |
17 | <Import Project="Build.Windows.Library.WarningSettings.ProjectConfiguration.props" /> | |
18 | </Project> |