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

Side by Side Diff: experimental/visual_studio_plugin/src/dwarf_reader/dwarf_reader.vcproj

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="dwarf_reader"
6 ProjectGUID="{9D81DF29-79F3-4043-BF4C-976AB0AE3246}"
7 RootNamespace="dwarf_reader"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="4"
24 CharacterSet="1"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="..;..\..\third_par ty\breakpad"
45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 GenerateXMLDocumentationFiles="false"
51 WarningLevel="3"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLibrarianTool"
65 />
66 <Tool
67 Name="VCALinkTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCPostBuildEventTool"
80 />
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
85 IntermediateDirectory="$(ConfigurationName)"
86 ConfigurationType="4"
87 CharacterSet="1"
88 WholeProgramOptimization="1"
89 >
90 <Tool
91 Name="VCPreBuildEventTool"
92 />
93 <Tool
94 Name="VCCustomBuildTool"
95 />
96 <Tool
97 Name="VCXMLDataGeneratorTool"
98 />
99 <Tool
100 Name="VCWebServiceProxyGeneratorTool"
101 />
102 <Tool
103 Name="VCMIDLTool"
104 />
105 <Tool
106 Name="VCCLCompilerTool"
107 Optimization="2"
108 EnableIntrinsicFunctions="true"
109 AdditionalIncludeDirectories="..;..\..\..\breakp ad"
110 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
111 RuntimeLibrary="2"
112 EnableFunctionLevelLinking="true"
113 UsePrecompiledHeader="0"
114 WarningLevel="3"
115 DebugInformationFormat="3"
116 />
117 <Tool
118 Name="VCManagedResourceCompilerTool"
119 />
120 <Tool
121 Name="VCResourceCompilerTool"
122 />
123 <Tool
124 Name="VCPreLinkEventTool"
125 />
126 <Tool
127 Name="VCLibrarianTool"
128 />
129 <Tool
130 Name="VCALinkTool"
131 />
132 <Tool
133 Name="VCXDCMakeTool"
134 />
135 <Tool
136 Name="VCBscMakeTool"
137 />
138 <Tool
139 Name="VCFxCopTool"
140 />
141 <Tool
142 Name="VCPostBuildEventTool"
143 />
144 </Configuration>
145 </Configurations>
146 <References>
147 </References>
148 <Files>
149 <Filter
150 Name="Source Files"
151 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
153 >
154 <File
155 RelativePath=".\dwarf_frame_info_reader.cc"
156 >
157 </File>
158 <File
159 RelativePath=".\dwarf_info_parser.cc"
160 >
161 </File>
162 <File
163 RelativePath=".\dwarf_line_parser.cc"
164 >
165 </File>
166 <File
167 RelativePath=".\dwarf_parse.cc"
168 >
169 </File>
170 <File
171 RelativePath=".\dwarf_parser.cc"
172 >
173 </File>
174 <File
175 RelativePath=".\dwarf_strings.cc"
176 >
177 </File>
178 <File
179 RelativePath=".\dwarf_vm_decode.cc"
180 >
181 </File>
182 <File
183 RelativePath=".\elf_section_reader.cc"
184 >
185 </File>
186 </Filter>
187 <Filter
188 Name="Header Files"
189 Filter="h;hpp;hxx;hm;inl;inc;xsd"
190 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
191 >
192 <File
193 RelativePath=".\dwarf_frame_info_reader.h"
194 >
195 </File>
196 <File
197 RelativePath=".\dwarf_info_parser.h"
198 >
199 </File>
200 <File
201 RelativePath=".\dwarf_line_parser.h"
202 >
203 </File>
204 <File
205 RelativePath=".\dwarf_parse.h"
206 >
207 </File>
208 <File
209 RelativePath=".\dwarf_parser.h"
210 >
211 </File>
212 <File
213 RelativePath=".\dwarf_reader.h"
214 >
215 </File>
216 <File
217 RelativePath=".\dwarf_strings.h"
218 >
219 </File>
220 <File
221 RelativePath=".\dwarf_vm.h"
222 >
223 </File>
224 <File
225 RelativePath=".\elf_section_reader.h"
226 >
227 </File>
228 <File
229 RelativePath=".\parse_state.h"
230 >
231 </File>
232 </Filter>
233 <Filter
234 Name="Resource Files"
235 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
236 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
237 >
238 </Filter>
239 <File
240 RelativePath=".\ReadMe.txt"
241 >
242 </File>
243 </Files>
244 <Globals>
245 </Globals>
246 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698