2014-10-20 09:58:33 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-04-03 15:40:36 +02:00
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2015-05-20 08:23:18 +02:00
|
|
|
Version="9.00"
|
2008-04-03 15:40:36 +02:00
|
|
|
Name="libvgmstream"
|
|
|
|
ProjectGUID="{54A6AD11-5369-4895-A06F-E255ABB99B11}"
|
2008-05-04 22:47:21 +02:00
|
|
|
RootNamespace="libvgmstream"
|
2008-04-03 15:40:36 +02:00
|
|
|
Keyword="Win32Proj"
|
2008-09-08 21:21:44 +02:00
|
|
|
TargetFrameworkVersion="131072"
|
2008-04-03 15:40:36 +02:00
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2015-05-20 08:23:18 +02:00
|
|
|
OutputDirectory="Debug"
|
2008-08-04 22:34:07 +02:00
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
2008-04-03 15:40:36 +02:00
|
|
|
ConfigurationType="4"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2008-06-15 10:29:18 +02:00
|
|
|
AdditionalIncludeDirectories="../ext_includes"
|
2017-01-08 02:54:18 +01:00
|
|
|
PreprocessorDefinitions="WIN32;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;USE_ALLOCA;_DEBUG;_LIB;"
|
2008-04-03 15:40:36 +02:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
2008-12-10 13:07:29 +01:00
|
|
|
FloatingPointModel="0"
|
2008-04-03 15:40:36 +02:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="true"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="Release"
|
|
|
|
IntermediateDirectory="Release"
|
|
|
|
ConfigurationType="4"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-06-15 09:51:10 +02:00
|
|
|
AdditionalIncludeDirectories="../ext_includes"
|
2017-01-08 02:54:18 +01:00
|
|
|
PreprocessorDefinitions="WIN32;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;USE_ALLOCA;NDEBUG;_LIB;"
|
2008-04-03 15:40:36 +02:00
|
|
|
RuntimeLibrary="2"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
2017-01-03 13:34:20 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\formats.h"
|
|
|
|
>
|
2016-12-29 13:24:24 +01:00
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\streamfile.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\streamtypes.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\util.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\vgmstream.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
2017-01-03 13:34:20 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\formats.c"
|
|
|
|
>
|
2016-12-29 13:24:24 +01:00
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\streamfile.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\util.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\vgmstream.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="meta"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
>
|
|
|
|
<File
|
2008-05-06 21:54:17 +02:00
|
|
|
RelativePath=".\meta\meta.h"
|
2008-04-03 15:40:36 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
>
|
2009-05-31 20:56:16 +02:00
|
|
|
<File
|
2010-06-29 17:52:07 +02:00
|
|
|
RelativePath=".\meta\2dx9.c"
|
2009-05-31 20:56:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
2009-01-03 12:08:44 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\aax.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-20 09:28:17 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\acm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-11 23:34:30 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ads.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
2017-04-16 01:02:29 +02:00
|
|
|
RelativePath=".\meta\adx.c"
|
2008-04-03 15:40:36 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\afc_header.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\agsc.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 13:02:39 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ahx.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\aifc.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-02 12:24:28 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\aix.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-08-30 04:16:54 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\apple_caff.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ast.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-09-11 22:57:39 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\baf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2014-10-20 09:58:33 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\bcstm.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\bfstm.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\bfwav.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-07 00:30:33 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\bgw.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-02-04 13:00:13 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\bik.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-03-21 05:23:18 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\bnsf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\brstm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2015-01-22 02:37:14 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\btsnd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-20 22:26:01 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\capdsp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\Cstr.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-10-30 16:43:36 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\dc_asd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-19 19:55:05 +02:00
|
|
|
<File
|
2010-02-15 10:02:31 +01:00
|
|
|
RelativePath=".\meta\dc_dcsw_dcs.c"
|
2008-08-19 19:55:05 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-18 22:20:16 +02:00
|
|
|
<File
|
2010-02-15 10:02:31 +01:00
|
|
|
RelativePath=".\meta\dc_idvi.c"
|
2008-07-18 22:20:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-08-10 00:38:44 +02:00
|
|
|
<File
|
2010-02-15 10:02:31 +01:00
|
|
|
RelativePath=".\meta\dc_kcey.c"
|
2008-08-10 00:38:44 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-12-07 11:27:04 +01:00
|
|
|
<File
|
2010-02-15 10:02:31 +01:00
|
|
|
RelativePath=".\meta\dc_str.c"
|
2008-12-07 11:27:04 +01:00
|
|
|
>
|
|
|
|
</File>
|
2008-08-11 09:19:44 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\de2.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-02-05 19:25:31 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\dmsg_segh.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-01-25 22:23:45 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\dsp_adx.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-05-12 11:54:01 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\dsp_bdsp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-05-02 21:16:35 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\dsp_sth_str.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-02 19:58:08 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ea_header.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 21:21:45 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ea_old.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-10 13:30:23 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\emff.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-04 06:19:39 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\exakt_sc.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-03-03 10:03:18 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\excitebots.c"
|
|
|
|
>
|
|
|
|
</File>
|
2016-12-09 23:26:48 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ffmpeg.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-07-27 21:45:59 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ffw.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 15:37:34 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\fsb.c"
|
|
|
|
>
|
|
|
|
</File>
|
2014-04-24 06:31:04 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\fsb5.c"
|
|
|
|
>
|
|
|
|
</File>
|
2014-10-20 09:58:33 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\g1l.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-27 22:08:48 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\gca.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\gcsw.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-15 09:51:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\genh.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-28 17:25:52 +01:00
|
|
|
<File
|
2010-06-13 06:41:26 +02:00
|
|
|
RelativePath=".\meta\gh3_bar.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-11-28 17:25:52 +01:00
|
|
|
RelativePath=".\meta\gsp_gsb.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-05-13 01:55:31 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\gtd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\halpst.c"
|
|
|
|
>
|
|
|
|
</File>
|
2016-06-28 09:20:37 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\hca.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-01-19 20:40:41 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\his.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-23 07:13:53 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\idsp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-19 03:59:42 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ios_psnd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-28 15:27:51 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ish_isd.c"
|
|
|
|
>
|
2010-01-24 22:27:22 +01:00
|
|
|
</File>
|
2009-03-19 20:43:06 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ivaud.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 13:02:39 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ivb.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-31 13:34:55 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\kraw.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-01-13 09:11:58 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\lsf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-15 19:24:50 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\mattel_hyperscan.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-08-25 19:50:43 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\maxis_xa.c"
|
|
|
|
>
|
2015-01-22 02:37:14 +01:00
|
|
|
</File>
|
2017-04-28 17:26:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\mc3.c"
|
|
|
|
>
|
|
|
|
</File>
|
2015-01-22 02:37:14 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\mca.c"
|
|
|
|
>
|
2009-08-25 19:50:43 +02:00
|
|
|
</File>
|
2011-07-22 07:32:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\mn_str.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-02 21:11:42 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\msvp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-21 01:28:16 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\mus_acm.c"
|
|
|
|
>
|
2008-08-04 22:34:07 +02:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2008-07-21 01:28:16 +02:00
|
|
|
</File>
|
2008-07-15 19:08:39 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\musc.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-17 03:22:23 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\musx.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-01-10 22:22:20 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\myspd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-05-10 09:14:29 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\naomi_adpcm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-02 17:43:12 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\naomi_spsd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-04-19 11:49:08 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\nds_hwas.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-05 11:11:47 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\nds_rrds.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-23 13:07:41 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\nds_sad.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\nds_strm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-06 20:16:37 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\nds_swav.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_adpdtk.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-19 13:50:34 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_bh2pcm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-04-20 22:26:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_bo2.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-03 20:41:26 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_caf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-04-20 22:26:10 +02:00
|
|
|
<File
|
2010-05-02 21:16:35 +02:00
|
|
|
RelativePath=".\meta\ngc_dsp_konami.c"
|
2010-04-20 22:26:10 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
2010-05-02 21:16:35 +02:00
|
|
|
RelativePath=".\meta\ngc_dsp_mpds.c"
|
2008-04-03 15:40:36 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-02-27 23:10:52 +01:00
|
|
|
<File
|
2010-05-02 21:16:35 +02:00
|
|
|
RelativePath=".\meta\ngc_dsp_std.c"
|
2010-02-27 23:10:52 +01:00
|
|
|
>
|
|
|
|
</File>
|
2009-06-26 18:31:58 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_dsp_ygo.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-01-08 15:29:40 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_ffcc_str.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-08-23 10:42:14 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_gcub.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-04-29 22:24:39 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_lps.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-09-11 19:53:33 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_nst_dsp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-10-04 20:52:50 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_pdt.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-02 21:11:42 +01:00
|
|
|
<File
|
2009-08-25 19:50:43 +02:00
|
|
|
RelativePath=".\meta\ngc_sck_dsp.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-12-02 21:11:42 +01:00
|
|
|
RelativePath=".\meta\ngc_ssm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-02 19:29:03 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_tydsp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-23 08:05:37 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngc_ymf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-11-09 05:21:22 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ngca.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-09-30 02:04:17 +02:00
|
|
|
<File
|
2017-03-18 18:30:22 +01:00
|
|
|
RelativePath=".\meta\nub_vag.c"
|
2010-09-30 02:04:17 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-06-15 09:51:10 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\nwa.c"
|
2008-05-04 22:47:21 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-05-13 13:47:51 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ogg_vorbis_file.c"
|
2008-05-13 13:47:51 +02:00
|
|
|
>
|
2014-10-20 09:58:33 +02:00
|
|
|
</File>
|
2017-04-22 19:25:54 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ogl.c"
|
|
|
|
>
|
|
|
|
</File>
|
2014-10-20 09:58:33 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\otm.c"
|
|
|
|
>
|
2008-05-13 13:47:51 +02:00
|
|
|
</File>
|
2010-04-10 14:06:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\p3d.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-22 07:57:50 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\pc_adp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-02 14:18:23 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\pc_mxst.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-04-10 12:55:14 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\pc_smp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-06 10:49:57 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\pc_snds.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-02 14:18:23 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\pc_sob.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-31 00:13:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\pcm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-15 08:22:01 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\pona.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-21 23:26:52 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\pos.c"
|
2008-05-21 23:26:52 +02:00
|
|
|
>
|
|
|
|
</File>
|
2017-01-08 12:59:04 +01:00
|
|
|
<File
|
2017-03-18 18:40:46 +01:00
|
|
|
RelativePath=".\meta\ps2_vds_vdm.c"
|
2017-01-08 12:59:04 +01:00
|
|
|
>
|
|
|
|
</File>
|
2012-08-15 05:41:24 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_2pfs.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-05-02 21:16:35 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_adm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-11 23:27:10 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_ads.c"
|
2008-05-11 23:27:10 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-04-12 03:06:18 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_adsc.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-11 11:02:52 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_ass.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-01-26 18:57:49 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_ast.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-14 22:44:19 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_aus.c"
|
2008-05-14 22:44:19 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-05-02 21:16:35 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_b1s.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-18 21:40:14 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_bg00.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-15 20:57:03 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_bmdx.c"
|
2008-05-15 20:57:03 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-09-24 07:56:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_ccc.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-20 18:34:01 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_dxh.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-29 15:07:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_enth.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-06 00:45:21 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_exst.c"
|
2008-05-06 00:45:21 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-17 03:22:23 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_filp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-01-05 19:41:14 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_gbts.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-03-29 22:06:08 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_gcm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-10 21:59:29 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_hgc1.c"
|
2008-05-11 20:11:55 +02:00
|
|
|
>
|
|
|
|
</File>
|
2012-03-21 04:30:36 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_hsf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-12-06 23:22:06 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_iab.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-17 03:22:23 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_ikm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-20 20:09:05 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_ild.c"
|
2008-05-20 20:09:05 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-05-11 20:11:55 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_int.c"
|
2008-05-13 21:53:31 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-12-03 21:30:18 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_joe.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-08-28 03:43:40 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_jstm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-20 18:34:01 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_kces.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-04-20 22:26:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_khv.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-17 03:22:23 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_leg.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-04-30 04:35:26 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_lpcm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-13 23:00:33 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_mcg.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-17 23:52:40 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_mib.c"
|
2008-05-17 23:52:40 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-06-07 23:11:33 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_mic.c"
|
2008-06-07 23:11:33 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-09-24 18:36:19 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_mihb.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-03-31 03:57:34 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_msa.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-07-22 07:32:10 +02:00
|
|
|
<File
|
2017-05-12 19:16:46 +02:00
|
|
|
RelativePath=".\meta\mss.c"
|
2011-07-22 07:32:10 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-12-04 00:21:36 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_mtaf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-13 21:53:31 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_npsf.c"
|
2008-05-10 21:59:29 +02:00
|
|
|
>
|
|
|
|
</File>
|
2009-01-05 19:41:14 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_p2bt.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-19 13:39:30 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_pnb.c"
|
2008-05-19 13:39:30 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-20 22:41:11 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_psh.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-25 19:49:09 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_psw.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-21 22:09:06 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_rnd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-19 10:48:49 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_rstm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_rws.c"
|
2008-04-03 15:40:36 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2017-05-13 13:01:16 +02:00
|
|
|
RelativePath=".\meta\ps2_rxws.c"
|
2008-04-03 15:40:36 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-17 16:20:42 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_sfs.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-06 21:54:17 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_sl3.c"
|
2008-05-06 21:54:17 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-03-31 03:57:34 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_smpl.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-05-10 09:14:29 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_snd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-11-29 03:02:27 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_spm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-04-06 00:03:29 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_sps.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-03-16 03:34:18 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_ster.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-11-22 15:06:45 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_stm.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-25 18:42:13 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_str.c"
|
2008-06-25 18:42:13 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-12-29 13:33:33 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_strlr.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-24 00:52:02 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_svag.c"
|
2008-05-24 00:52:02 +02:00
|
|
|
>
|
|
|
|
</File>
|
2016-10-30 23:12:09 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_svag_snk.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-29 15:07:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_tec.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-05 17:08:23 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_tk5.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-24 17:11:32 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_vag.c"
|
2008-05-24 17:11:32 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-25 19:49:09 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_vas.c"
|
|
|
|
>
|
|
|
|
</File>
|
2013-09-03 20:27:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_vbk.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-19 20:43:06 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_vgs.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-07-11 13:28:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_vgv.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-05-31 01:56:35 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_vms.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-04-20 22:26:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_voi.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-01 05:23:44 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ps2_vpk.c"
|
2008-07-01 05:23:44 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-05-02 21:16:35 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_wad.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-03-23 04:36:10 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_wb.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-13 03:23:53 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_wmus.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-08 21:21:44 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_xa2.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-15 05:39:20 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps2_xa30.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-09-10 01:47:27 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps3_cps.c"
|
|
|
|
>
|
|
|
|
</File>
|
2012-04-14 18:07:21 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps3_ivag.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-03-23 04:17:53 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps3_klbs.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-09-14 20:22:49 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps3_msf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-05-18 19:16:44 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps3_mta2.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-10-12 02:16:49 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps3_past.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-10-19 04:16:08 +02:00
|
|
|
<File
|
2017-03-18 17:55:35 +01:00
|
|
|
RelativePath=".\meta\sgxd.c"
|
2010-10-19 04:16:08 +02:00
|
|
|
>
|
|
|
|
</File>
|
2011-01-17 22:22:10 +01:00
|
|
|
<File
|
2017-03-18 17:53:19 +01:00
|
|
|
RelativePath=".\meta\vawx.c"
|
2011-01-17 22:22:10 +01:00
|
|
|
>
|
|
|
|
</File>
|
2010-09-05 00:06:39 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ps3_xvag.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-02 05:57:21 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\psx_cdxa.c"
|
2008-07-02 05:57:21 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-09-24 07:56:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\psx_fag.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-03 04:20:52 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\psx_gms.c"
|
2008-07-03 04:20:52 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-04-20 22:26:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\psx_str_mgav.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-05 14:23:59 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\raw.c"
|
2008-07-05 14:23:59 +02:00
|
|
|
>
|
|
|
|
</File>
|
2009-03-16 16:45:02 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\redspark.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-06 10:59:14 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\riff.c"
|
2008-07-06 10:59:14 +02:00
|
|
|
>
|
|
|
|
</File>
|
2010-02-27 23:10:52 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\rkv.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-06 14:23:37 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\rs03.c"
|
2008-07-06 14:23:37 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 15:37:34 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\rsd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-06 20:05:04 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\rsf.c"
|
2008-07-06 20:05:04 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\rwsd.c"
|
2008-07-06 20:05:04 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 15:08:01 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\rwx.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-03-23 21:57:12 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\s14_sss.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-01-28 10:35:55 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\sat_baka.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-18 21:35:29 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\sat_dvi.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-19 14:25:43 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\sat_sap.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-05-23 03:42:43 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\sd9.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-01 01:41:41 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\sdt.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-01-22 03:31:52 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\seg.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-22 04:18:32 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\sfl.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-21 07:50:28 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\sli.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-28 15:27:51 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\spt_spd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-10 13:07:29 +01:00
|
|
|
<File
|
2011-02-08 13:56:16 +01:00
|
|
|
RelativePath=".\meta\sqex_scd.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-12-10 13:07:29 +01:00
|
|
|
RelativePath=".\meta\ss_stream.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-18 20:13:12 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\str_asr.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-11 02:41:21 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\str_snds.c"
|
2008-07-11 02:41:21 +02:00
|
|
|
>
|
|
|
|
</File>
|
2009-11-18 01:46:36 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\stx.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:20:39 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\svs.c"
|
2008-07-12 17:20:39 +02:00
|
|
|
>
|
|
|
|
</File>
|
2017-04-22 15:00:22 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\sxd.c"
|
|
|
|
>
|
2017-05-13 02:22:15 +02:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ta_aac.c"
|
|
|
|
>
|
2017-04-22 15:00:22 +02:00
|
|
|
</File>
|
2008-12-12 00:16:09 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\thp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-05-18 22:33:00 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\tun.c"
|
|
|
|
>
|
|
|
|
</File>
|
2013-09-03 20:14:14 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ubi_ckd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-04-07 18:01:04 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ubi_raki.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-04 21:11:45 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\vgs.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\vs.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-08 09:36:33 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\vsf.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-05-01 16:37:30 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\waa_wac_wad_wam.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-05 14:18:34 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wii_bns.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-10-11 06:00:57 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wii_mus.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-11-22 02:45:39 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wii_ras.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-08 18:36:44 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wii_smp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-24 01:00:10 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wii_sng.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-12 22:25:41 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wii_str.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-12 20:21:11 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wii_sts.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-05-18 22:33:00 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wpd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:20:39 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\ws_aud.c"
|
2008-07-12 17:20:39 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-08-10 22:08:03 +02:00
|
|
|
<File
|
2009-08-25 05:21:28 +02:00
|
|
|
RelativePath=".\meta\wvs.c"
|
2008-08-10 22:08:03 +02:00
|
|
|
>
|
|
|
|
</File>
|
2017-04-02 12:27:21 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\wwise.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-03-19 00:44:58 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\x360_ast.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-01-08 14:19:32 +01:00
|
|
|
<File
|
2017-03-18 18:40:46 +01:00
|
|
|
RelativePath=".\meta\x360_cxs.c"
|
2017-01-08 14:19:32 +01:00
|
|
|
>
|
2017-04-22 12:09:43 +02:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\x360_nub.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\meta\x360_pasx.c"
|
|
|
|
>
|
2017-01-08 14:19:32 +01:00
|
|
|
</File>
|
2010-12-04 00:21:36 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\x360_tra.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-05-18 21:03:14 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\xau.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-10-15 11:24:04 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\xbox_hlwav.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-08 16:47:04 +02:00
|
|
|
<File
|
2009-08-25 05:21:28 +02:00
|
|
|
RelativePath=".\meta\xbox_ims.c"
|
2008-08-08 16:47:04 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:20:39 +02:00
|
|
|
<File
|
2009-08-25 05:21:28 +02:00
|
|
|
RelativePath=".\meta\xbox_stma.c"
|
2008-07-12 17:20:39 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-08-04 22:34:07 +02:00
|
|
|
<File
|
2009-08-25 05:21:28 +02:00
|
|
|
RelativePath=".\meta\xbox_wavm.c"
|
2008-08-04 22:34:07 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-08-18 19:51:22 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\xbox_xmu.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-19 13:34:16 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\xbox_xvas.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:20:39 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\xbox_xwav.c"
|
2008-07-12 17:20:39 +02:00
|
|
|
>
|
|
|
|
</File>
|
2016-12-18 18:12:27 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\xma.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:20:39 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\meta\xss.c"
|
2008-07-12 17:20:39 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 15:08:01 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\xwb.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-28 15:27:51 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\ydsp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-13 00:42:56 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\zsd.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-23 12:49:58 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\meta\zwdsp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="coding"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
>
|
2008-07-20 09:28:17 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\acm_decoder.h"
|
|
|
|
>
|
|
|
|
</File>
|
2017-03-26 15:54:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\coding.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\coding\fsb_vorbis_data.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
2008-05-06 21:54:17 +02:00
|
|
|
RelativePath=".\coding\g72x_state.h"
|
2008-05-04 22:47:21 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-08-03 16:58:03 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\nwa_decoder.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
>
|
2008-07-20 09:28:17 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\acm_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\adx_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-13 08:11:05 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\aica_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-04-15 23:19:06 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\coding_utils.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-02 19:58:08 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\eaxa_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-02-25 13:54:05 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\ffmpeg_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-03-25 14:57:44 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\fsb_vorbis_decoder.c"
|
|
|
|
>
|
2017-02-25 13:54:05 +01:00
|
|
|
</File>
|
2015-01-25 06:08:25 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\g719_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\g721_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-03-21 05:23:18 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\g7221_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2016-06-28 09:20:37 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\hca_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\ima_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-01-04 16:36:06 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\l5_555_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-01-13 09:11:58 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\lsf_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-04-28 17:26:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\mc3_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 13:02:39 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\mpeg_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-11 09:19:44 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\msadpcm_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-05-07 13:05:05 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\mtaf_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-05-18 19:16:44 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\mta2_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-28 07:29:43 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\nds_procyon_decoder.c"
|
|
|
|
>
|
2008-12-28 15:47:27 +01:00
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\ngc_afc_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\coding\ngc_dsp_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\coding\ngc_dtk_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-03 16:58:03 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\nwa_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2017-03-25 14:57:44 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\ogg_vorbis_decoder.c"
|
|
|
|
>
|
2017-04-22 19:25:54 +02:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\coding\ogl_vorbis_decoder.c"
|
|
|
|
>
|
2017-03-25 14:57:44 +01:00
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\pcm_decoder.c"
|
2008-05-04 22:47:21 +02:00
|
|
|
>
|
|
|
|
</File>
|
2017-05-01 16:58:33 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\psv_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-04 22:47:21 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\psx_decoder.c"
|
2008-04-03 15:40:36 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-01 05:23:44 +02:00
|
|
|
<File
|
2009-09-11 20:40:26 +02:00
|
|
|
RelativePath=".\coding\SASSC_decoder.c"
|
2008-05-10 21:59:29 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-03 23:21:01 +02:00
|
|
|
<File
|
2009-09-11 20:40:26 +02:00
|
|
|
RelativePath=".\coding\sdx2_decoder.c"
|
2008-07-03 23:21:01 +02:00
|
|
|
>
|
|
|
|
</File>
|
2017-04-13 15:04:46 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\coding\wwise_vorbis_decoder.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\coding\wwise_vorbis_utils.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-05 14:23:59 +02:00
|
|
|
<File
|
2009-09-11 20:40:26 +02:00
|
|
|
RelativePath=".\coding\ws_decoder.c"
|
2008-07-05 14:23:59 +02:00
|
|
|
>
|
|
|
|
</File>
|
2009-09-04 06:19:39 +02:00
|
|
|
<File
|
2009-09-11 20:40:26 +02:00
|
|
|
RelativePath=".\coding\xa_decoder.c"
|
2009-09-04 06:19:39 +02:00
|
|
|
>
|
|
|
|
</File>
|
2016-06-28 09:20:37 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\ext_libs\clHCA.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="layout"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
>
|
|
|
|
<File
|
2008-05-06 21:54:17 +02:00
|
|
|
RelativePath=".\layout\layout.h"
|
2008-04-03 15:40:36 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
>
|
2009-01-03 12:08:44 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\aax_layout.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-02 12:24:28 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\aix_layout.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\ast_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-05-10 10:02:22 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\bdsp_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-03 20:41:26 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\caf_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-11 09:19:44 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\de2_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-02 19:58:08 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\ea_block.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-10 13:30:23 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\emff_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-18 07:51:26 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\filp_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-16 16:48:21 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\gsb_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\halpst_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-10 22:08:03 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\ims_block.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\interleave.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-14 15:30:26 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\interleave_byte.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-19 20:43:06 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\ivaud_layout.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-20 09:28:17 +02:00
|
|
|
<File
|
2008-07-22 08:37:22 +02:00
|
|
|
RelativePath=".\layout\mus_acm_layout.c"
|
2008-07-20 09:28:17 +02:00
|
|
|
>
|
|
|
|
</File>
|
2009-09-02 14:18:23 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\mxch_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\nolayout.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-05-02 21:16:35 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\ps2_adm_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-12-06 23:22:06 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\ps2_iab_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-12-29 13:33:33 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\ps2_strlr_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-04-20 22:26:10 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\psx_mgav_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2012-08-24 19:36:40 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\scd_int_layout.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-10 21:59:29 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\layout\str_snds_blocked.c"
|
2008-05-10 21:59:29 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-12-12 00:16:09 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\thp_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-12-04 00:21:36 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\tra_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-04 21:11:45 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\vs_blocked.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-29 03:30:13 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\layout\ws_aud_blocked.c"
|
2008-06-29 03:30:13 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-02 05:57:21 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\layout\wsi_blocked.c"
|
2008-07-02 05:57:21 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-03 04:20:52 +02:00
|
|
|
<File
|
2008-07-14 13:02:39 +02:00
|
|
|
RelativePath=".\layout\xa_blocked.c"
|
2008-07-03 04:20:52 +02:00
|
|
|
>
|
|
|
|
</File>
|
2008-08-19 13:34:16 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\layout\xvas_block.c"
|
|
|
|
>
|
|
|
|
</File>
|
2008-04-03 15:40:36 +02:00
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|