summaryrefslogtreecommitdiffstats
path: root/skia/precompiled.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'skia/precompiled.vsprops')
-rw-r--r--skia/precompiled.vsprops13
1 files changed, 13 insertions, 0 deletions
diff --git a/skia/precompiled.vsprops b/skia/precompiled.vsprops
new file mode 100644
index 0000000..907c969
--- /dev/null
+++ b/skia/precompiled.vsprops
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="precompiled"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="SkTypes.h"
+ ForcedIncludeFiles="SkTypes.h"
+ />
+</VisualStudioPropertySheet>