vrshoot

view libs/libs.vcproj @ 2:334d17aed7de

visual studio project files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Feb 2014 18:36:38 +0200
parents
children
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="libs"
6 ProjectGUID="{49979423-62BD-4E8C-BE0C-5DA14162FFBB}"
7 RootNamespace="libs"
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="$(ProjectDir)/libpng;$(ProjectDir)/libjpeg;$(ProjectDir)/zlib"
45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
46 IgnoreStandardIncludePath="false"
47 MinimalRebuild="true"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 WarningLevel="3"
52 DebugInformationFormat="4"
53 DisableSpecificWarnings="4996;4244;4305"
54 />
55 <Tool
56 Name="VCManagedResourceCompilerTool"
57 />
58 <Tool
59 Name="VCResourceCompilerTool"
60 />
61 <Tool
62 Name="VCPreLinkEventTool"
63 />
64 <Tool
65 Name="VCLibrarianTool"
66 />
67 <Tool
68 Name="VCALinkTool"
69 />
70 <Tool
71 Name="VCXDCMakeTool"
72 />
73 <Tool
74 Name="VCBscMakeTool"
75 />
76 <Tool
77 Name="VCFxCopTool"
78 />
79 <Tool
80 Name="VCPostBuildEventTool"
81 />
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
86 IntermediateDirectory="$(ConfigurationName)"
87 ConfigurationType="4"
88 CharacterSet="1"
89 WholeProgramOptimization="1"
90 >
91 <Tool
92 Name="VCPreBuildEventTool"
93 />
94 <Tool
95 Name="VCCustomBuildTool"
96 />
97 <Tool
98 Name="VCXMLDataGeneratorTool"
99 />
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
102 />
103 <Tool
104 Name="VCMIDLTool"
105 />
106 <Tool
107 Name="VCCLCompilerTool"
108 Optimization="2"
109 EnableIntrinsicFunctions="true"
110 AdditionalIncludeDirectories="$(ProjectDir)/libpng;$(ProjectDir)/libjpeg;$(ProjectDir)/zlib"
111 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
112 IgnoreStandardIncludePath="false"
113 RuntimeLibrary="2"
114 EnableFunctionLevelLinking="true"
115 UsePrecompiledHeader="0"
116 WarningLevel="3"
117 DebugInformationFormat="3"
118 DisableSpecificWarnings="4996;4244;4305"
119 />
120 <Tool
121 Name="VCManagedResourceCompilerTool"
122 />
123 <Tool
124 Name="VCResourceCompilerTool"
125 />
126 <Tool
127 Name="VCPreLinkEventTool"
128 />
129 <Tool
130 Name="VCLibrarianTool"
131 />
132 <Tool
133 Name="VCALinkTool"
134 />
135 <Tool
136 Name="VCXDCMakeTool"
137 />
138 <Tool
139 Name="VCBscMakeTool"
140 />
141 <Tool
142 Name="VCFxCopTool"
143 />
144 <Tool
145 Name="VCPostBuildEventTool"
146 />
147 </Configuration>
148 </Configurations>
149 <References>
150 </References>
151 <Files>
152 <Filter
153 Name="anim"
154 >
155 <File
156 RelativePath=".\anim\anim.c"
157 >
158 </File>
159 <File
160 RelativePath=".\anim\anim.h"
161 >
162 </File>
163 <File
164 RelativePath=".\anim\config.h"
165 >
166 </File>
167 <File
168 RelativePath=".\anim\dynarr.c"
169 >
170 </File>
171 <File
172 RelativePath=".\anim\dynarr.h"
173 >
174 </File>
175 <File
176 RelativePath=".\anim\track.c"
177 >
178 </File>
179 <File
180 RelativePath=".\anim\track.h"
181 >
182 </File>
183 </Filter>
184 <Filter
185 Name="drawtext"
186 >
187 <File
188 RelativePath=".\drawtext\drawgl.c"
189 >
190 </File>
191 <File
192 RelativePath=".\drawtext\drawtext.h"
193 >
194 </File>
195 <File
196 RelativePath=".\drawtext\drawtext_impl.h"
197 >
198 </File>
199 <File
200 RelativePath=".\drawtext\font.c"
201 >
202 </File>
203 <File
204 RelativePath=".\drawtext\utf8.c"
205 >
206 </File>
207 </Filter>
208 <Filter
209 Name="vmath"
210 >
211 <File
212 RelativePath=".\vmath\basis.cc"
213 >
214 </File>
215 <File
216 RelativePath=".\vmath\basis.h"
217 >
218 </File>
219 <File
220 RelativePath=".\vmath\basis_c.c"
221 >
222 </File>
223 <File
224 RelativePath=".\vmath\geom.c"
225 >
226 </File>
227 <File
228 RelativePath=".\vmath\geom.h"
229 >
230 </File>
231 <File
232 RelativePath=".\vmath\matrix.cc"
233 >
234 </File>
235 <File
236 RelativePath=".\vmath\matrix.h"
237 >
238 </File>
239 <File
240 RelativePath=".\vmath\matrix.inl"
241 >
242 </File>
243 <File
244 RelativePath=".\vmath\matrix_c.c"
245 >
246 </File>
247 <File
248 RelativePath=".\vmath\quat.cc"
249 >
250 </File>
251 <File
252 RelativePath=".\vmath\quat.h"
253 >
254 </File>
255 <File
256 RelativePath=".\vmath\quat.inl"
257 >
258 </File>
259 <File
260 RelativePath=".\vmath\quat_c.c"
261 >
262 </File>
263 <File
264 RelativePath=".\vmath\ray.cc"
265 >
266 </File>
267 <File
268 RelativePath=".\vmath\ray.h"
269 >
270 </File>
271 <File
272 RelativePath=".\vmath\ray.inl"
273 >
274 </File>
275 <File
276 RelativePath=".\vmath\ray_c.c"
277 >
278 </File>
279 <File
280 RelativePath=".\vmath\sphvec.cc"
281 >
282 </File>
283 <File
284 RelativePath=".\vmath\sphvec.h"
285 >
286 </File>
287 <File
288 RelativePath=".\vmath\vector.cc"
289 >
290 </File>
291 <File
292 RelativePath=".\vmath\vector.h"
293 >
294 </File>
295 <File
296 RelativePath=".\vmath\vector.inl"
297 >
298 </File>
299 <File
300 RelativePath=".\vmath\vmath.c"
301 >
302 </File>
303 <File
304 RelativePath=".\vmath\vmath.h"
305 >
306 </File>
307 <File
308 RelativePath=".\vmath\vmath.inl"
309 >
310 </File>
311 <File
312 RelativePath=".\vmath\vmath_config.h"
313 >
314 </File>
315 <File
316 RelativePath=".\vmath\vmath_types.h"
317 >
318 </File>
319 </Filter>
320 <Filter
321 Name="imago"
322 >
323 <File
324 RelativePath=".\imago\conv.c"
325 >
326 </File>
327 <File
328 RelativePath=".\imago\file_jpeg.c"
329 >
330 </File>
331 <File
332 RelativePath=".\imago\file_png.c"
333 >
334 </File>
335 <File
336 RelativePath=".\imago\file_ppm.c"
337 >
338 </File>
339 <File
340 RelativePath=".\imago\file_rgbe.c"
341 >
342 </File>
343 <File
344 RelativePath=".\imago\ftype_module.c"
345 >
346 </File>
347 <File
348 RelativePath=".\imago\ftype_module.h"
349 >
350 </File>
351 <File
352 RelativePath=".\imago\imago2.c"
353 >
354 </File>
355 <File
356 RelativePath=".\imago\imago2.h"
357 >
358 </File>
359 <File
360 RelativePath=".\imago\imago_gl.c"
361 >
362 </File>
363 <File
364 RelativePath=".\imago\modules.c"
365 >
366 </File>
367 </Filter>
368 <Filter
369 Name="psys"
370 >
371 <File
372 RelativePath=".\psys\pattr.c"
373 >
374 </File>
375 <File
376 RelativePath=".\psys\pattr.h"
377 >
378 </File>
379 <File
380 RelativePath=".\psys\pstrack.c"
381 >
382 </File>
383 <File
384 RelativePath=".\psys\pstrack.h"
385 >
386 </File>
387 <File
388 RelativePath=".\psys\psys.c"
389 >
390 </File>
391 <File
392 RelativePath=".\psys\psys.h"
393 >
394 </File>
395 <File
396 RelativePath=".\psys\rndval.c"
397 >
398 </File>
399 <File
400 RelativePath=".\psys\rndval.h"
401 >
402 </File>
403 </Filter>
404 <Filter
405 Name="ogg"
406 >
407 <File
408 RelativePath=".\ogg\bitwise.c"
409 >
410 </File>
411 <File
412 RelativePath=".\ogg\framing.c"
413 >
414 </File>
415 <File
416 RelativePath=".\ogg\ogg.h"
417 >
418 </File>
419 <File
420 RelativePath=".\ogg\os_types.h"
421 >
422 </File>
423 </Filter>
424 <Filter
425 Name="vorbis"
426 >
427 <File
428 RelativePath=".\vorbis\analysis.c"
429 >
430 </File>
431 <File
432 RelativePath=".\vorbis\backends.h"
433 >
434 </File>
435 <File
436 RelativePath=".\vorbis\bitrate.c"
437 >
438 </File>
439 <File
440 RelativePath=".\vorbis\bitrate.h"
441 >
442 </File>
443 <File
444 RelativePath=".\vorbis\block.c"
445 >
446 </File>
447 <File
448 RelativePath=".\vorbis\codebook.c"
449 >
450 </File>
451 <File
452 RelativePath=".\vorbis\codebook.h"
453 >
454 </File>
455 <File
456 RelativePath=".\vorbis\codec.h"
457 >
458 </File>
459 <File
460 RelativePath=".\vorbis\codec_internal.h"
461 >
462 </File>
463 <File
464 RelativePath=".\vorbis\envelope.c"
465 >
466 </File>
467 <File
468 RelativePath=".\vorbis\envelope.h"
469 >
470 </File>
471 <File
472 RelativePath=".\vorbis\floor0.c"
473 >
474 </File>
475 <File
476 RelativePath=".\vorbis\floor1.c"
477 >
478 </File>
479 <File
480 RelativePath=".\vorbis\highlevel.h"
481 >
482 </File>
483 <File
484 RelativePath=".\vorbis\info.c"
485 >
486 </File>
487 <File
488 RelativePath=".\vorbis\lookup.c"
489 >
490 </File>
491 <File
492 RelativePath=".\vorbis\lookup.h"
493 >
494 </File>
495 <File
496 RelativePath=".\vorbis\lookup_data.h"
497 >
498 </File>
499 <File
500 RelativePath=".\vorbis\lpc.c"
501 >
502 </File>
503 <File
504 RelativePath=".\vorbis\lpc.h"
505 >
506 </File>
507 <File
508 RelativePath=".\vorbis\lsp.c"
509 >
510 </File>
511 <File
512 RelativePath=".\vorbis\lsp.h"
513 >
514 </File>
515 <File
516 RelativePath=".\vorbis\mapping0.c"
517 >
518 </File>
519 <File
520 RelativePath=".\vorbis\masking.h"
521 >
522 </File>
523 <File
524 RelativePath=".\vorbis\mdct.c"
525 >
526 </File>
527 <File
528 RelativePath=".\vorbis\mdct.h"
529 >
530 </File>
531 <File
532 RelativePath=".\vorbis\misc.h"
533 >
534 </File>
535 <File
536 RelativePath=".\vorbis\os.h"
537 >
538 </File>
539 <File
540 RelativePath=".\vorbis\psy.c"
541 >
542 </File>
543 <File
544 RelativePath=".\vorbis\psy.h"
545 >
546 </File>
547 <File
548 RelativePath=".\vorbis\registry.c"
549 >
550 </File>
551 <File
552 RelativePath=".\vorbis\registry.h"
553 >
554 </File>
555 <File
556 RelativePath=".\vorbis\res0.c"
557 >
558 </File>
559 <File
560 RelativePath=".\vorbis\scales.h"
561 >
562 </File>
563 <File
564 RelativePath=".\vorbis\sharedbook.c"
565 >
566 </File>
567 <File
568 RelativePath=".\vorbis\smallft.c"
569 >
570 </File>
571 <File
572 RelativePath=".\vorbis\smallft.h"
573 >
574 </File>
575 <File
576 RelativePath=".\vorbis\synthesis.c"
577 >
578 </File>
579 <File
580 RelativePath=".\vorbis\vorbisenc.c"
581 >
582 </File>
583 <File
584 RelativePath=".\vorbis\vorbisenc.h"
585 >
586 </File>
587 <File
588 RelativePath=".\vorbis\vorbisfile.c"
589 >
590 </File>
591 <File
592 RelativePath=".\vorbis\vorbisfile.h"
593 >
594 </File>
595 <File
596 RelativePath=".\vorbis\window.c"
597 >
598 </File>
599 <File
600 RelativePath=".\vorbis\window.h"
601 >
602 </File>
603 <Filter
604 Name="books"
605 >
606 <File
607 RelativePath=".\vorbis\books\floor\floor_books.h"
608 >
609 </File>
610 <File
611 RelativePath=".\vorbis\books\coupled\res_books_51.h"
612 >
613 </File>
614 <File
615 RelativePath=".\vorbis\books\coupled\res_books_stereo.h"
616 >
617 </File>
618 <File
619 RelativePath=".\vorbis\books\uncoupled\res_books_uncoupled.h"
620 >
621 </File>
622 </Filter>
623 <Filter
624 Name="modes"
625 >
626 <File
627 RelativePath=".\vorbis\modes\floor_all.h"
628 >
629 </File>
630 <File
631 RelativePath=".\vorbis\modes\psych_11.h"
632 >
633 </File>
634 <File
635 RelativePath=".\vorbis\modes\psych_16.h"
636 >
637 </File>
638 <File
639 RelativePath=".\vorbis\modes\psych_44.h"
640 >
641 </File>
642 <File
643 RelativePath=".\vorbis\modes\psych_8.h"
644 >
645 </File>
646 <File
647 RelativePath=".\vorbis\modes\residue_16.h"
648 >
649 </File>
650 <File
651 RelativePath=".\vorbis\modes\residue_44.h"
652 >
653 </File>
654 <File
655 RelativePath=".\vorbis\modes\residue_44p51.h"
656 >
657 </File>
658 <File
659 RelativePath=".\vorbis\modes\residue_44u.h"
660 >
661 </File>
662 <File
663 RelativePath=".\vorbis\modes\residue_8.h"
664 >
665 </File>
666 <File
667 RelativePath=".\vorbis\modes\setup_11.h"
668 >
669 </File>
670 <File
671 RelativePath=".\vorbis\modes\setup_16.h"
672 >
673 </File>
674 <File
675 RelativePath=".\vorbis\modes\setup_22.h"
676 >
677 </File>
678 <File
679 RelativePath=".\vorbis\modes\setup_32.h"
680 >
681 </File>
682 <File
683 RelativePath=".\vorbis\modes\setup_44.h"
684 >
685 </File>
686 <File
687 RelativePath=".\vorbis\modes\setup_44p51.h"
688 >
689 </File>
690 <File
691 RelativePath=".\vorbis\modes\setup_44u.h"
692 >
693 </File>
694 <File
695 RelativePath=".\vorbis\modes\setup_8.h"
696 >
697 </File>
698 <File
699 RelativePath=".\vorbis\modes\setup_X.h"
700 >
701 </File>
702 </Filter>
703 </Filter>
704 <Filter
705 Name="libpng"
706 >
707 <File
708 RelativePath=".\libpng\png.c"
709 >
710 </File>
711 <File
712 RelativePath=".\libpng\png.h"
713 >
714 </File>
715 <File
716 RelativePath=".\libpng\pngconf.h"
717 >
718 </File>
719 <File
720 RelativePath=".\libpng\pngerror.c"
721 >
722 </File>
723 <File
724 RelativePath=".\libpng\pnggccrd.c"
725 >
726 </File>
727 <File
728 RelativePath=".\libpng\pngget.c"
729 >
730 </File>
731 <File
732 RelativePath=".\libpng\pngmem.c"
733 >
734 </File>
735 <File
736 RelativePath=".\libpng\pngpread.c"
737 >
738 </File>
739 <File
740 RelativePath=".\libpng\pngread.c"
741 >
742 </File>
743 <File
744 RelativePath=".\libpng\pngrio.c"
745 >
746 </File>
747 <File
748 RelativePath=".\libpng\pngrtran.c"
749 >
750 </File>
751 <File
752 RelativePath=".\libpng\pngrutil.c"
753 >
754 </File>
755 <File
756 RelativePath=".\libpng\pngset.c"
757 >
758 </File>
759 <File
760 RelativePath=".\libpng\pngtrans.c"
761 >
762 </File>
763 <File
764 RelativePath=".\libpng\pngvcrd.c"
765 >
766 </File>
767 <File
768 RelativePath=".\libpng\pngwio.c"
769 >
770 </File>
771 <File
772 RelativePath=".\libpng\pngwrite.c"
773 >
774 </File>
775 <File
776 RelativePath=".\libpng\pngwtran.c"
777 >
778 </File>
779 <File
780 RelativePath=".\libpng\pngwutil.c"
781 >
782 </File>
783 </Filter>
784 <Filter
785 Name="zlib"
786 >
787 <File
788 RelativePath=".\zlib\adler32.c"
789 >
790 </File>
791 <File
792 RelativePath=".\zlib\compress.c"
793 >
794 </File>
795 <File
796 RelativePath=".\zlib\crc32.c"
797 >
798 </File>
799 <File
800 RelativePath=".\zlib\crc32.h"
801 >
802 </File>
803 <File
804 RelativePath=".\zlib\deflate.c"
805 >
806 </File>
807 <File
808 RelativePath=".\zlib\deflate.h"
809 >
810 </File>
811 <File
812 RelativePath=".\zlib\gzio.c"
813 >
814 </File>
815 <File
816 RelativePath=".\zlib\infback.c"
817 >
818 </File>
819 <File
820 RelativePath=".\zlib\inffast.c"
821 >
822 </File>
823 <File
824 RelativePath=".\zlib\inffast.h"
825 >
826 </File>
827 <File
828 RelativePath=".\zlib\inffixed.h"
829 >
830 </File>
831 <File
832 RelativePath=".\zlib\inflate.c"
833 >
834 </File>
835 <File
836 RelativePath=".\zlib\inflate.h"
837 >
838 </File>
839 <File
840 RelativePath=".\zlib\inftrees.c"
841 >
842 </File>
843 <File
844 RelativePath=".\zlib\inftrees.h"
845 >
846 </File>
847 <File
848 RelativePath=".\zlib\trees.c"
849 >
850 </File>
851 <File
852 RelativePath=".\zlib\trees.h"
853 >
854 </File>
855 <File
856 RelativePath=".\zlib\uncompr.c"
857 >
858 </File>
859 <File
860 RelativePath=".\zlib\zconf.h"
861 >
862 </File>
863 <File
864 RelativePath=".\zlib\zlib.h"
865 >
866 </File>
867 <File
868 RelativePath=".\zlib\zutil.c"
869 >
870 </File>
871 <File
872 RelativePath=".\zlib\zutil.h"
873 >
874 </File>
875 </Filter>
876 <Filter
877 Name="libjpeg"
878 >
879 <File
880 RelativePath=".\libjpeg\cderror.h"
881 >
882 </File>
883 <File
884 RelativePath=".\libjpeg\jcapimin.c"
885 >
886 </File>
887 <File
888 RelativePath=".\libjpeg\jcapistd.c"
889 >
890 </File>
891 <File
892 RelativePath=".\libjpeg\jccoefct.c"
893 >
894 </File>
895 <File
896 RelativePath=".\libjpeg\jccolor.c"
897 >
898 </File>
899 <File
900 RelativePath=".\libjpeg\jcdctmgr.c"
901 >
902 </File>
903 <File
904 RelativePath=".\libjpeg\jchuff.c"
905 >
906 </File>
907 <File
908 RelativePath=".\libjpeg\jchuff.h"
909 >
910 </File>
911 <File
912 RelativePath=".\libjpeg\jcinit.c"
913 >
914 </File>
915 <File
916 RelativePath=".\libjpeg\jcmainct.c"
917 >
918 </File>
919 <File
920 RelativePath=".\libjpeg\jcmarker.c"
921 >
922 </File>
923 <File
924 RelativePath=".\libjpeg\jcmaster.c"
925 >
926 </File>
927 <File
928 RelativePath=".\libjpeg\jcomapi.c"
929 >
930 </File>
931 <File
932 RelativePath=".\libjpeg\jconfig.h"
933 >
934 </File>
935 <File
936 RelativePath=".\libjpeg\jcparam.c"
937 >
938 </File>
939 <File
940 RelativePath=".\libjpeg\jcphuff.c"
941 >
942 </File>
943 <File
944 RelativePath=".\libjpeg\jcprepct.c"
945 >
946 </File>
947 <File
948 RelativePath=".\libjpeg\jcsample.c"
949 >
950 </File>
951 <File
952 RelativePath=".\libjpeg\jctrans.c"
953 >
954 </File>
955 <File
956 RelativePath=".\libjpeg\jdapimin.c"
957 >
958 </File>
959 <File
960 RelativePath=".\libjpeg\jdapistd.c"
961 >
962 </File>
963 <File
964 RelativePath=".\libjpeg\jdatadst.c"
965 >
966 </File>
967 <File
968 RelativePath=".\libjpeg\jdatasrc.c"
969 >
970 </File>
971 <File
972 RelativePath=".\libjpeg\jdcoefct.c"
973 >
974 </File>
975 <File
976 RelativePath=".\libjpeg\jdcolor.c"
977 >
978 </File>
979 <File
980 RelativePath=".\libjpeg\jdct.h"
981 >
982 </File>
983 <File
984 RelativePath=".\libjpeg\jddctmgr.c"
985 >
986 </File>
987 <File
988 RelativePath=".\libjpeg\jdhuff.c"
989 >
990 </File>
991 <File
992 RelativePath=".\libjpeg\jdhuff.h"
993 >
994 </File>
995 <File
996 RelativePath=".\libjpeg\jdinput.c"
997 >
998 </File>
999 <File
1000 RelativePath=".\libjpeg\jdmainct.c"
1002 </File>
1003 <File
1004 RelativePath=".\libjpeg\jdmarker.c"
1006 </File>
1007 <File
1008 RelativePath=".\libjpeg\jdmaster.c"
1010 </File>
1011 <File
1012 RelativePath=".\libjpeg\jdmerge.c"
1014 </File>
1015 <File
1016 RelativePath=".\libjpeg\jdphuff.c"
1018 </File>
1019 <File
1020 RelativePath=".\libjpeg\jdpostct.c"
1022 </File>
1023 <File
1024 RelativePath=".\libjpeg\jdsample.c"
1026 </File>
1027 <File
1028 RelativePath=".\libjpeg\jdtrans.c"
1030 </File>
1031 <File
1032 RelativePath=".\libjpeg\jerror.c"
1034 </File>
1035 <File
1036 RelativePath=".\libjpeg\jerror.h"
1038 </File>
1039 <File
1040 RelativePath=".\libjpeg\jfdctflt.c"
1042 </File>
1043 <File
1044 RelativePath=".\libjpeg\jfdctfst.c"
1046 </File>
1047 <File
1048 RelativePath=".\libjpeg\jfdctint.c"
1050 </File>
1051 <File
1052 RelativePath=".\libjpeg\jidctflt.c"
1054 </File>
1055 <File
1056 RelativePath=".\libjpeg\jidctfst.c"
1058 </File>
1059 <File
1060 RelativePath=".\libjpeg\jidctint.c"
1062 </File>
1063 <File
1064 RelativePath=".\libjpeg\jidctred.c"
1066 </File>
1067 <File
1068 RelativePath=".\libjpeg\jinclude.h"
1070 </File>
1071 <File
1072 RelativePath=".\libjpeg\jmemmgr.c"
1074 </File>
1075 <File
1076 RelativePath=".\libjpeg\jmemnobs.c"
1078 </File>
1079 <File
1080 RelativePath=".\libjpeg\jmemsys.h"
1082 </File>
1083 <File
1084 RelativePath=".\libjpeg\jmorecfg.h"
1086 </File>
1087 <File
1088 RelativePath=".\libjpeg\jpegint.h"
1090 </File>
1091 <File
1092 RelativePath=".\libjpeg\jpeglib.h"
1094 </File>
1095 <File
1096 RelativePath=".\libjpeg\jquant1.c"
1098 </File>
1099 <File
1100 RelativePath=".\libjpeg\jquant2.c"
1102 </File>
1103 <File
1104 RelativePath=".\libjpeg\jutils.c"
1106 </File>
1107 <File
1108 RelativePath=".\libjpeg\jversion.h"
1110 </File>
1111 </Filter>
1112 <Filter
1113 Name="kissfft"
1115 <File
1116 RelativePath=".\kissfft\_kiss_fft_guts.h"
1118 </File>
1119 <File
1120 RelativePath=".\kissfft\kiss_fft.c"
1122 </File>
1123 <File
1124 RelativePath=".\kissfft\kiss_fft.h"
1126 </File>
1127 <File
1128 RelativePath=".\kissfft\kiss_fftr.c"
1130 </File>
1131 <File
1132 RelativePath=".\kissfft\kiss_fftr.h"
1134 </File>
1135 </Filter>
1136 </Files>
1137 <Globals>
1138 </Globals>
1139 </VisualStudioProject>