diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-04 19:43:48 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-04 19:43:48 +0000 |
commit | 52ceebc9c2190f71ccddf26739b63fef5ca0b2fd (patch) | |
tree | 08d4c3628ca264e9345ef47fe8e485237a0e8ff2 /third_party/bzip2 | |
parent | 852f40f8147a6c052cade1e62237418ca2f96947 (diff) | |
download | chromium_src-52ceebc9c2190f71ccddf26739b63fef5ca0b2fd.zip chromium_src-52ceebc9c2190f71ccddf26739b63fef5ca0b2fd.tar.gz chromium_src-52ceebc9c2190f71ccddf26739b63fef5ca0b2fd.tar.bz2 |
Changed svn:eol-style of all .sln and .vcproj files to CRLF
Review URL: http://codereview.chromium.org/13133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/bzip2')
-rw-r--r-- | third_party/bzip2/bzip2.vcproj | 162 |
1 files changed, 81 insertions, 81 deletions
diff --git a/third_party/bzip2/bzip2.vcproj b/third_party/bzip2/bzip2.vcproj index b33f293..148d3c6 100644 --- a/third_party/bzip2/bzip2.vcproj +++ b/third_party/bzip2/bzip2.vcproj @@ -1,81 +1,81 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="bzip2" - ProjectGUID="{2A70CBF0-847E-4E3A-B926-542A656DC7FE}" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="BZ_NO_STDIO" - DisableSpecificWarnings="4996" - /> - <Tool - Name="VCLibrarianTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="BZ_NO_STDIO" - DisableSpecificWarnings="4996" - /> - <Tool - Name="VCLibrarianTool" - /> - </Configuration> - </Configurations> - <Files> - <File - RelativePath="blocksort.c" - > - </File> - <File - RelativePath="bzlib.c" - > - </File> - <File - RelativePath="bzlib.h" - > - </File> - <File - RelativePath="bzlib_private.h" - > - </File> - <File - RelativePath="compress.c" - > - </File> - <File - RelativePath="crctable.c" - > - </File> - <File - RelativePath="decompress.c" - > - </File> - <File - RelativePath="huffman.c" - > - </File> - <File - RelativePath="randtable.c" - > - </File> - </Files> -</VisualStudioProject> +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="bzip2"
+ ProjectGUID="{2A70CBF0-847E-4E3A-B926-542A656DC7FE}"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="BZ_NO_STDIO"
+ DisableSpecificWarnings="4996"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="BZ_NO_STDIO"
+ DisableSpecificWarnings="4996"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ </Configuration>
+ </Configurations>
+ <Files>
+ <File
+ RelativePath="blocksort.c"
+ >
+ </File>
+ <File
+ RelativePath="bzlib.c"
+ >
+ </File>
+ <File
+ RelativePath="bzlib.h"
+ >
+ </File>
+ <File
+ RelativePath="bzlib_private.h"
+ >
+ </File>
+ <File
+ RelativePath="compress.c"
+ >
+ </File>
+ <File
+ RelativePath="crctable.c"
+ >
+ </File>
+ <File
+ RelativePath="decompress.c"
+ >
+ </File>
+ <File
+ RelativePath="huffman.c"
+ >
+ </File>
+ <File
+ RelativePath="randtable.c"
+ >
+ </File>
+ </Files>
+</VisualStudioProject>
|