| Index: source/tools/makeconv/makeconv.vcxproj.filters
 | 
| diff --git a/source/tools/makeconv/makeconv.vcxproj.filters b/source/tools/makeconv/makeconv.vcxproj.filters
 | 
| index 3f34f13873eb8480cd272db7823d921117aae15a..b5232c7c7dbdfd6e6fff157b0d8a8aeb8eb4cf72 100644
 | 
| --- a/source/tools/makeconv/makeconv.vcxproj.filters
 | 
| +++ b/source/tools/makeconv/makeconv.vcxproj.filters
 | 
| @@ -1,39 +1,39 @@
 | 
| -<?xml version="1.0" encoding="utf-8"?>
 | 
| -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
| -  <ItemGroup>
 | 
| -    <Filter Include="Source Files">
 | 
| -      <UniqueIdentifier>{de2dc8b2-bfcb-4516-bc0b-851f2bddd695}</UniqueIdentifier>
 | 
| -      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
 | 
| -    </Filter>
 | 
| -    <Filter Include="Header Files">
 | 
| -      <UniqueIdentifier>{0638fe1b-842e-4db0-b609-7da558bbad33}</UniqueIdentifier>
 | 
| -      <Extensions>h;hpp;hxx;hm;inl</Extensions>
 | 
| -    </Filter>
 | 
| -    <Filter Include="Resource Files">
 | 
| -      <UniqueIdentifier>{c192904c-2a84-40cd-8829-c5a00d5a15fb}</UniqueIdentifier>
 | 
| -      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
 | 
| -    </Filter>
 | 
| -  </ItemGroup>
 | 
| -  <ItemGroup>
 | 
| -    <ClCompile Include="gencnvex.c">
 | 
| -      <Filter>Source Files</Filter>
 | 
| -    </ClCompile>
 | 
| -    <ClCompile Include="genmbcs.cpp">
 | 
| -      <Filter>Source Files</Filter>
 | 
| -    </ClCompile>
 | 
| -    <ClCompile Include="makeconv.c">
 | 
| -      <Filter>Source Files</Filter>
 | 
| -    </ClCompile>
 | 
| -    <ClCompile Include="ucnvstat.c">
 | 
| -      <Filter>Source Files</Filter>
 | 
| -    </ClCompile>
 | 
| -  </ItemGroup>
 | 
| -  <ItemGroup>
 | 
| -    <ClInclude Include="genmbcs.h">
 | 
| -      <Filter>Header Files</Filter>
 | 
| -    </ClInclude>
 | 
| -    <ClInclude Include="makeconv.h">
 | 
| -      <Filter>Header Files</Filter>
 | 
| -    </ClInclude>
 | 
| -  </ItemGroup>
 | 
| +<?xml version="1.0" encoding="utf-8"?>
 | 
| +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
| +  <ItemGroup>
 | 
| +    <Filter Include="Source Files">
 | 
| +      <UniqueIdentifier>{de2dc8b2-bfcb-4516-bc0b-851f2bddd695}</UniqueIdentifier>
 | 
| +      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
 | 
| +    </Filter>
 | 
| +    <Filter Include="Header Files">
 | 
| +      <UniqueIdentifier>{0638fe1b-842e-4db0-b609-7da558bbad33}</UniqueIdentifier>
 | 
| +      <Extensions>h;hpp;hxx;hm;inl</Extensions>
 | 
| +    </Filter>
 | 
| +    <Filter Include="Resource Files">
 | 
| +      <UniqueIdentifier>{c192904c-2a84-40cd-8829-c5a00d5a15fb}</UniqueIdentifier>
 | 
| +      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
 | 
| +    </Filter>
 | 
| +  </ItemGroup>
 | 
| +  <ItemGroup>
 | 
| +    <ClCompile Include="gencnvex.c">
 | 
| +      <Filter>Source Files</Filter>
 | 
| +    </ClCompile>
 | 
| +    <ClCompile Include="genmbcs.cpp">
 | 
| +      <Filter>Source Files</Filter>
 | 
| +    </ClCompile>
 | 
| +    <ClCompile Include="makeconv.cpp">
 | 
| +      <Filter>Source Files</Filter>
 | 
| +    </ClCompile>
 | 
| +    <ClCompile Include="ucnvstat.c">
 | 
| +      <Filter>Source Files</Filter>
 | 
| +    </ClCompile>
 | 
| +  </ItemGroup>
 | 
| +  <ItemGroup>
 | 
| +    <ClInclude Include="genmbcs.h">
 | 
| +      <Filter>Header Files</Filter>
 | 
| +    </ClInclude>
 | 
| +    <ClInclude Include="makeconv.h">
 | 
| +      <Filter>Header Files</Filter>
 | 
| +    </ClInclude>
 | 
| +  </ItemGroup>
 | 
|  </Project>
 | 
| 
 |