mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-21740 Output source code line when an error occurs when building with MSVC.
This commit is contained in:
parent
b10a467212
commit
cb351ee077
1 changed files with 7 additions and 0 deletions
|
@ -56,4 +56,11 @@
|
|||
<!-- For example: MSBuild complains that the common project creates "icuuc62.dll" rather than "common.dll". However, this is intentional. -->
|
||||
<MSBuildWarningsAsMessages>MSB8012</MSBuildWarningsAsMessages>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- This enables outputting the source code line when an error occurs (to make it easier to see what/where the issue is). -->
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Reference in a new issue