blob: bfc11b14844c4779b921b65990ecddcdca99a2db (
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="SKIA_DISABLE_SUPPORT_FOR_DECODERS"
DisableSpecificWarnings="4244; 4267; 4345; 4390; 4554; 4800"
/>
</VisualStudioPropertySheet>
|