diff options
Diffstat (limited to 'chrome/tools/test/image_diff/image_diff.vcproj')
-rw-r--r-- | chrome/tools/test/image_diff/image_diff.vcproj | 98 |
1 files changed, 49 insertions, 49 deletions
diff --git a/chrome/tools/test/image_diff/image_diff.vcproj b/chrome/tools/test/image_diff/image_diff.vcproj index 77f36ac..96c3b8a 100644 --- a/chrome/tools/test/image_diff/image_diff.vcproj +++ b/chrome/tools/test/image_diff/image_diff.vcproj @@ -1,49 +1,49 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="image_diff" - ProjectGUID="{50B079C7-CD01-42D3-B8C4-9F8D9322E822}" - RootNamespace="image_diff" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops" - > - <Tool - Name="VCLinkerTool" - SubSystem="1" - /> - <Tool - Name="VCCLCompilerTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops" - > - <Tool - Name="VCLinkerTool" - SubSystem="1" - /> - <Tool - Name="VCCLCompilerTool" - /> - </Configuration> - </Configurations> - <Files> - <File - RelativePath=".\image_diff.cc" - > - </File> - </Files> -</VisualStudioProject> +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="image_diff"
+ ProjectGUID="{50B079C7-CD01-42D3-B8C4-9F8D9322E822}"
+ RootNamespace="image_diff"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops"
+ >
+ <Tool
+ Name="VCLinkerTool"
+ SubSystem="1"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops"
+ >
+ <Tool
+ Name="VCLinkerTool"
+ SubSystem="1"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </Configuration>
+ </Configurations>
+ <Files>
+ <File
+ RelativePath=".\image_diff.cc"
+ >
+ </File>
+ </Files>
+</VisualStudioProject>
|