| Index: source/common/common.vcxproj
|
| diff --git a/source/common/common.vcxproj b/source/common/common.vcxproj
|
| index 24bf4de5b272404622a01ae5779372887f169cdb..18ca9a3dec2d8856981d327a4ede07c200d45a94 100644
|
| --- a/source/common/common.vcxproj
|
| +++ b/source/common/common.vcxproj
|
| @@ -379,7 +379,8 @@
|
| <ClCompile Include="uloc_tag.c" />
|
| <ClCompile Include="ures_cnv.c" />
|
| <ClCompile Include="uresbund.cpp" />
|
| - <ClCompile Include="uresdata.c" />
|
| + <ClCompile Include="uresdata.cpp" />
|
| + <ClCompile Include="resource.cpp" />
|
| <ClCompile Include="caniter.cpp">
|
| </ClCompile>
|
| <ClCompile Include="filterednormalizer2.cpp" />
|
| @@ -1135,6 +1136,7 @@
|
| <ClInclude Include="uresdata.h" />
|
| <ClInclude Include="uresimp.h" />
|
| <ClInclude Include="ureslocs.h" />
|
| + <ClInclude Include="resource.h" />
|
| <CustomBuild Include="unicode\caniter.h">
|
| <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
|
| </Command>
|
|
|