OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="8.00" | |
5 Name="media" | |
6 ProjectGUID="{6AE76406-B03B-11DD-94B1-80B556D89593}" | |
7 RootNamespace="media" | |
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\debug.vs
props;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops" | |
22 > | |
23 <Tool | |
24 Name="VCPreBuildEventTool" | |
25 /> | |
26 <Tool | |
27 Name="VCCustomBuildTool" | |
28 /> | |
29 <Tool | |
30 Name="VCXMLDataGeneratorTool" | |
31 /> | |
32 <Tool | |
33 Name="VCWebServiceProxyGeneratorTool" | |
34 /> | |
35 <Tool | |
36 Name="VCMIDLTool" | |
37 /> | |
38 <Tool | |
39 Name="VCCLCompilerTool" | |
40 /> | |
41 <Tool | |
42 Name="VCManagedResourceCompilerTool" | |
43 /> | |
44 <Tool | |
45 Name="VCResourceCompilerTool" | |
46 /> | |
47 <Tool | |
48 Name="VCPreLinkEventTool" | |
49 /> | |
50 <Tool | |
51 Name="VCLibrarianTool" | |
52 /> | |
53 <Tool | |
54 Name="VCALinkTool" | |
55 /> | |
56 <Tool | |
57 Name="VCXDCMakeTool" | |
58 /> | |
59 <Tool | |
60 Name="VCBscMakeTool" | |
61 /> | |
62 <Tool | |
63 Name="VCFxCopTool" | |
64 /> | |
65 <Tool | |
66 Name="VCPostBuildEventTool" | |
67 /> | |
68 </Configuration> | |
69 <Configuration | |
70 Name="Release|Win32" | |
71 ConfigurationType="4" | |
72 InheritedPropertySheets="$(SolutionDir)..\build\release.
vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops" | |
73 > | |
74 <Tool | |
75 Name="VCPreBuildEventTool" | |
76 /> | |
77 <Tool | |
78 Name="VCCustomBuildTool" | |
79 /> | |
80 <Tool | |
81 Name="VCXMLDataGeneratorTool" | |
82 /> | |
83 <Tool | |
84 Name="VCWebServiceProxyGeneratorTool" | |
85 /> | |
86 <Tool | |
87 Name="VCMIDLTool" | |
88 /> | |
89 <Tool | |
90 Name="VCCLCompilerTool" | |
91 /> | |
92 <Tool | |
93 Name="VCManagedResourceCompilerTool" | |
94 /> | |
95 <Tool | |
96 Name="VCResourceCompilerTool" | |
97 /> | |
98 <Tool | |
99 Name="VCPreLinkEventTool" | |
100 /> | |
101 <Tool | |
102 Name="VCLibrarianTool" | |
103 /> | |
104 <Tool | |
105 Name="VCALinkTool" | |
106 /> | |
107 <Tool | |
108 Name="VCXDCMakeTool" | |
109 /> | |
110 <Tool | |
111 Name="VCBscMakeTool" | |
112 /> | |
113 <Tool | |
114 Name="VCFxCopTool" | |
115 /> | |
116 <Tool | |
117 Name="VCPostBuildEventTool" | |
118 /> | |
119 </Configuration> | |
120 </Configurations> | |
121 <References> | |
122 </References> | |
123 <Files> | |
124 <Filter | |
125 Name="base" | |
126 > | |
127 <File | |
128 RelativePath="..\base\buffers.h" | |
129 > | |
130 </File> | |
131 <File | |
132 RelativePath="..\base\data_buffer.cc" | |
133 > | |
134 </File> | |
135 <File | |
136 RelativePath="..\base\data_buffer.h" | |
137 > | |
138 </File> | |
139 <File | |
140 RelativePath="..\base\factory.h" | |
141 > | |
142 </File> | |
143 <File | |
144 RelativePath="..\base\filter_host.h" | |
145 > | |
146 </File> | |
147 <File | |
148 RelativePath="..\base\filter_host_impl.cc" | |
149 > | |
150 </File> | |
151 <File | |
152 RelativePath="..\base\filter_host_impl.h" | |
153 > | |
154 </File> | |
155 <File | |
156 RelativePath="..\base\filters.h" | |
157 > | |
158 </File> | |
159 <File | |
160 RelativePath="..\base\media_format.cc" | |
161 > | |
162 </File> | |
163 <File | |
164 RelativePath="..\base\media_format.h" | |
165 > | |
166 </File> | |
167 <File | |
168 RelativePath="..\base\pipeline.h" | |
169 > | |
170 </File> | |
171 <File | |
172 RelativePath="..\base\pipeline_impl.cc" | |
173 > | |
174 </File> | |
175 <File | |
176 RelativePath="..\base\pipeline_impl.h" | |
177 > | |
178 </File> | |
179 <File | |
180 RelativePath="..\base\synchronizer.cc" | |
181 > | |
182 </File> | |
183 <File | |
184 RelativePath="..\base\synchronizer.h" | |
185 > | |
186 </File> | |
187 <File | |
188 RelativePath="..\base\video_frame_impl.cc" | |
189 > | |
190 </File> | |
191 <File | |
192 RelativePath="..\base\video_frame_impl.h" | |
193 > | |
194 </File> | |
195 <File | |
196 RelativePath="..\base\yuv_convert.cc" | |
197 > | |
198 </File> | |
199 <File | |
200 RelativePath="..\base\yuv_convert.h" | |
201 > | |
202 </File> | |
203 </Filter> | |
204 <Filter | |
205 Name="filters" | |
206 > | |
207 <File | |
208 RelativePath="..\filters\audio_renderer_base.cc" | |
209 > | |
210 </File> | |
211 <File | |
212 RelativePath="..\filters\audio_renderer_base.h" | |
213 > | |
214 </File> | |
215 <File | |
216 RelativePath="..\filters\audio_renderer_impl.cc" | |
217 > | |
218 </File> | |
219 <File | |
220 RelativePath="..\filters\audio_renderer_impl.h" | |
221 > | |
222 </File> | |
223 <File | |
224 RelativePath="..\filters\decoder_base.h" | |
225 > | |
226 </File> | |
227 <File | |
228 RelativePath="..\filters\ffmpeg_audio_decoder.cc
" | |
229 > | |
230 </File> | |
231 <File | |
232 RelativePath="..\filters\ffmpeg_audio_decoder.h" | |
233 > | |
234 </File> | |
235 <File | |
236 RelativePath="..\filters\ffmpeg_common.cc" | |
237 > | |
238 </File> | |
239 <File | |
240 RelativePath="..\filters\ffmpeg_common.h" | |
241 > | |
242 </File> | |
243 <File | |
244 RelativePath="..\filters\ffmpeg_demuxer.cc" | |
245 > | |
246 </File> | |
247 <File | |
248 RelativePath="..\filters\ffmpeg_demuxer.h" | |
249 > | |
250 </File> | |
251 <File | |
252 RelativePath="..\filters\ffmpeg_glue.cc" | |
253 > | |
254 </File> | |
255 <File | |
256 RelativePath="..\filters\ffmpeg_glue.h" | |
257 > | |
258 </File> | |
259 <File | |
260 RelativePath="..\filters\ffmpeg_video_decoder.cc
" | |
261 > | |
262 </File> | |
263 <File | |
264 RelativePath="..\filters\ffmpeg_video_decoder.h" | |
265 > | |
266 </File> | |
267 <File | |
268 RelativePath="..\filters\file_data_source.cc" | |
269 > | |
270 </File> | |
271 <File | |
272 RelativePath="..\filters\file_data_source.h" | |
273 > | |
274 </File> | |
275 <File | |
276 RelativePath="..\filters\null_audio_renderer.cc" | |
277 > | |
278 </File> | |
279 <File | |
280 RelativePath="..\filters\null_audio_renderer.h" | |
281 > | |
282 </File> | |
283 <File | |
284 RelativePath="..\filters\test_video_decoder.h" | |
285 > | |
286 </File> | |
287 <File | |
288 RelativePath="..\filters\video_renderer_base.cc" | |
289 > | |
290 </File> | |
291 <File | |
292 RelativePath="..\filters\video_renderer_base.h" | |
293 > | |
294 </File> | |
295 </Filter> | |
296 <Filter | |
297 Name="audio" | |
298 > | |
299 <File | |
300 RelativePath="..\audio\win\audio_manager_win.h" | |
301 > | |
302 </File> | |
303 <File | |
304 RelativePath="..\audio\audio_output.h" | |
305 > | |
306 </File> | |
307 <File | |
308 RelativePath="..\audio\win\audio_output_win.cc" | |
309 > | |
310 </File> | |
311 <File | |
312 RelativePath="..\audio\simple_sources.h" | |
313 > | |
314 </File> | |
315 <File | |
316 RelativePath="..\audio\win\simple_sources_win.cc
" | |
317 > | |
318 </File> | |
319 <File | |
320 RelativePath="..\audio\win\waveout_output_win.cc
" | |
321 > | |
322 </File> | |
323 <File | |
324 RelativePath="..\audio\win\waveout_output_win.h" | |
325 > | |
326 </File> | |
327 </Filter> | |
328 </Files> | |
329 <Globals> | |
330 </Globals> | |
331 </VisualStudioProject> | |
OLD | NEW |