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

Side by Side Diff: third_party/bzip2/bzip2.vcproj

Issue 46075: Adding back in files lost in 11688. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « sdch/sdch.vcproj ('k') | third_party/modp_b64/modp_b64.vcproj » ('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="bzip2"
6 ProjectGUID="{2A70CBF0-847E-4E3A-B926-542A656DC7FE}"
7 RootNamespace="bzip2"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 ConfigurationType="4"
20 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops"
21 >
22 <Tool
23 Name="VCCLCompilerTool"
24 DisableSpecificWarnings="4996"
25 PreprocessorDefinitions="BZ_NO_STDIO"
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"
35 >
36 <Tool
37 Name="VCCLCompilerTool"
38 DisableSpecificWarnings="4996"
39 PreprocessorDefinitions="BZ_NO_STDIO"
40 />
41 <Tool
42 Name="VCLibrarianTool"
43 />
44 </Configuration>
45 </Configurations>
46 <References>
47 </References>
48 <Files>
49 <File
50 RelativePath="blocksort.c"
51 >
52 </File>
53 <File
54 RelativePath="bzlib.c"
55 >
56 </File>
57 <File
58 RelativePath="bzlib.h"
59 >
60 </File>
61 <File
62 RelativePath="bzlib_private.h"
63 >
64 </File>
65 <File
66 RelativePath="compress.c"
67 >
68 </File>
69 <File
70 RelativePath="crctable.c"
71 >
72 </File>
73 <File
74 RelativePath="decompress.c"
75 >
76 </File>
77 <File
78 RelativePath="huffman.c"
79 >
80 </File>
81 <File
82 RelativePath="randtable.c"
83 >
84 </File>
85 </Files>
86 <Globals>
87 </Globals>
88 </VisualStudioProject>
OLDNEW
« no previous file with comments | « sdch/sdch.vcproj ('k') | third_party/modp_b64/modp_b64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698