forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review URL: http://codereview.chromium.org/46075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11694 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
bradnelson@google.com
committed
Mar 14, 2009
1 parent
3f020d2
commit d0769df
Showing
3 changed files
with
408 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,259 @@ | ||
<?xml version="1.0" encoding="Windows-1252"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="8.00" | ||
Name="sdch" | ||
ProjectGUID="{F54ABC59-5C00-414A-A9BA-BAF26D1699F0}" | ||
RootNamespace="sdch" | ||
Keyword="Win32Proj" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="Win32" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Debug|Win32" | ||
ConfigurationType="4" | ||
InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
AdditionalIncludeDirectories=".\open-vcdiff\vsprojects;" | ||
DefaultCharIsUnsigned="true" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLibrarianTool" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
<Configuration | ||
Name="Release|Win32" | ||
ConfigurationType="4" | ||
InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
AdditionalIncludeDirectories=".\open-vcdiff\vsprojects;" | ||
DefaultCharIsUnsigned="true" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLibrarianTool" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
</Configurations> | ||
<References> | ||
</References> | ||
<Files> | ||
<Filter | ||
Name="Header Files" | ||
> | ||
<File | ||
RelativePath=".\open-vcdiff\src\blockhash.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\checksum.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\codetable.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\compile_assert.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\vsprojects\config.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\decodetable.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\encodetable.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\headerparser.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\logging.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\google\output_string.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\rolling_hash.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\vsprojects\stdint.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\testing.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\varint_bigendian.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\google\vcdecoder.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\vcdiff_defs.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\vcdiffengine.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\zconf.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\zlib.h" | ||
> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Source Files" | ||
> | ||
<File | ||
RelativePath=".\open-vcdiff\src\addrcache.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\adler32.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\blockhash.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\codetable.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\decodetable.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\encodetable.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\headerparser.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\logging.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\varint_bigendian.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\vcdecoder.cc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\open-vcdiff\src\vcdiffengine.cc" | ||
> | ||
</File> | ||
</Filter> | ||
</Files> | ||
<Globals> | ||
</Globals> | ||
</VisualStudioProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?xml version="1.0" encoding="Windows-1252"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="8.00" | ||
Name="bzip2" | ||
ProjectGUID="{2A70CBF0-847E-4E3A-B926-542A656DC7FE}" | ||
RootNamespace="bzip2" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="Win32" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Debug|Win32" | ||
ConfigurationType="4" | ||
InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops" | ||
> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
DisableSpecificWarnings="4996" | ||
PreprocessorDefinitions="BZ_NO_STDIO" | ||
/> | ||
<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" | ||
DisableSpecificWarnings="4996" | ||
PreprocessorDefinitions="BZ_NO_STDIO" | ||
/> | ||
<Tool | ||
Name="VCLibrarianTool" | ||
/> | ||
</Configuration> | ||
</Configurations> | ||
<References> | ||
</References> | ||
<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> | ||
<Globals> | ||
</Globals> | ||
</VisualStudioProject> |
Oops, something went wrong.