Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1130)

Unified Diff: third_party/lzma_sdk/7z_C.vcproj

Issue 10152012: Second attempt to update lzma_sdk to 9.20 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/lzma_sdk/7zStream.c ('k') | third_party/lzma_sdk/Alloc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lzma_sdk/7z_C.vcproj
diff --git a/third_party/lzma_sdk/7z_C.vcproj b/third_party/lzma_sdk/7z_C.vcproj
deleted file mode 100644
index feb970a169d388356f4f07992f4ab99148dddaf1..0000000000000000000000000000000000000000
--- a/third_party/lzma_sdk/7z_C.vcproj
+++ /dev/null
@@ -1,175 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="lzma_sdk"
- ProjectGUID="{B84553C8-5676-427B-B3E4-23DDDC4DBC7B}"
- RootNamespace="lzma_sdk"
- Keyword="Win32Proj"
- >
- <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;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_LZMA_PROB32"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;_LZMA_PROB32"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="LZMA"
- >
- <File
- RelativePath="Compress\Lzma\LzmaDecode.c"
- >
- </File>
- <File
- RelativePath="Compress\Lzma\LzmaDecode.h"
- >
- </File>
- <File
- RelativePath="Compress\Lzma\LzmaTypes.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Common"
- >
- <File
- RelativePath="7zCrc.c"
- >
- </File>
- <File
- RelativePath="7zCrc.h"
- >
- </File>
- <File
- RelativePath="Types.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Branch"
- >
- <File
- RelativePath="Compress\Branch\BranchTypes.h"
- >
- </File>
- <File
- RelativePath="Compress\Branch\BranchX86.c"
- >
- </File>
- <File
- RelativePath="Compress\Branch\BranchX86.h"
- >
- </File>
- <File
- RelativePath="Compress\Branch\BranchX86_2.c"
- >
- </File>
- <File
- RelativePath="Compress\Branch\BranchX86_2.h"
- >
- </File>
- </Filter>
- <Filter
- Name="7z"
- >
- <File
- RelativePath="Archive\7z\7zAlloc.c"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zAlloc.h"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zBuffer.c"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zBuffer.h"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zDecode.c"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zDecode.h"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zExtract.c"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zExtract.h"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zHeader.c"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zHeader.h"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zIn.c"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zIn.h"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zItem.c"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zItem.h"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zMethodID.c"
- >
- </File>
- <File
- RelativePath="Archive\7z\7zMethodID.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
« no previous file with comments | « third_party/lzma_sdk/7zStream.c ('k') | third_party/lzma_sdk/Alloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698