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