1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="ImageDiff" 6 ProjectGUID="{59CC0547-70AC-499C-9B19-EC01C6F61137}" 7 RootNamespace="ImageDiff" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 16 <Configurations> 17 <Configuration 18 Name="Debug|Win32" 19 ConfigurationType="1" 20 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops" 21 CharacterSet="2" 22 > 23 <Tool 24 Name="VCPreBuildEventTool" 25 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 26 /> 27 <Tool 28 Name="VCCustomBuildTool" 29 /> 30 <Tool 31 Name="VCXMLDataGeneratorTool" 32 /> 33 <Tool 34 Name="VCWebServiceProxyGeneratorTool" 35 /> 36 <Tool 37 Name="VCMIDLTool" 38 /> 39 <Tool 40 Name="VCCLCompilerTool" 41 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include";"$(WebKitOutputDir)\include\private";"$(WebKitOutputDir)\include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\private"" 42 /> 43 <Tool 44 Name="VCManagedResourceCompilerTool" 45 /> 46 <Tool 47 Name="VCResourceCompilerTool" 48 /> 49 <Tool 50 Name="VCPreLinkEventTool" 51 /> 52 <Tool 53 Name="VCLinkerTool" 54 AdditionalDependencies="CoreGraphics$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib" 55 AdditionalLibraryDirectories="" 56 SubSystem="1" 57 /> 58 <Tool 59 Name="VCALinkTool" 60 /> 61 <Tool 62 Name="VCManifestTool" 63 /> 64 <Tool 65 Name="VCXDCMakeTool" 66 /> 67 <Tool 68 Name="VCBscMakeTool" 69 /> 70 <Tool 71 Name="VCFxCopTool" 72 /> 73 <Tool 74 Name="VCAppVerifierTool" 75 /> 76 <Tool 77 Name="VCWebDeploymentTool" 78 /> 79 <Tool 80 Name="VCPostBuildEventTool" 81 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"

mkdir 2>NUL "$(WebKitOutputDir)\bin"

if not defined ARCHIVE_BUILD (if defined PRODUCTION exit /b)

if not exist "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).dll" exit /b

xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
xcopy /y /d /e /i "$(WebKitLibrariesDir)\bin\CoreFoundation.resources" "$(WebKitOutputDir)\bin\CoreFoundation.resources"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreGraphics$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreGraphics$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
" 82 /> 83 </Configuration> 84 <Configuration 85 Name="Release|Win32" 86 ConfigurationType="1" 87 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops" 88 CharacterSet="2" 89 WholeProgramOptimization="1" 90 > 91 <Tool 92 Name="VCPreBuildEventTool" 93 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 94 /> 95 <Tool 96 Name="VCCustomBuildTool" 97 /> 98 <Tool 99 Name="VCXMLDataGeneratorTool" 100 /> 101 <Tool 102 Name="VCWebServiceProxyGeneratorTool" 103 /> 104 <Tool 105 Name="VCMIDLTool" 106 /> 107 <Tool 108 Name="VCCLCompilerTool" 109 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include";"$(WebKitOutputDir)\include\private";"$(WebKitOutputDir)\include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\private"" 110 /> 111 <Tool 112 Name="VCManagedResourceCompilerTool" 113 /> 114 <Tool 115 Name="VCResourceCompilerTool" 116 /> 117 <Tool 118 Name="VCPreLinkEventTool" 119 /> 120 <Tool 121 Name="VCLinkerTool" 122 AdditionalDependencies="CoreGraphics$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib" 123 AdditionalLibraryDirectories="" 124 SubSystem="1" 125 /> 126 <Tool 127 Name="VCALinkTool" 128 /> 129 <Tool 130 Name="VCManifestTool" 131 /> 132 <Tool 133 Name="VCXDCMakeTool" 134 /> 135 <Tool 136 Name="VCBscMakeTool" 137 /> 138 <Tool 139 Name="VCFxCopTool" 140 /> 141 <Tool 142 Name="VCAppVerifierTool" 143 /> 144 <Tool 145 Name="VCWebDeploymentTool" 146 /> 147 <Tool 148 Name="VCPostBuildEventTool" 149 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"

mkdir 2>NUL "$(WebKitOutputDir)\bin"

if not defined ARCHIVE_BUILD (if defined PRODUCTION exit /b)

if not exist "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).dll" exit /b

xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
xcopy /y /d /e /i "$(WebKitLibrariesDir)\bin\CoreFoundation.resources" "$(WebKitOutputDir)\bin\CoreFoundation.resources"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreGraphics$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreGraphics$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
" 150 /> 151 </Configuration> 152 <Configuration 153 Name="Debug_Internal|Win32" 154 ConfigurationType="1" 155 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops" 156 CharacterSet="2" 157 > 158 <Tool 159 Name="VCPreBuildEventTool" 160 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 161 /> 162 <Tool 163 Name="VCCustomBuildTool" 164 /> 165 <Tool 166 Name="VCXMLDataGeneratorTool" 167 /> 168 <Tool 169 Name="VCWebServiceProxyGeneratorTool" 170 /> 171 <Tool 172 Name="VCMIDLTool" 173 /> 174 <Tool 175 Name="VCCLCompilerTool" 176 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include";"$(WebKitOutputDir)\include\private";"$(WebKitOutputDir)\include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\private"" 177 /> 178 <Tool 179 Name="VCManagedResourceCompilerTool" 180 /> 181 <Tool 182 Name="VCResourceCompilerTool" 183 /> 184 <Tool 185 Name="VCPreLinkEventTool" 186 /> 187 <Tool 188 Name="VCLinkerTool" 189 AdditionalDependencies="CoreGraphics$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib" 190 AdditionalLibraryDirectories="" 191 SubSystem="1" 192 /> 193 <Tool 194 Name="VCALinkTool" 195 /> 196 <Tool 197 Name="VCManifestTool" 198 /> 199 <Tool 200 Name="VCXDCMakeTool" 201 /> 202 <Tool 203 Name="VCBscMakeTool" 204 /> 205 <Tool 206 Name="VCFxCopTool" 207 /> 208 <Tool 209 Name="VCAppVerifierTool" 210 /> 211 <Tool 212 Name="VCWebDeploymentTool" 213 /> 214 <Tool 215 Name="VCPostBuildEventTool" 216 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"

mkdir 2>NUL "$(WebKitOutputDir)\bin"

if not defined ARCHIVE_BUILD (if defined PRODUCTION exit /b)

if not exist "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).dll" exit /b

xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
xcopy /y /d /e /i "$(WebKitLibrariesDir)\bin\CoreFoundation.resources" "$(WebKitOutputDir)\bin\CoreFoundation.resources"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreGraphics$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreGraphics$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
" 217 /> 218 </Configuration> 219 <Configuration 220 Name="Debug_All|Win32" 221 ConfigurationType="1" 222 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_all.vsprops" 223 CharacterSet="2" 224 > 225 <Tool 226 Name="VCPreBuildEventTool" 227 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 228 /> 229 <Tool 230 Name="VCCustomBuildTool" 231 /> 232 <Tool 233 Name="VCXMLDataGeneratorTool" 234 /> 235 <Tool 236 Name="VCWebServiceProxyGeneratorTool" 237 /> 238 <Tool 239 Name="VCMIDLTool" 240 /> 241 <Tool 242 Name="VCCLCompilerTool" 243 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include";"$(WebKitOutputDir)\include\private";"$(WebKitOutputDir)\include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\private"" 244 /> 245 <Tool 246 Name="VCManagedResourceCompilerTool" 247 /> 248 <Tool 249 Name="VCResourceCompilerTool" 250 /> 251 <Tool 252 Name="VCPreLinkEventTool" 253 /> 254 <Tool 255 Name="VCLinkerTool" 256 AdditionalDependencies="CoreGraphics$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib" 257 AdditionalLibraryDirectories="" 258 SubSystem="1" 259 /> 260 <Tool 261 Name="VCALinkTool" 262 /> 263 <Tool 264 Name="VCManifestTool" 265 /> 266 <Tool 267 Name="VCXDCMakeTool" 268 /> 269 <Tool 270 Name="VCBscMakeTool" 271 /> 272 <Tool 273 Name="VCFxCopTool" 274 /> 275 <Tool 276 Name="VCAppVerifierTool" 277 /> 278 <Tool 279 Name="VCWebDeploymentTool" 280 /> 281 <Tool 282 Name="VCPostBuildEventTool" 283 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"

mkdir 2>NUL "$(WebKitOutputDir)\bin"

if not defined ARCHIVE_BUILD (if defined PRODUCTION exit /b)

if not exist "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).dll" exit /b

xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreFoundation$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
xcopy /y /d /e /i "$(WebKitLibrariesDir)\bin\CoreFoundation.resources" "$(WebKitOutputDir)\bin\CoreFoundation.resources"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreGraphics$(LibraryConfigSuffix).dll" "$(WebKitOutputDir)\bin"
xcopy /y /d "$(WebKitLibrariesDir)\bin\CoreGraphics$(LibraryConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
" 284 /> 285 </Configuration> 286 </Configurations> 287 <References> 288 </References> 289 <Files> 290 <File 291 RelativePath="..\cg\ImageDiffCG.cpp" 292 > 293 </File> 294 </Files> 295 <Globals> 296 </Globals> 297 </VisualStudioProject> 298