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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="lzma_sdk"
6 ProjectGUID="{B84553C8-5676-427B-B3E4-23DDDC4DBC7B}"
7 RootNamespace="lzma_sdk"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="4"
21 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops"
22 >
23 <Tool
24 Name="VCCLCompilerTool"
25 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_ LZMA_PROB32"
26 />
27 <Tool
28 Name="VCLibrarianTool"
29 />
30 </Configuration>
31 <Configuration
32 Name="Release|Win32"
33 ConfigurationType="4"
34 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops"
35 >
36 <Tool
37 Name="VCCLCompilerTool"
38 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;_ LZMA_PROB32"
39 />
40 <Tool
41 Name="VCLibrarianTool"
42 />
43 </Configuration>
44 </Configurations>
45 <References>
46 </References>
47 <Files>
48 <Filter
49 Name="LZMA"
50 >
51 <File
52 RelativePath="Compress\Lzma\LzmaDecode.c"
53 >
54 </File>
55 <File
56 RelativePath="Compress\Lzma\LzmaDecode.h"
57 >
58 </File>
59 <File
60 RelativePath="Compress\Lzma\LzmaTypes.h"
61 >
62 </File>
63 </Filter>
64 <Filter
65 Name="Common"
66 >
67 <File
68 RelativePath="7zCrc.c"
69 >
70 </File>
71 <File
72 RelativePath="7zCrc.h"
73 >
74 </File>
75 <File
76 RelativePath="Types.h"
77 >
78 </File>
79 </Filter>
80 <Filter
81 Name="Branch"
82 >
83 <File
84 RelativePath="Compress\Branch\BranchTypes.h"
85 >
86 </File>
87 <File
88 RelativePath="Compress\Branch\BranchX86.c"
89 >
90 </File>
91 <File
92 RelativePath="Compress\Branch\BranchX86.h"
93 >
94 </File>
95 <File
96 RelativePath="Compress\Branch\BranchX86_2.c"
97 >
98 </File>
99 <File
100 RelativePath="Compress\Branch\BranchX86_2.h"
101 >
102 </File>
103 </Filter>
104 <Filter
105 Name="7z"
106 >
107 <File
108 RelativePath="Archive\7z\7zAlloc.c"
109 >
110 </File>
111 <File
112 RelativePath="Archive\7z\7zAlloc.h"
113 >
114 </File>
115 <File
116 RelativePath="Archive\7z\7zBuffer.c"
117 >
118 </File>
119 <File
120 RelativePath="Archive\7z\7zBuffer.h"
121 >
122 </File>
123 <File
124 RelativePath="Archive\7z\7zDecode.c"
125 >
126 </File>
127 <File
128 RelativePath="Archive\7z\7zDecode.h"
129 >
130 </File>
131 <File
132 RelativePath="Archive\7z\7zExtract.c"
133 >
134 </File>
135 <File
136 RelativePath="Archive\7z\7zExtract.h"
137 >
138 </File>
139 <File
140 RelativePath="Archive\7z\7zHeader.c"
141 >
142 </File>
143 <File
144 RelativePath="Archive\7z\7zHeader.h"
145 >
146 </File>
147 <File
148 RelativePath="Archive\7z\7zIn.c"
149 >
150 </File>
151 <File
152 RelativePath="Archive\7z\7zIn.h"
153 >
154 </File>
155 <File
156 RelativePath="Archive\7z\7zItem.c"
157 >
158 </File>
159 <File
160 RelativePath="Archive\7z\7zItem.h"
161 >
162 </File>
163 <File
164 RelativePath="Archive\7z\7zMethodID.c"
165 >
166 </File>
167 <File
168 RelativePath="Archive\7z\7zMethodID.h"
169 >
170 </File>
171 </Filter>
172 </Files>
173 <Globals>
174 </Globals>
175 </VisualStudioProject>
OLDNEW
« 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