]> granicus.if.org Git - icu/commitdiff
ICU-20200 Fix mistaken move of MSB8012 warning suppression from shared props file...
authorJeff Genovy <jefgen@microsoft.com>
Sat, 26 Jan 2019 00:12:27 +0000 (16:12 -0800)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Sat, 26 Jan 2019 02:02:26 +0000 (18:02 -0800)
icu4c/source/allinone/Build.Windows.Library.WarningSettings.ProjectConfiguration.props
icu4c/source/allinone/Build.Windows.PlatformToolset.props

index d1b7f70ddbd1e121281e6e47644df256e06cbdf1..6e92e870ce749619b51ba1e3e6713729fb54b322 100644 (file)
       <TreatSpecificWarningsAsErrors>4251;4661;4715;4706;4005;4068;4267;%(TreatSpecificWarningsAsErrors)</TreatSpecificWarningsAsErrors>
     </ClCompile>
   </ItemDefinitionGroup>
-  
-  <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>
index 778ee2676d0f9e54b348370a90e6b43d8cf9a318..b4777679b80aa9c0b151e07b5cf3d3279a4759ab 100644 (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>