| OLD | NEW | 
|   1 <?xml version="1.0" encoding="utf-8"?> |   1 <?xml version="1.0" encoding="utf-8"?> | 
|   2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
    d/2003"> |   2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
    d/2003"> | 
|   3   <ItemGroup> |   3   <ItemGroup> | 
|   4     <Filter Include="Source Files"> |   4     <Filter Include="Source Files"> | 
|   5       <UniqueIdentifier>{88ce2f55-7fa8-4f41-8f4b-218bc68250c4}</UniqueIdentifier
    > |   5       <UniqueIdentifier>{88ce2f55-7fa8-4f41-8f4b-218bc68250c4}</UniqueIdentifier
    > | 
|   6       <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions> |   6       <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions> | 
|   7     </Filter> |   7     </Filter> | 
|   8     <Filter Include="Header Files"> |   8     <Filter Include="Header Files"> | 
|   9       <UniqueIdentifier>{d646ea9a-5f23-4c6a-9db6-b028a0f18de5}</UniqueIdentifier
    > |   9       <UniqueIdentifier>{d646ea9a-5f23-4c6a-9db6-b028a0f18de5}</UniqueIdentifier
    > | 
|  10       <Extensions>h;hpp;hxx;hm;inl</Extensions> |  10       <Extensions>h;hpp;hxx;hm;inl</Extensions> | 
| (...skipping 13 matching lines...) Expand all  Loading... | 
|  24     <ClCompile Include="util.cpp"> |  24     <ClCompile Include="util.cpp"> | 
|  25       <Filter>Source Files</Filter> |  25       <Filter>Source Files</Filter> | 
|  26     </ClCompile> |  26     </ClCompile> | 
|  27   </ItemGroup> |  27   </ItemGroup> | 
|  28   <ItemGroup> |  28   <ItemGroup> | 
|  29     <ClInclude Include="util.h"> |  29     <ClInclude Include="util.h"> | 
|  30       <Filter>Header Files</Filter> |  30       <Filter>Header Files</Filter> | 
|  31     </ClInclude> |  31     </ClInclude> | 
|  32   </ItemGroup> |  32   </ItemGroup> | 
|  33 </Project> |  33 </Project> | 
| OLD | NEW |