| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <ProjectSchemaDefinitions | 3 <ProjectSchemaDefinitions |
| 4 xmlns="http://schemas.microsoft.com/build/2009/properties"> | 4 xmlns="http://schemas.microsoft.com/build/2009/properties"> |
| 5 | 5 |
| 6 | 6 |
| 7 <ContentType | 7 <ContentType |
| 8 Name="CppCode" | 8 Name="CppCode" |
| 9 DisplayName="C/C++ Code" | 9 DisplayName="C/C++ Code" |
| 10 ItemType="ClCompile"> | 10 ItemType="ClCompile"> |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 <FileExtension Name=".mht" ContentType="MHT"/> | 292 <FileExtension Name=".mht" ContentType="MHT"/> |
| 293 <FileExtension Name=".manifest" ContentType="Manifest"/> | 293 <FileExtension Name=".manifest" ContentType="Manifest"/> |
| 294 <FileExtension Name=".rdlc" ContentType="RDLC"/> | 294 <FileExtension Name=".rdlc" ContentType="RDLC"/> |
| 295 <FileExtension Name=".cd" ContentType="ClassDiagram"/> | 295 <FileExtension Name=".cd" ContentType="ClassDiagram"/> |
| 296 <FileExtension Name=".obj" ContentType="OBJ"/> | 296 <FileExtension Name=".obj" ContentType="OBJ"/> |
| 297 <FileExtension Name=".lib" ContentType="LIB"/> | 297 <FileExtension Name=".lib" ContentType="LIB"/> |
| 298 <FileExtension Name=".rsc" ContentType="RSC"/> | 298 <FileExtension Name=".rsc" ContentType="RSC"/> |
| 299 <FileExtension Name=".licenses" ContentType="Licenses"/> | 299 <FileExtension Name=".licenses" ContentType="Licenses"/> |
| 300 </ProjectSchemaDefinitions> | 300 </ProjectSchemaDefinitions> |
| 301 | 301 |
| OLD | NEW |