Parent Directory
|
Revision Log
Revision 1.5 - (view) (download)
1 : | Isibaar | 1.1 | <?xml version="1.0" encoding="Windows-1252"?> |
2 : | <VisualStudioProject | ||
3 : | ProjectType="Visual C++" | ||
4 : | Version="8,00" | ||
5 : | Name="dshow" | ||
6 : | ProjectGUID="{C485CA9A-2CF2-489B-94C6-F646C0D40F3F}" | ||
7 : | > | ||
8 : | <Platforms> | ||
9 : | <Platform | ||
10 : | Name="Win32" | ||
11 : | /> | ||
12 : | <Platform | ||
13 : | Name="x64" | ||
14 : | /> | ||
15 : | </Platforms> | ||
16 : | <ToolFiles> | ||
17 : | </ToolFiles> | ||
18 : | <Configurations> | ||
19 : | <Configuration | ||
20 : | Name="Release|Win32" | ||
21 : | OutputDirectory=".\Release" | ||
22 : | IntermediateDirectory=".\Release" | ||
23 : | ConfigurationType="2" | ||
24 : | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | ||
25 : | UseOfMFC="0" | ||
26 : | ATLMinimizesCRunTimeLibraryUsage="false" | ||
27 : | CharacterSet="2" | ||
28 : | > | ||
29 : | <Tool | ||
30 : | Name="VCPreBuildEventTool" | ||
31 : | /> | ||
32 : | <Tool | ||
33 : | Name="VCCustomBuildTool" | ||
34 : | /> | ||
35 : | <Tool | ||
36 : | Name="VCXMLDataGeneratorTool" | ||
37 : | /> | ||
38 : | <Tool | ||
39 : | Name="VCWebServiceProxyGeneratorTool" | ||
40 : | /> | ||
41 : | <Tool | ||
42 : | Name="VCMIDLTool" | ||
43 : | PreprocessorDefinitions="NDEBUG" | ||
44 : | MkTypLibCompatible="true" | ||
45 : | SuppressStartupBanner="true" | ||
46 : | TargetEnvironment="1" | ||
47 : | TypeLibraryName=".\Release/dshow.tlb" | ||
48 : | HeaderFileName="" | ||
49 : | /> | ||
50 : | <Tool | ||
51 : | Name="VCCLCompilerTool" | ||
52 : | Optimization="2" | ||
53 : | InlineFunctionExpansion="1" | ||
54 : | AdditionalIncludeDirectories="..\src" | ||
55 : | Isibaar | 1.4 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" |
56 : | Isibaar | 1.1 | StringPooling="true" |
57 : | RuntimeLibrary="0" | ||
58 : | EnableFunctionLevelLinking="true" | ||
59 : | TreatWChar_tAsBuiltInType="true" | ||
60 : | PrecompiledHeaderFile=".\Release/dshow.pch" | ||
61 : | AssemblerListingLocation=".\Release/" | ||
62 : | ObjectFile=".\Release/" | ||
63 : | ProgramDataBaseFileName=".\Release/" | ||
64 : | WarningLevel="3" | ||
65 : | SuppressStartupBanner="true" | ||
66 : | /> | ||
67 : | <Tool | ||
68 : | Name="VCManagedResourceCompilerTool" | ||
69 : | /> | ||
70 : | <Tool | ||
71 : | Name="VCResourceCompilerTool" | ||
72 : | PreprocessorDefinitions="NDEBUG" | ||
73 : | Culture="3081" | ||
74 : | /> | ||
75 : | <Tool | ||
76 : | Name="VCPreLinkEventTool" | ||
77 : | /> | ||
78 : | <Tool | ||
79 : | Name="VCLinkerTool" | ||
80 : | Isibaar | 1.5 | AdditionalDependencies="libcmt.lib winmm.lib strmbase.lib comctl32.lib Shlwapi.lib mfplat.lib mfuuid.lib" |
81 : | Isibaar | 1.1 | OutputFile="bin\xvid.ax" |
82 : | LinkIncremental="1" | ||
83 : | SuppressStartupBanner="true" | ||
84 : | IgnoreAllDefaultLibraries="true" | ||
85 : | ModuleDefinitionFile=".\src\xvid.ax.def" | ||
86 : | ProgramDatabaseFile=".\Release/xvid.pdb" | ||
87 : | Isibaar | 1.5 | EntryPointSymbol="_DllMainCRTStartup@12" |
88 : | Isibaar | 1.1 | ImportLibrary=".\Release/xvid.lib" |
89 : | TargetMachine="1" | ||
90 : | /> | ||
91 : | <Tool | ||
92 : | Name="VCALinkTool" | ||
93 : | /> | ||
94 : | <Tool | ||
95 : | Name="VCManifestTool" | ||
96 : | /> | ||
97 : | <Tool | ||
98 : | Name="VCXDCMakeTool" | ||
99 : | /> | ||
100 : | <Tool | ||
101 : | Name="VCBscMakeTool" | ||
102 : | SuppressStartupBanner="true" | ||
103 : | OutputFile=".\Release/dshow.bsc" | ||
104 : | /> | ||
105 : | <Tool | ||
106 : | Name="VCFxCopTool" | ||
107 : | /> | ||
108 : | <Tool | ||
109 : | Name="VCAppVerifierTool" | ||
110 : | /> | ||
111 : | <Tool | ||
112 : | Name="VCWebDeploymentTool" | ||
113 : | /> | ||
114 : | <Tool | ||
115 : | Name="VCPostBuildEventTool" | ||
116 : | /> | ||
117 : | </Configuration> | ||
118 : | <Configuration | ||
119 : | Name="Debug|Win32" | ||
120 : | OutputDirectory=".\Debug" | ||
121 : | IntermediateDirectory=".\Debug" | ||
122 : | ConfigurationType="2" | ||
123 : | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | ||
124 : | UseOfMFC="0" | ||
125 : | ATLMinimizesCRunTimeLibraryUsage="false" | ||
126 : | > | ||
127 : | <Tool | ||
128 : | Name="VCPreBuildEventTool" | ||
129 : | /> | ||
130 : | <Tool | ||
131 : | Name="VCCustomBuildTool" | ||
132 : | /> | ||
133 : | <Tool | ||
134 : | Name="VCXMLDataGeneratorTool" | ||
135 : | /> | ||
136 : | <Tool | ||
137 : | Name="VCWebServiceProxyGeneratorTool" | ||
138 : | /> | ||
139 : | <Tool | ||
140 : | Name="VCMIDLTool" | ||
141 : | PreprocessorDefinitions="_DEBUG" | ||
142 : | MkTypLibCompatible="true" | ||
143 : | SuppressStartupBanner="true" | ||
144 : | TargetEnvironment="1" | ||
145 : | TypeLibraryName=".\Debug/dshow.tlb" | ||
146 : | HeaderFileName="" | ||
147 : | /> | ||
148 : | <Tool | ||
149 : | Name="VCCLCompilerTool" | ||
150 : | Optimization="0" | ||
151 : | AdditionalIncludeDirectories="..\src" | ||
152 : | Isibaar | 1.4 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" |
153 : | Isibaar | 1.1 | MinimalRebuild="true" |
154 : | BasicRuntimeChecks="3" | ||
155 : | RuntimeLibrary="1" | ||
156 : | PrecompiledHeaderFile=".\Debug/dshow.pch" | ||
157 : | AssemblerListingLocation=".\Debug/" | ||
158 : | ObjectFile=".\Debug/" | ||
159 : | ProgramDataBaseFileName=".\Debug/" | ||
160 : | WarningLevel="3" | ||
161 : | SuppressStartupBanner="true" | ||
162 : | DebugInformationFormat="4" | ||
163 : | /> | ||
164 : | <Tool | ||
165 : | Name="VCManagedResourceCompilerTool" | ||
166 : | /> | ||
167 : | <Tool | ||
168 : | Name="VCResourceCompilerTool" | ||
169 : | PreprocessorDefinitions="_DEBUG" | ||
170 : | Culture="3081" | ||
171 : | /> | ||
172 : | <Tool | ||
173 : | Name="VCPreLinkEventTool" | ||
174 : | /> | ||
175 : | <Tool | ||
176 : | Name="VCLinkerTool" | ||
177 : | Isibaar | 1.5 | AdditionalDependencies="libcmtd.lib winmm.lib strmbasd.lib comctl32.lib Shlwapi.lib mfplat.lib mfuuid.lib" |
178 : | Isibaar | 1.1 | OutputFile="bin\xvid.ax" |
179 : | LinkIncremental="2" | ||
180 : | SuppressStartupBanner="true" | ||
181 : | IgnoreAllDefaultLibraries="true" | ||
182 : | ModuleDefinitionFile=".\src\xvid.ax.def" | ||
183 : | GenerateDebugInformation="true" | ||
184 : | ProgramDatabaseFile=".\Debug/xvid.pdb" | ||
185 : | Isibaar | 1.5 | EntryPointSymbol="_DllMainCRTStartup@12" |
186 : | Isibaar | 1.1 | ImportLibrary=".\Debug/xvid.lib" |
187 : | TargetMachine="1" | ||
188 : | /> | ||
189 : | <Tool | ||
190 : | Name="VCALinkTool" | ||
191 : | /> | ||
192 : | <Tool | ||
193 : | Name="VCManifestTool" | ||
194 : | /> | ||
195 : | <Tool | ||
196 : | Name="VCXDCMakeTool" | ||
197 : | /> | ||
198 : | <Tool | ||
199 : | Name="VCBscMakeTool" | ||
200 : | SuppressStartupBanner="true" | ||
201 : | OutputFile=".\Debug/dshow.bsc" | ||
202 : | /> | ||
203 : | <Tool | ||
204 : | Name="VCFxCopTool" | ||
205 : | /> | ||
206 : | <Tool | ||
207 : | Name="VCAppVerifierTool" | ||
208 : | /> | ||
209 : | <Tool | ||
210 : | Name="VCWebDeploymentTool" | ||
211 : | /> | ||
212 : | <Tool | ||
213 : | Name="VCPostBuildEventTool" | ||
214 : | /> | ||
215 : | </Configuration> | ||
216 : | <Configuration | ||
217 : | Name="Release|x64" | ||
218 : | OutputDirectory="$(PlatformName)\$(ConfigurationName)" | ||
219 : | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | ||
220 : | ConfigurationType="2" | ||
221 : | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | ||
222 : | UseOfMFC="0" | ||
223 : | ATLMinimizesCRunTimeLibraryUsage="false" | ||
224 : | CharacterSet="2" | ||
225 : | > | ||
226 : | <Tool | ||
227 : | Name="VCPreBuildEventTool" | ||
228 : | /> | ||
229 : | <Tool | ||
230 : | Name="VCCustomBuildTool" | ||
231 : | /> | ||
232 : | <Tool | ||
233 : | Name="VCXMLDataGeneratorTool" | ||
234 : | /> | ||
235 : | <Tool | ||
236 : | Name="VCWebServiceProxyGeneratorTool" | ||
237 : | /> | ||
238 : | <Tool | ||
239 : | Name="VCMIDLTool" | ||
240 : | PreprocessorDefinitions="NDEBUG" | ||
241 : | MkTypLibCompatible="true" | ||
242 : | SuppressStartupBanner="true" | ||
243 : | TargetEnvironment="3" | ||
244 : | TypeLibraryName=".\Release/dshow.tlb" | ||
245 : | HeaderFileName="" | ||
246 : | /> | ||
247 : | <Tool | ||
248 : | Name="VCCLCompilerTool" | ||
249 : | Optimization="2" | ||
250 : | InlineFunctionExpansion="1" | ||
251 : | AdditionalIncludeDirectories="..\src" | ||
252 : | Isibaar | 1.4 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" |
253 : | Isibaar | 1.1 | StringPooling="true" |
254 : | RuntimeLibrary="0" | ||
255 : | EnableFunctionLevelLinking="true" | ||
256 : | TreatWChar_tAsBuiltInType="true" | ||
257 : | PrecompiledHeaderFile="$(IntDir)\dshow.pch" | ||
258 : | AssemblerListingLocation="$(IntDir)\" | ||
259 : | ObjectFile="$(IntDir)\" | ||
260 : | ProgramDataBaseFileName="$(IntDir)\" | ||
261 : | WarningLevel="3" | ||
262 : | SuppressStartupBanner="true" | ||
263 : | /> | ||
264 : | <Tool | ||
265 : | Name="VCManagedResourceCompilerTool" | ||
266 : | /> | ||
267 : | <Tool | ||
268 : | Name="VCResourceCompilerTool" | ||
269 : | PreprocessorDefinitions="NDEBUG" | ||
270 : | Culture="3081" | ||
271 : | /> | ||
272 : | <Tool | ||
273 : | Name="VCPreLinkEventTool" | ||
274 : | /> | ||
275 : | <Tool | ||
276 : | Name="VCLinkerTool" | ||
277 : | Isibaar | 1.5 | AdditionalDependencies="libcmt.lib winmm.lib strmbase.lib comctl32.lib Shlwapi.lib mfplat.lib mfuuid.lib" |
278 : | Isibaar | 1.1 | OutputFile="bin\x64\xvid.ax" |
279 : | LinkIncremental="1" | ||
280 : | SuppressStartupBanner="true" | ||
281 : | IgnoreAllDefaultLibraries="true" | ||
282 : | ModuleDefinitionFile=".\src\xvid.ax.def" | ||
283 : | ProgramDatabaseFile="$(IntDir)\xvid.pdb" | ||
284 : | Isibaar | 1.5 | EntryPointSymbol="_DllMainCRTStartup" |
285 : | Isibaar | 1.1 | ImportLibrary="$(IntDir)\xvid.lib" |
286 : | TargetMachine="17" | ||
287 : | /> | ||
288 : | <Tool | ||
289 : | Name="VCALinkTool" | ||
290 : | /> | ||
291 : | <Tool | ||
292 : | Name="VCManifestTool" | ||
293 : | /> | ||
294 : | <Tool | ||
295 : | Name="VCXDCMakeTool" | ||
296 : | /> | ||
297 : | <Tool | ||
298 : | Name="VCBscMakeTool" | ||
299 : | SuppressStartupBanner="true" | ||
300 : | OutputFile="$(IntDir)\dshow.bsc" | ||
301 : | /> | ||
302 : | <Tool | ||
303 : | Name="VCFxCopTool" | ||
304 : | /> | ||
305 : | <Tool | ||
306 : | Name="VCAppVerifierTool" | ||
307 : | /> | ||
308 : | <Tool | ||
309 : | Name="VCWebDeploymentTool" | ||
310 : | /> | ||
311 : | <Tool | ||
312 : | Name="VCPostBuildEventTool" | ||
313 : | /> | ||
314 : | </Configuration> | ||
315 : | <Configuration | ||
316 : | Name="Debug|x64" | ||
317 : | OutputDirectory="$(PlatformName)\$(ConfigurationName)" | ||
318 : | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | ||
319 : | ConfigurationType="2" | ||
320 : | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | ||
321 : | UseOfMFC="0" | ||
322 : | ATLMinimizesCRunTimeLibraryUsage="false" | ||
323 : | > | ||
324 : | <Tool | ||
325 : | Name="VCPreBuildEventTool" | ||
326 : | /> | ||
327 : | <Tool | ||
328 : | Name="VCCustomBuildTool" | ||
329 : | /> | ||
330 : | <Tool | ||
331 : | Name="VCXMLDataGeneratorTool" | ||
332 : | /> | ||
333 : | <Tool | ||
334 : | Name="VCWebServiceProxyGeneratorTool" | ||
335 : | /> | ||
336 : | <Tool | ||
337 : | Name="VCMIDLTool" | ||
338 : | PreprocessorDefinitions="_DEBUG" | ||
339 : | MkTypLibCompatible="true" | ||
340 : | SuppressStartupBanner="true" | ||
341 : | TargetEnvironment="3" | ||
342 : | TypeLibraryName=".\Debug/dshow.tlb" | ||
343 : | HeaderFileName="" | ||
344 : | /> | ||
345 : | <Tool | ||
346 : | Name="VCCLCompilerTool" | ||
347 : | Optimization="0" | ||
348 : | AdditionalIncludeDirectories="..\src" | ||
349 : | Isibaar | 1.4 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" |
350 : | Isibaar | 1.1 | MinimalRebuild="true" |
351 : | BasicRuntimeChecks="3" | ||
352 : | RuntimeLibrary="1" | ||
353 : | PrecompiledHeaderFile="$(IntDir)\dshow.pch" | ||
354 : | AssemblerListingLocation="$(IntDir)\" | ||
355 : | ObjectFile="$(IntDir)\" | ||
356 : | ProgramDataBaseFileName="$(IntDir)\" | ||
357 : | WarningLevel="3" | ||
358 : | SuppressStartupBanner="true" | ||
359 : | DebugInformationFormat="3" | ||
360 : | /> | ||
361 : | <Tool | ||
362 : | Name="VCManagedResourceCompilerTool" | ||
363 : | /> | ||
364 : | <Tool | ||
365 : | Name="VCResourceCompilerTool" | ||
366 : | PreprocessorDefinitions="_DEBUG" | ||
367 : | Culture="3081" | ||
368 : | /> | ||
369 : | <Tool | ||
370 : | Name="VCPreLinkEventTool" | ||
371 : | /> | ||
372 : | <Tool | ||
373 : | Name="VCLinkerTool" | ||
374 : | Isibaar | 1.5 | AdditionalDependencies="libcmtd.lib winmm.lib strmbasd.lib comctl32.lib Shlwapi.lib mfplat.lib mfuuid.lib" |
375 : | OutputFile="bin\x64\xvid.ax" | ||
376 : | Isibaar | 1.1 | LinkIncremental="2" |
377 : | SuppressStartupBanner="true" | ||
378 : | IgnoreAllDefaultLibraries="true" | ||
379 : | ModuleDefinitionFile=".\src\xvid.ax.def" | ||
380 : | GenerateDebugInformation="true" | ||
381 : | ProgramDatabaseFile="$(IntDir)\xvid.pdb" | ||
382 : | Isibaar | 1.5 | EntryPointSymbol="_DllMainCRTStartup" |
383 : | Isibaar | 1.1 | ImportLibrary="$(IntDir)\xvid.lib" |
384 : | TargetMachine="17" | ||
385 : | /> | ||
386 : | <Tool | ||
387 : | Name="VCALinkTool" | ||
388 : | /> | ||
389 : | <Tool | ||
390 : | Name="VCManifestTool" | ||
391 : | /> | ||
392 : | <Tool | ||
393 : | Name="VCXDCMakeTool" | ||
394 : | /> | ||
395 : | <Tool | ||
396 : | Name="VCBscMakeTool" | ||
397 : | SuppressStartupBanner="true" | ||
398 : | OutputFile="$(IntDir)\dshow.bsc" | ||
399 : | /> | ||
400 : | <Tool | ||
401 : | Name="VCFxCopTool" | ||
402 : | /> | ||
403 : | <Tool | ||
404 : | Name="VCAppVerifierTool" | ||
405 : | /> | ||
406 : | <Tool | ||
407 : | Name="VCWebDeploymentTool" | ||
408 : | /> | ||
409 : | <Tool | ||
410 : | Name="VCPostBuildEventTool" | ||
411 : | /> | ||
412 : | </Configuration> | ||
413 : | </Configurations> | ||
414 : | <References> | ||
415 : | </References> | ||
416 : | <Files> | ||
417 : | <Filter | ||
418 : | Name="Source Files" | ||
419 : | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
420 : | > | ||
421 : | <File | ||
422 : | RelativePath="src\CAbout.cpp" | ||
423 : | > | ||
424 : | <FileConfiguration | ||
425 : | Name="Release|Win32" | ||
426 : | > | ||
427 : | <Tool | ||
428 : | Name="VCCLCompilerTool" | ||
429 : | AdditionalIncludeDirectories="" | ||
430 : | PreprocessorDefinitions="" | ||
431 : | /> | ||
432 : | </FileConfiguration> | ||
433 : | <FileConfiguration | ||
434 : | Name="Debug|Win32" | ||
435 : | > | ||
436 : | <Tool | ||
437 : | Name="VCCLCompilerTool" | ||
438 : | AdditionalIncludeDirectories="" | ||
439 : | PreprocessorDefinitions="" | ||
440 : | /> | ||
441 : | </FileConfiguration> | ||
442 : | <FileConfiguration | ||
443 : | Name="Release|x64" | ||
444 : | > | ||
445 : | <Tool | ||
446 : | Name="VCCLCompilerTool" | ||
447 : | AdditionalIncludeDirectories="" | ||
448 : | PreprocessorDefinitions="" | ||
449 : | /> | ||
450 : | </FileConfiguration> | ||
451 : | <FileConfiguration | ||
452 : | Name="Debug|x64" | ||
453 : | > | ||
454 : | <Tool | ||
455 : | Name="VCCLCompilerTool" | ||
456 : | AdditionalIncludeDirectories="" | ||
457 : | PreprocessorDefinitions="" | ||
458 : | /> | ||
459 : | </FileConfiguration> | ||
460 : | </File> | ||
461 : | <File | ||
462 : | RelativePath="src\config.c" | ||
463 : | > | ||
464 : | <FileConfiguration | ||
465 : | Name="Release|Win32" | ||
466 : | > | ||
467 : | <Tool | ||
468 : | Name="VCCLCompilerTool" | ||
469 : | AdditionalIncludeDirectories="" | ||
470 : | PreprocessorDefinitions="" | ||
471 : | /> | ||
472 : | </FileConfiguration> | ||
473 : | <FileConfiguration | ||
474 : | Name="Debug|Win32" | ||
475 : | > | ||
476 : | <Tool | ||
477 : | Name="VCCLCompilerTool" | ||
478 : | AdditionalIncludeDirectories="" | ||
479 : | PreprocessorDefinitions="" | ||
480 : | /> | ||
481 : | </FileConfiguration> | ||
482 : | <FileConfiguration | ||
483 : | Name="Release|x64" | ||
484 : | > | ||
485 : | <Tool | ||
486 : | Name="VCCLCompilerTool" | ||
487 : | AdditionalIncludeDirectories="" | ||
488 : | PreprocessorDefinitions="" | ||
489 : | /> | ||
490 : | </FileConfiguration> | ||
491 : | <FileConfiguration | ||
492 : | Name="Debug|x64" | ||
493 : | > | ||
494 : | <Tool | ||
495 : | Name="VCCLCompilerTool" | ||
496 : | AdditionalIncludeDirectories="" | ||
497 : | PreprocessorDefinitions="" | ||
498 : | /> | ||
499 : | </FileConfiguration> | ||
500 : | </File> | ||
501 : | <File | ||
502 : | RelativePath="src\Configure.cpp" | ||
503 : | > | ||
504 : | <FileConfiguration | ||
505 : | Name="Release|Win32" | ||
506 : | > | ||
507 : | <Tool | ||
508 : | Name="VCCLCompilerTool" | ||
509 : | AdditionalIncludeDirectories="" | ||
510 : | PreprocessorDefinitions="" | ||
511 : | /> | ||
512 : | </FileConfiguration> | ||
513 : | <FileConfiguration | ||
514 : | Name="Debug|Win32" | ||
515 : | > | ||
516 : | <Tool | ||
517 : | Name="VCCLCompilerTool" | ||
518 : | AdditionalIncludeDirectories="" | ||
519 : | PreprocessorDefinitions="" | ||
520 : | /> | ||
521 : | </FileConfiguration> | ||
522 : | <FileConfiguration | ||
523 : | Name="Release|x64" | ||
524 : | > | ||
525 : | <Tool | ||
526 : | Name="VCCLCompilerTool" | ||
527 : | AdditionalIncludeDirectories="" | ||
528 : | PreprocessorDefinitions="" | ||
529 : | /> | ||
530 : | </FileConfiguration> | ||
531 : | <FileConfiguration | ||
532 : | Name="Debug|x64" | ||
533 : | > | ||
534 : | <Tool | ||
535 : | Name="VCCLCompilerTool" | ||
536 : | AdditionalIncludeDirectories="" | ||
537 : | PreprocessorDefinitions="" | ||
538 : | /> | ||
539 : | </FileConfiguration> | ||
540 : | </File> | ||
541 : | <File | ||
542 : | RelativePath="src\CXvidDecoder.cpp" | ||
543 : | > | ||
544 : | <FileConfiguration | ||
545 : | Name="Release|Win32" | ||
546 : | > | ||
547 : | <Tool | ||
548 : | Name="VCCLCompilerTool" | ||
549 : | AdditionalIncludeDirectories="" | ||
550 : | PreprocessorDefinitions="" | ||
551 : | /> | ||
552 : | </FileConfiguration> | ||
553 : | <FileConfiguration | ||
554 : | Name="Debug|Win32" | ||
555 : | > | ||
556 : | <Tool | ||
557 : | Name="VCCLCompilerTool" | ||
558 : | AdditionalIncludeDirectories="" | ||
559 : | PreprocessorDefinitions="" | ||
560 : | /> | ||
561 : | </FileConfiguration> | ||
562 : | <FileConfiguration | ||
563 : | Name="Release|x64" | ||
564 : | > | ||
565 : | <Tool | ||
566 : | Name="VCCLCompilerTool" | ||
567 : | AdditionalIncludeDirectories="" | ||
568 : | PreprocessorDefinitions="" | ||
569 : | /> | ||
570 : | </FileConfiguration> | ||
571 : | <FileConfiguration | ||
572 : | Name="Debug|x64" | ||
573 : | > | ||
574 : | <Tool | ||
575 : | Name="VCCLCompilerTool" | ||
576 : | AdditionalIncludeDirectories="" | ||
577 : | PreprocessorDefinitions="" | ||
578 : | /> | ||
579 : | </FileConfiguration> | ||
580 : | </File> | ||
581 : | <File | ||
582 : | RelativePath="src\debug.c" | ||
583 : | > | ||
584 : | <FileConfiguration | ||
585 : | Name="Release|Win32" | ||
586 : | > | ||
587 : | <Tool | ||
588 : | Name="VCCLCompilerTool" | ||
589 : | AdditionalIncludeDirectories="" | ||
590 : | PreprocessorDefinitions="" | ||
591 : | /> | ||
592 : | </FileConfiguration> | ||
593 : | <FileConfiguration | ||
594 : | Name="Debug|Win32" | ||
595 : | > | ||
596 : | <Tool | ||
597 : | Name="VCCLCompilerTool" | ||
598 : | AdditionalIncludeDirectories="" | ||
599 : | PreprocessorDefinitions="" | ||
600 : | /> | ||
601 : | </FileConfiguration> | ||
602 : | <FileConfiguration | ||
603 : | Name="Release|x64" | ||
604 : | > | ||
605 : | <Tool | ||
606 : | Name="VCCLCompilerTool" | ||
607 : | AdditionalIncludeDirectories="" | ||
608 : | PreprocessorDefinitions="" | ||
609 : | /> | ||
610 : | </FileConfiguration> | ||
611 : | <FileConfiguration | ||
612 : | Name="Debug|x64" | ||
613 : | > | ||
614 : | <Tool | ||
615 : | Name="VCCLCompilerTool" | ||
616 : | AdditionalIncludeDirectories="" | ||
617 : | PreprocessorDefinitions="" | ||
618 : | /> | ||
619 : | </FileConfiguration> | ||
620 : | </File> | ||
621 : | </Filter> | ||
622 : | <Filter | ||
623 : | Name="Header Files" | ||
624 : | Filter="h;hpp;hxx;hm;inl" | ||
625 : | > | ||
626 : | <File | ||
627 : | RelativePath="src\CAbout.h" | ||
628 : | > | ||
629 : | </File> | ||
630 : | <File | ||
631 : | RelativePath="src\config.h" | ||
632 : | > | ||
633 : | </File> | ||
634 : | <File | ||
635 : | RelativePath="src\CXvidDecoder.h" | ||
636 : | > | ||
637 : | </File> | ||
638 : | <File | ||
639 : | RelativePath="src\debug.h" | ||
640 : | > | ||
641 : | </File> | ||
642 : | <File | ||
643 : | RelativePath="src\IXvidDecoder.h" | ||
644 : | > | ||
645 : | </File> | ||
646 : | <File | ||
647 : | RelativePath="src\resource.h" | ||
648 : | > | ||
649 : | </File> | ||
650 : | </Filter> | ||
651 : | <Filter | ||
652 : | Name="Resource Files" | ||
653 : | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
654 : | > | ||
655 : | <File | ||
656 : | RelativePath="src\xvid.ax.rc" | ||
657 : | > | ||
658 : | <FileConfiguration | ||
659 : | Name="Release|Win32" | ||
660 : | > | ||
661 : | <Tool | ||
662 : | Name="VCResourceCompilerTool" | ||
663 : | PreprocessorDefinitions="" | ||
664 : | AdditionalIncludeDirectories="src" | ||
665 : | /> | ||
666 : | </FileConfiguration> | ||
667 : | <FileConfiguration | ||
668 : | Name="Debug|Win32" | ||
669 : | > | ||
670 : | <Tool | ||
671 : | Name="VCResourceCompilerTool" | ||
672 : | PreprocessorDefinitions="" | ||
673 : | AdditionalIncludeDirectories="src" | ||
674 : | /> | ||
675 : | </FileConfiguration> | ||
676 : | <FileConfiguration | ||
677 : | Name="Release|x64" | ||
678 : | > | ||
679 : | <Tool | ||
680 : | Name="VCResourceCompilerTool" | ||
681 : | PreprocessorDefinitions="" | ||
682 : | AdditionalIncludeDirectories="src" | ||
683 : | /> | ||
684 : | </FileConfiguration> | ||
685 : | <FileConfiguration | ||
686 : | Name="Debug|x64" | ||
687 : | > | ||
688 : | <Tool | ||
689 : | Name="VCResourceCompilerTool" | ||
690 : | PreprocessorDefinitions="" | ||
691 : | AdditionalIncludeDirectories="src" | ||
692 : | /> | ||
693 : | </FileConfiguration> | ||
694 : | </File> | ||
695 : | <File | ||
696 : | Isibaar | 1.2 | RelativePath=".\src\xvid.ico" |
697 : | > | ||
698 : | </File> | ||
699 : | <File | ||
700 : | Isibaar | 1.1 | RelativePath="src\XviD_logo.bmp" |
701 : | > | ||
702 : | </File> | ||
703 : | </Filter> | ||
704 : | <Filter | ||
705 : | Name="Linker Defs" | ||
706 : | Filter="def" | ||
707 : | > | ||
708 : | <File | ||
709 : | RelativePath="src\xvid.ax.def" | ||
710 : | > | ||
711 : | </File> | ||
712 : | </Filter> | ||
713 : | </Files> | ||
714 : | <Globals> | ||
715 : | </Globals> | ||
716 : | </VisualStudioProject> |
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |