| 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>{a5cbb044-7694-4d1d-98c1-bb578ee7f1ea}</UniqueIdentifier
> | |
| 6 <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions> | |
| 7 </Filter> | |
| 8 <Filter Include="Header Files"> | |
| 9 <UniqueIdentifier>{aadf5a92-1812-45ce-90a0-e9db3945d7c5}</UniqueIdentifier
> | |
| 10 <Extensions>h;hpp;hxx;hm;inl</Extensions> | |
| 11 </Filter> | |
| 12 <Filter Include="Resource Files"> | |
| 13 <UniqueIdentifier>{9eff3ddc-6822-4225-81fc-a867b9e592c0}</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="main.cpp"> | |
| 19 <Filter>Source Files</Filter> | |
| 20 </ClCompile> | |
| 21 <ClCompile Include="util.cpp"> | |
| 22 <Filter>Source Files</Filter> | |
| 23 </ClCompile> | |
| 24 </ItemGroup> | |
| 25 </Project> | |
| OLD | NEW |