[svn] / branches / release-1_3-branch / xvidcore / vfw / vfw.vcproj Repository:
ViewVC logotype

Annotation of /branches/release-1_3-branch/xvidcore/vfw/vfw.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1925 - (view) (download)

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

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4