| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
d/2003"> | |
| 3 <ItemGroup> | |
| 4 <Filter Include="Source Files"> | |
| 5 <UniqueIdentifier>{0ee0463f-dec0-4224-af0c-52babad261c1}</UniqueIdentifier
> | |
| 6 <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions> | |
| 7 </Filter> | |
| 8 <Filter Include="Header Files"> | |
| 9 <UniqueIdentifier>{a9df809d-9699-4284-97a0-a7e71522eac3}</UniqueIdentifier
> | |
| 10 <Extensions>h;hpp;hxx;hm;inl</Extensions> | |
| 11 </Filter> | |
| 12 <Filter Include="Resource Files"> | |
| 13 <UniqueIdentifier>{981a212f-ebc5-4f1e-be28-06ce5e90ecca}</UniqueIdentifier
> | |
| 14 <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions> | |
| 15 </Filter> | |
| 16 </ItemGroup> | |
| 17 <ItemGroup> | |
| 18 <ClCompile Include="stubdata.c"> | |
| 19 <Filter>Source Files</Filter> | |
| 20 </ClCompile> | |
| 21 </ItemGroup> | |
| 22 <ItemGroup> | |
| 23 <ResourceCompile Include="..\data\misc\icudata.rc"> | |
| 24 <Filter>Resource Files</Filter> | |
| 25 </ResourceCompile> | |
| 26 </ItemGroup> | |
| 27 </Project> | |
| OLD | NEW |