Rice Video Plugin for GLES1.1
[mupen64plus-pandora.git] / source / rice_gles / projects / msvc8 / mupen64plus-video-rice.vcproj
CommitLineData
d07c171f 1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="mupen64plus-video-rice"
6 ProjectGUID="{7D4AFF6A-B7D9-4C25-975A-038B8079098E}"
7 RootNamespace="mupen64plusvideorice"
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 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="2"
23 CharacterSet="2"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\..\mupen64plus-core\src\api;..\..\..\mupen64plus-win32-deps\SDL-1.2.14\include;..\..\..\mupen64plus-win32-deps\libpng-1.2.37\include;..\..\..\mupen64plus-win32-deps\zlib-1.2.3\include"
44 PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="false"
51 DebugInformationFormat="4"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLinkerTool"
64 AdditionalDependencies="user32.lib gdi32.lib opengl32.lib glu32.lib ..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDL.lib ..\..\..\mupen64plus-win32-deps\libpng-1.2.37\lib\libpng.lib"
65 LinkIncremental="2"
66 GenerateDebugInformation="true"
67 SubSystem="2"
68 TargetMachine="1"
69 />
70 <Tool
71 Name="VCALinkTool"
72 />
73 <Tool
74 Name="VCManifestTool"
75 />
76 <Tool
77 Name="VCXDCMakeTool"
78 />
79 <Tool
80 Name="VCBscMakeTool"
81 />
82 <Tool
83 Name="VCFxCopTool"
84 />
85 <Tool
86 Name="VCAppVerifierTool"
87 />
88 <Tool
89 Name="VCWebDeploymentTool"
90 />
91 <Tool
92 Name="VCPostBuildEventTool"
93 />
94 </Configuration>
95 <Configuration
96 Name="Release|Win32"
97 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98 IntermediateDirectory="$(ConfigurationName)"
99 ConfigurationType="2"
100 CharacterSet="2"
101 WholeProgramOptimization="1"
102 >
103 <Tool
104 Name="VCPreBuildEventTool"
105 />
106 <Tool
107 Name="VCCustomBuildTool"
108 />
109 <Tool
110 Name="VCXMLDataGeneratorTool"
111 />
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"
114 />
115 <Tool
116 Name="VCMIDLTool"
117 />
118 <Tool
119 Name="VCCLCompilerTool"
120 AdditionalIncludeDirectories="..\..\..\mupen64plus-core\src\api;..\..\..\mupen64plus-win32-deps\SDL-1.2.14\include;..\..\..\mupen64plus-win32-deps\libpng-1.2.37\include;..\..\..\mupen64plus-win32-deps\zlib-1.2.3\include"
121 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE"
122 RuntimeLibrary="2"
123 UsePrecompiledHeader="0"
124 WarningLevel="3"
125 Detect64BitPortabilityProblems="false"
126 DebugInformationFormat="3"
127 CompileAs="0"
128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
138 <Tool
139 Name="VCLinkerTool"
140 AdditionalDependencies="user32.lib gdi32.lib opengl32.lib glu32.lib ..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDL.lib ..\..\..\mupen64plus-win32-deps\libpng-1.2.37\lib\libpng.lib"
141 LinkIncremental="1"
142 GenerateDebugInformation="true"
143 SubSystem="2"
144 OptimizeReferences="2"
145 EnableCOMDATFolding="2"
146 TargetMachine="1"
147 />
148 <Tool
149 Name="VCALinkTool"
150 />
151 <Tool
152 Name="VCManifestTool"
153 />
154 <Tool
155 Name="VCXDCMakeTool"
156 />
157 <Tool
158 Name="VCBscMakeTool"
159 />
160 <Tool
161 Name="VCFxCopTool"
162 />
163 <Tool
164 Name="VCAppVerifierTool"
165 />
166 <Tool
167 Name="VCWebDeploymentTool"
168 />
169 <Tool
170 Name="VCPostBuildEventTool"
171 />
172 </Configuration>
173 </Configurations>
174 <References>
175 </References>
176 <Files>
177 <Filter
178 Name="Source Files"
179 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
180 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
181 >
182 <File
183 RelativePath="..\..\src\Blender.cpp"
184 >
185 </File>
186 <File
187 RelativePath="..\..\src\liblinux\BMGImage.c"
188 >
189 </File>
190 <File
191 RelativePath="..\..\src\liblinux\BMGUtils.c"
192 >
193 </File>
194 <File
195 RelativePath="..\..\src\liblinux\bmp.c"
196 >
197 </File>
198 <File
199 RelativePath="..\..\src\CNvTNTCombiner.cpp"
200 >
201 </File>
202 <File
203 RelativePath="..\..\src\Combiner.cpp"
204 >
205 </File>
206 <File
207 RelativePath="..\..\src\CombinerTable.cpp"
208 >
209 </File>
210 <File
211 RelativePath="..\..\src\Config.cpp"
212 >
213 </File>
214 <File
215 RelativePath="..\..\src\ConvertImage.cpp"
216 >
217 </File>
218 <File
219 RelativePath="..\..\src\ConvertImage16.cpp"
220 >
221 </File>
222 <File
223 RelativePath="..\..\src\Debugger.cpp"
224 >
225 </File>
226 <File
227 RelativePath="..\..\src\DecodedMux.cpp"
228 >
229 </File>
230 <File
231 RelativePath="..\..\src\DeviceBuilder.cpp"
232 >
233 </File>
234 <File
235 RelativePath="..\..\src\DirectXDecodedMux.cpp"
236 >
237 </File>
238 <File
239 RelativePath="..\..\src\FrameBuffer.cpp"
240 >
241 </File>
242 <File
243 RelativePath="..\..\src\GeneralCombiner.cpp"
244 >
245 </File>
246 <File
247 RelativePath="..\..\src\GraphicsContext.cpp"
248 >
249 </File>
250 <File
251 RelativePath="..\..\src\OGLCombiner.cpp"
252 >
253 </File>
254 <File
255 RelativePath="..\..\src\OGLCombinerNV.cpp"
256 >
257 </File>
258 <File
259 RelativePath="..\..\src\OGLCombinerTNT2.cpp"
260 >
261 </File>
262 <File
263 RelativePath="..\..\src\OGLDecodedMux.cpp"
264 >
265 </File>
266 <File
267 RelativePath="..\..\src\OGLExtCombiner.cpp"
268 >
269 </File>
270 <File
271 RelativePath="..\..\src\OGLExtensions.cpp"
272 >
273 </File>
274 <File
275 RelativePath="..\..\src\OGLExtRender.cpp"
276 >
277 </File>
278 <File
279 RelativePath="..\..\src\OGLFragmentShaders.cpp"
280 >
281 </File>
282 <File
283 RelativePath="..\..\src\OGLGraphicsContext.cpp"
284 >
285 </File>
286 <File
287 RelativePath="..\..\src\OGLRender.cpp"
288 >
289 </File>
290 <File
291 RelativePath="..\..\src\OGLRenderExt.cpp"
292 >
293 </File>
294 <File
295 RelativePath="..\..\src\OGLTexture.cpp"
296 >
297 </File>
298 <File
299 RelativePath="..\..\src\osal_dynamiclib_win32.c"
300 >
301 </File>
302 <File
303 RelativePath="..\..\src\osal_files_win32.c"
304 >
305 </File>
306 <File
307 RelativePath="..\..\src\liblinux\pngrw.c"
308 >
309 </File>
310 <File
311 RelativePath="..\..\src\Render.cpp"
312 >
313 </File>
314 <File
315 RelativePath="..\..\src\RenderBase.cpp"
316 >
317 </File>
318 <File
319 RelativePath="..\..\src\RenderExt.cpp"
320 >
321 </File>
322 <File
323 RelativePath="..\..\src\RenderTexture.cpp"
324 >
325 </File>
326 <File
327 RelativePath="..\..\src\RSP_Parser.cpp"
328 >
329 </File>
330 <File
331 RelativePath="..\..\src\RSP_S2DEX.cpp"
332 >
333 </File>
334 <File
335 RelativePath="..\..\src\Texture.cpp"
336 >
337 </File>
338 <File
339 RelativePath="..\..\src\TextureFilters.cpp"
340 >
341 </File>
342 <File
343 RelativePath="..\..\src\TextureFilters_2xsai.cpp"
344 >
345 </File>
346 <File
347 RelativePath="..\..\src\TextureFilters_hq2x.cpp"
348 >
349 </File>
350 <File
351 RelativePath="..\..\src\TextureFilters_hq4x.cpp"
352 >
353 </File>
354 <File
355 RelativePath="..\..\src\TextureManager.cpp"
356 >
357 </File>
358 <File
359 RelativePath="..\..\src\VectorMath.cpp"
360 >
361 </File>
362 <File
363 RelativePath="..\..\src\Video.cpp"
364 >
365 </File>
366 </Filter>
367 <Filter
368 Name="Header Files"
369 Filter="h;hpp;hxx;hm;inl;inc;xsd"
370 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
371 >
372 <File
373 RelativePath="..\..\src\Blender.h"
374 >
375 </File>
376 <File
377 RelativePath="..\..\src\liblinux\BMGDLL.h"
378 >
379 </File>
380 <File
381 RelativePath="..\..\src\liblinux\BMGImage.h"
382 >
383 </File>
384 <File
385 RelativePath="..\..\src\liblinux\BMGLibPNG.h"
386 >
387 </File>
388 <File
389 RelativePath="..\..\src\liblinux\BMGUtils.h"
390 >
391 </File>
392 <File
393 RelativePath="..\..\src\CNvTNTCombiner.h"
394 >
395 </File>
396 <File
397 RelativePath="..\..\src\COLOR.h"
398 >
399 </File>
400 <File
401 RelativePath="..\..\src\Combiner.h"
402 >
403 </File>
404 <File
405 RelativePath="..\..\src\CombinerDefs.h"
406 >
407 </File>
408 <File
409 RelativePath="..\..\src\Config.h"
410 >
411 </File>
412 <File
413 RelativePath="..\..\src\ConvertImage.h"
414 >
415 </File>
416 <File
417 RelativePath="..\..\src\CritSect.h"
418 >
419 </File>
420 <File
421 RelativePath="..\..\src\CSortedList.h"
422 >
423 </File>
424 <File
425 RelativePath="..\..\src\Debugger.h"
426 >
427 </File>
428 <File
429 RelativePath="..\..\src\DecodedMux.h"
430 >
431 </File>
432 <File
433 RelativePath="..\..\src\DeviceBuilder.h"
434 >
435 </File>
436 <File
437 RelativePath="..\..\src\DirectXDecodedMux.h"
438 >
439 </File>
440 <File
441 RelativePath="..\..\src\ExtendedRender.h"
442 >
443 </File>
444 <File
445 RelativePath="..\..\src\FrameBuffer.h"
446 >
447 </File>
448 <File
449 RelativePath="..\..\src\GeneralCombiner.h"
450 >
451 </File>
452 <File
453 RelativePath="..\..\src\GraphicsContext.h"
454 >
455 </File>
456 <File
457 RelativePath="..\..\src\IColor.h"
458 >
459 </File>
460 <File
461 RelativePath="..\..\src\liblinux\inffixed.h"
462 >
463 </File>
464 <File
465 RelativePath="..\..\src\liblinux\jpegrw.h"
466 >
467 </File>
468 <File
469 RelativePath="..\..\src\OGLCombiner.h"
470 >
471 </File>
472 <File
473 RelativePath="..\..\src\OGLCombinerNV.h"
474 >
475 </File>
476 <File
477 RelativePath="..\..\src\OGLCombinerTNT2.h"
478 >
479 </File>
480 <File
481 RelativePath="..\..\src\OGLDebug.h"
482 >
483 </File>
484 <File
485 RelativePath="..\..\src\OGLDecodedMux.h"
486 >
487 </File>
488 <File
489 RelativePath="..\..\src\OGLExtCombiner.h"
490 >
491 </File>
492 <File
493 RelativePath="..\..\src\OGLExtensions.h"
494 >
495 </File>
496 <File
497 RelativePath="..\..\src\OGLExtRender.h"
498 >
499 </File>
500 <File
501 RelativePath="..\..\src\OGLFragmentShaders.h"
502 >
503 </File>
504 <File
505 RelativePath="..\..\src\OGLGraphicsContext.h"
506 >
507 </File>
508 <File
509 RelativePath="..\..\src\OGLRender.h"
510 >
511 </File>
512 <File
513 RelativePath="..\..\src\OGLTexture.h"
514 >
515 </File>
516 <File
517 RelativePath="..\..\src\osal_dynamiclib.h"
518 >
519 </File>
520 <File
521 RelativePath="..\..\src\osal_files.h"
522 >
523 </File>
524 <File
525 RelativePath="..\..\src\osal_preproc.h"
526 >
527 </File>
528 <File
529 RelativePath="..\..\src\liblinux\pngrw.h"
530 >
531 </File>
532 <File
533 RelativePath="..\..\src\RDP_Texture.h"
534 >
535 </File>
536 <File
537 RelativePath="..\..\src\Render.h"
538 >
539 </File>
540 <File
541 RelativePath="..\..\src\RenderBase.h"
542 >
543 </File>
544 <File
545 RelativePath="..\..\src\RenderTexture.h"
546 >
547 </File>
548 <File
549 RelativePath="..\..\src\RSP_GBI0.h"
550 >
551 </File>
552 <File
553 RelativePath="..\..\src\RSP_GBI1.h"
554 >
555 </File>
556 <File
557 RelativePath="..\..\src\RSP_GBI2.h"
558 >
559 </File>
560 <File
561 RelativePath="..\..\src\RSP_GBI2_ext.h"
562 >
563 </File>
564 <File
565 RelativePath="..\..\src\RSP_GBI_Others.h"
566 >
567 </File>
568 <File
569 RelativePath="..\..\src\RSP_GBI_Sprite2D.h"
570 >
571 </File>
572 <File
573 RelativePath="..\..\src\RSP_Parser.h"
574 >
575 </File>
576 <File
577 RelativePath="..\..\src\RSP_S2DEX.h"
578 >
579 </File>
580 <File
581 RelativePath="..\..\src\Texture.h"
582 >
583 </File>
584 <File
585 RelativePath="..\..\src\TextureFilters.h"
586 >
587 </File>
588 <File
589 RelativePath="..\..\src\TextureFilters_hq2x.h"
590 >
591 </File>
592 <File
593 RelativePath="..\..\src\TextureFilters_hq4x.h"
594 >
595 </File>
596 <File
597 RelativePath="..\..\src\TextureFilters_lq2x.h"
598 >
599 </File>
600 <File
601 RelativePath="..\..\src\TextureManager.h"
602 >
603 </File>
604 <File
605 RelativePath="..\..\src\liblinux\tiffrw.h"
606 >
607 </File>
608 <File
609 RelativePath="..\..\src\Timing.h"
610 >
611 </File>
612 <File
613 RelativePath="..\..\src\typedefs.h"
614 >
615 </File>
616 <File
617 RelativePath="..\..\src\ucode.h"
618 >
619 </File>
620 <File
621 RelativePath="..\..\src\UcodeDefs.h"
622 >
623 </File>
624 <File
625 RelativePath="..\..\src\VectorMath.h"
626 >
627 </File>
628 <File
629 RelativePath="..\..\src\version.h"
630 >
631 </File>
632 <File
633 RelativePath="..\..\src\VertexShaderConstantDef.h"
634 >
635 </File>
636 <File
637 RelativePath="..\..\src\Video.h"
638 >
639 </File>
640 <File
641 RelativePath="..\..\src\liblinux\zconf.h"
642 >
643 </File>
644 <File
645 RelativePath="..\..\src\liblinux\zlib.h"
646 >
647 </File>
648 </Filter>
649 </Files>
650 <Globals>
651 </Globals>
652</VisualStudioProject>