diff options
Diffstat (limited to 'WebKitTools/WebKitLauncherWin/WebKitLauncherWinCommon.vsprops')
-rw-r--r-- | WebKitTools/WebKitLauncherWin/WebKitLauncherWinCommon.vsprops | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/WebKitTools/WebKitLauncherWin/WebKitLauncherWinCommon.vsprops b/WebKitTools/WebKitLauncherWin/WebKitLauncherWinCommon.vsprops index 9b6419c..b597d20 100644 --- a/WebKitTools/WebKitLauncherWin/WebKitLauncherWinCommon.vsprops +++ b/WebKitTools/WebKitLauncherWin/WebKitLauncherWinCommon.vsprops @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="WebKitLauncherWinCommon" - > - <Tool - Name="VCLinkerTool" - AdditionalDependencies="shlwapi.lib" - OutputFile="$(OutDir)\WebKit$(WebKitConfigSuffix).exe" - /> -</VisualStudioPropertySheet> +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="WebKitLauncherWinCommon"
+ >
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="shlwapi.lib"
+ OutputFile="$(OutDir)\WebKit$(WebKitConfigSuffix).exe"
+ />
+</VisualStudioPropertySheet>
|