ICU-11009 Added numfmtspectest.cpp in VC project file.

X-SVN-Rev: 36065
This commit is contained in:
Yoshito Umaoka 2014-07-18 22:44:57 +00:00
parent 7300b67daa
commit ab078968c6
2 changed files with 6 additions and 2 deletions

View file

@ -230,6 +230,7 @@
<ClCompile Include="colldata.cpp">
<DisableLanguageExtensions>false</DisableLanguageExtensions>
</ClCompile>
<ClCompile Include="numfmtspectest.cpp" />
<ClCompile Include="regiontst.cpp" />
<ClCompile Include="ucharstrietest.cpp" />
<ClCompile Include="itrbbi.cpp" />
@ -571,4 +572,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View file

@ -469,6 +469,9 @@
<ClCompile Include="collationtest.cpp">
<Filter>collation</Filter>
</ClCompile>
<ClCompile Include="numfmtspectest.cpp">
<Filter>formatting</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="itrbbi.h">
@ -839,4 +842,4 @@
<Filter>formatting</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>