| OLD | NEW |
| 1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
| 2 <VisualStudioPropertySheet | 2 <VisualStudioPropertySheet |
| 3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
| 4 Version="8.00" | 4 Version="8.00" |
| 5 Name="skia" | 5 Name="skia" |
| 6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(Solutio
nDir)..\build\external_code.vsprops" | 6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(Solutio
nDir)..\build\external_code.vsprops" |
| 7 > | 7 > |
| 8 <Tool | 8 <Tool |
| 9 Name="VCCLCompilerTool" | 9 Name="VCCLCompilerTool" |
| 10 AdditionalIncludeDirectories="include;include\corecg;corecg;sgl;
picture" | 10 AdditionalIncludeDirectories="include;include\corecg;corecg;sgl;
picture" |
| 11 » » PreprocessorDefinitions="SKIA_DISABLE_SUPPORT_FOR_DECODERS" | 11 » » PreprocessorDefinitions="SK_BUILD_NO_IMAGE_ENCODE" |
| 12 DisableSpecificWarnings="4244; 4267; 4345; 4390; 4554; 4800" | 12 DisableSpecificWarnings="4244; 4267; 4345; 4390; 4554; 4800" |
| 13 /> | 13 /> |
| 14 </VisualStudioPropertySheet> | 14 </VisualStudioPropertySheet> |
| OLD | NEW |