diff options
author | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-05 03:59:02 +0000 |
---|---|---|
committer | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-05 03:59:02 +0000 |
commit | d7a43ce2396a994acd9938804b54ab1743081c9b (patch) | |
tree | f663bd00f88079d973ae9a13cfd4c0ae7828ea84 /chrome/tools | |
parent | 1219891f3dc1531183969a157aeacbea7e296f2f (diff) | |
download | chromium_src-d7a43ce2396a994acd9938804b54ab1743081c9b.zip chromium_src-d7a43ce2396a994acd9938804b54ab1743081c9b.tar.gz chromium_src-d7a43ce2396a994acd9938804b54ab1743081c9b.tar.bz2 |
Remove the checked-in .vcproj files obviated by r17687.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/119213
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/test/image_diff/image_diff.vcproj | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/chrome/tools/test/image_diff/image_diff.vcproj b/chrome/tools/test/image_diff/image_diff.vcproj deleted file mode 100644 index e4544be..0000000 --- a/chrome/tools/test/image_diff/image_diff.vcproj +++ /dev/null @@ -1,55 +0,0 @@ -<?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> - <ToolFiles> - </ToolFiles> - <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> - <References> - </References> - <Files> - <File - RelativePath=".\image_diff.cc" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |