diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_tests.vsprops')
-rw-r--r-- | webkit/tools/test_shell/test_shell_tests.vsprops | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vsprops b/webkit/tools/test_shell/test_shell_tests.vsprops new file mode 100644 index 0000000..0e11457 --- /dev/null +++ b/webkit/tools/test_shell/test_shell_tests.vsprops @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="test_shell_tests" + InheritedPropertySheets=".\test_shell.vsprops;..\..\build\webkit_common.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="$(SolutionDir)..\v8\public" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="winmm.lib" + /> +</VisualStudioPropertySheet> |