diff options
Diffstat (limited to 'Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebug.props')
-rw-r--r-- | Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebug.props | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebug.props b/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebug.props new file mode 100644 index 000000000..76cef1409 --- /dev/null +++ b/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPIDebug.props @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ImportGroup Label="PropertySheets"> + <Import Project="$(WebKit_Libraries)\tools\vsprops\FeatureDefines.props" /> + <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" /> + <Import Project="$(WebKit_Libraries)\tools\vsprops\debug.props" /> + <Import Project="TestWebKitAPICommon.props" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup /> + <ItemGroup /> +</Project>
\ No newline at end of file |