vgmstream/src/libvgmstream.vcproj

1723 lines
34 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="libvgmstream"
ProjectGUID="{54A6AD11-5369-4895-A06F-E255ABB99B11}"
RootNamespace="libvgmstream"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../ext_includes"
PreprocessorDefinitions="WIN32;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;USE_ALLOCA;_DEBUG;_LIB;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="0"
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"
AdditionalIncludeDirectories="../ext_includes"
PreprocessorDefinitions="WIN32;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;USE_ALLOCA;NDEBUG;_LIB;"
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}"
>
<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}"
>
<File
RelativePath=".\formats.c"
>
</File>
<File
RelativePath=".\streamfile.c"
>
</File>
<File
RelativePath=".\util.c"
>
</File>
<File
RelativePath=".\vgmstream.c"
>
</File>
</Filter>
<Filter
Name="meta"
>
<Filter
Name="Header Files"
>
2017-10-28 18:07:26 +02:00
<File
RelativePath=".\meta\adx_keys.h"
>
</File>
<File
RelativePath=".\meta\meta.h"
>
</File>
<File
RelativePath=".\meta\hca_keys.h"
>
</File>
</Filter>
<Filter
Name="Source Files"
>
<File
RelativePath=".\meta\2dx9.c"
>
</File>
<File
RelativePath=".\meta\aax.c"
>
</File>
<File
RelativePath=".\meta\acm.c"
>
</File>
<File
RelativePath=".\meta\ads.c"
>
</File>
<File
RelativePath=".\meta\adx.c"
>
</File>
<File
RelativePath=".\meta\afc_header.c"
>
</File>
<File
RelativePath=".\meta\agsc.c"
>
</File>
<File
RelativePath=".\meta\ahx.c"
>
</File>
<File
RelativePath=".\meta\aifc.c"
>
</File>
<File
RelativePath=".\meta\aix.c"
>
</File>
<File
RelativePath=".\meta\apple_caff.c"
>
</File>
<File
RelativePath=".\meta\ast.c"
>
</File>
<File
RelativePath=".\meta\awc.c"
>
</File>
<File
RelativePath=".\meta\baf.c"
>
</File>
<File
RelativePath=".\meta\bcstm.c"
>
</File>
<File
RelativePath=".\meta\bfstm.c"
>
</File>
<File
RelativePath=".\meta\bfwav.c"
>
</File>
<File
RelativePath=".\meta\bgw.c"
>
</File>
<File
RelativePath=".\meta\bik.c"
>
</File>
<File
RelativePath=".\meta\bnsf.c"
>
</File>
<File
RelativePath=".\meta\brstm.c"
>
</File>
2015-01-22 02:37:14 +01:00
<File
RelativePath=".\meta\btsnd.c"
>
</File>
<File
RelativePath=".\meta\capdsp.c"
>
</File>
<File
RelativePath=".\meta\Cstr.c"
>
</File>
<File
RelativePath=".\meta\dc_asd.c"
>
</File>
<File
RelativePath=".\meta\dc_dcsw_dcs.c"
>
</File>
<File
RelativePath=".\meta\dc_idvi.c"
>
</File>
<File
RelativePath=".\meta\dc_kcey.c"
>
</File>
<File
RelativePath=".\meta\dc_str.c"
>
</File>
<File
RelativePath=".\meta\de2.c"
>
</File>
<File
RelativePath=".\meta\dmsg_segh.c"
>
</File>
<File
RelativePath=".\meta\dsp_adx.c"
>
</File>
<File
RelativePath=".\meta\dsp_bdsp.c"
>
</File>
<File
RelativePath=".\meta\dsp_sth_str.c"
>
</File>
<File
RelativePath=".\meta\ea_schl.c"
>
</File>
<File
RelativePath=".\meta\ea_schl_fixed.c"
>
</File>
<File
RelativePath=".\meta\ea_old.c"
>
</File>
<File
RelativePath=".\meta\ea_snu.c"
>
</File>
<File
RelativePath=".\meta\emff.c"
>
</File>
<File
RelativePath=".\meta\exakt_sc.c"
>
</File>
<File
RelativePath=".\meta\excitebots.c"
>
</File>
<File
RelativePath=".\meta\ffmpeg.c"
>
</File>
<File
RelativePath=".\meta\ffw.c"
>
</File>
<File
RelativePath=".\meta\fsb.c"
>
</File>
2014-04-24 06:31:04 +02:00
<File
RelativePath=".\meta\fsb5.c"
>
</File>
<File
RelativePath=".\meta\g1l.c"
>
</File>
<File
RelativePath=".\meta\gca.c"
>
</File>
<File
RelativePath=".\meta\gcsw.c"
>
</File>
<File
RelativePath=".\meta\genh.c"
>
</File>
<File
RelativePath=".\meta\gh3_bar.c"
>
</File>
<File
RelativePath=".\meta\gsp_gsb.c"
>
</File>
<File
RelativePath=".\meta\gtd.c"
>
</File>
<File
RelativePath=".\meta\halpst.c"
>
</File>
2016-06-28 09:20:37 +02:00
<File
RelativePath=".\meta\hca.c"
>
</File>
<File
RelativePath=".\meta\his.c"
>
</File>
<File
RelativePath=".\meta\idsp.c"
>
</File>
<File
RelativePath=".\meta\ios_psnd.c"
>
</File>
<File
RelativePath=".\meta\ish_isd.c"
>
</File>
<File
RelativePath=".\meta\ivaud.c"
>
</File>
<File
RelativePath=".\meta\ivb.c"
>
</File>
<File
RelativePath=".\meta\kraw.c"
>
</File>
<File
RelativePath=".\meta\lsf.c"
>
</File>
<File
RelativePath=".\meta\mattel_hyperscan.c"
>
</File>
<File
RelativePath=".\meta\maxis_xa.c"
>
2015-01-22 02:37:14 +01:00
</File>
<File
RelativePath=".\meta\mc3.c"
>
</File>
2015-01-22 02:37:14 +01:00
<File
RelativePath=".\meta\mca.c"
>
</File>
<File
RelativePath=".\meta\mn_str.c"
>
</File>
<File
RelativePath=".\meta\msvp.c"
>
</File>
<File
RelativePath=".\meta\mus_acm.c"
>
<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>
</File>
<File
RelativePath=".\meta\musc.c"
>
</File>
<File
RelativePath=".\meta\musx.c"
>
</File>
<File
RelativePath=".\meta\myspd.c"
>
</File>
<File
RelativePath=".\meta\naomi_adpcm.c"
>
</File>
<File
RelativePath=".\meta\naomi_spsd.c"
>
</File>
<File
RelativePath=".\meta\nds_hwas.c"
>
</File>
<File
RelativePath=".\meta\nds_rrds.c"
>
</File>
<File
RelativePath=".\meta\nds_sad.c"
>
</File>
<File
RelativePath=".\meta\nds_strm.c"
>
</File>
<File
RelativePath=".\meta\nds_strm_ffta2.c"
>
</File>
<File
RelativePath=".\meta\nds_swav.c"
>
</File>
<File
RelativePath=".\meta\ngc_adpdtk.c"
>
</File>
<File
RelativePath=".\meta\ngc_bh2pcm.c"
>
</File>
<File
RelativePath=".\meta\ngc_bo2.c"
>
</File>
<File
RelativePath=".\meta\ngc_caf.c"
>
</File>
<File
RelativePath=".\meta\ngc_dsp_konami.c"
>
</File>
<File
RelativePath=".\meta\ngc_dsp_mpds.c"
>
</File>
<File
RelativePath=".\meta\ngc_dsp_std.c"
>
</File>
<File
RelativePath=".\meta\ngc_dsp_ygo.c"
>
</File>
<File
RelativePath=".\meta\ngc_ffcc_str.c"
>
</File>
<File
RelativePath=".\meta\ngc_gcub.c"
>
</File>
<File
RelativePath=".\meta\ngc_lps.c"
>
</File>
<File
RelativePath=".\meta\ngc_nst_dsp.c"
>
</File>
<File
RelativePath=".\meta\ngc_pdt.c"
>
</File>
<File
RelativePath=".\meta\ngc_sck_dsp.c"
>
</File>
<File
RelativePath=".\meta\ngc_ssm.c"
>
</File>
<File
RelativePath=".\meta\ngc_tydsp.c"
>
</File>
<File
RelativePath=".\meta\ngc_ymf.c"
>
</File>
<File
RelativePath=".\meta\ngc_ulw.c"
>
</File>
<File
RelativePath=".\meta\ngca.c"
>
</File>
2017-09-30 01:27:47 +02:00
<File
RelativePath=".\meta\nsw_opus.c"
>
</File>
<File
2017-03-18 18:30:22 +01:00
RelativePath=".\meta\nub_vag.c"
>
</File>
<File
RelativePath=".\meta\nub_xma.c"
>
</File>
<File
RelativePath=".\meta\nwa.c"
>
</File>
<File
RelativePath=".\meta\ogg_vorbis_file.c"
>
</File>
<File
RelativePath=".\meta\ogl.c"
>
</File>
<File
RelativePath=".\meta\otm.c"
>
</File>
<File
RelativePath=".\meta\p3d.c"
>
</File>
<File
RelativePath=".\meta\pc_adp.c"
>
</File>
<File
RelativePath=".\meta\pc_adp_otns.c"
>
</File>
<File
RelativePath=".\meta\pc_al2.c"
>
</File>
<File
RelativePath=".\meta\pc_ast.c"
>
</File>
<File
RelativePath=".\meta\pc_mxst.c"
>
</File>
<File
RelativePath=".\meta\pc_smp.c"
>
</File>
<File
RelativePath=".\meta\pc_snds.c"
>
</File>
<File
2017-10-28 18:07:26 +02:00
RelativePath=".\meta\sab.c"
>
</File>
<File
RelativePath=".\meta\pc_xa30.c"
>
</File>
<File
2017-11-16 00:41:06 +01:00
RelativePath=".\meta\scd_pcm.c"
>
</File>
<File
RelativePath=".\meta\pona.c"
>
</File>
<File
RelativePath=".\meta\pos.c"
>
</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>
<File
RelativePath=".\meta\ps2_2pfs.c"
>
</File>
<File
RelativePath=".\meta\ps2_adm.c"
>
</File>
<File
RelativePath=".\meta\ps2_ads.c"
>
</File>
<File
RelativePath=".\meta\ps2_adsc.c"
>
</File>
<File
RelativePath=".\meta\ps2_ass.c"
>
</File>
<File
RelativePath=".\meta\ps2_ast.c"
>
</File>
<File
RelativePath=".\meta\ps2_aus.c"
>
</File>
<File
RelativePath=".\meta\ps2_b1s.c"
>
</File>
<File
RelativePath=".\meta\ps2_bg00.c"
>
</File>
<File
RelativePath=".\meta\ps2_bmdx.c"
>
</File>
<File
RelativePath=".\meta\ps2_ccc.c"
>
</File>
<File
RelativePath=".\meta\ps2_dxh.c"
>
</File>
<File
RelativePath=".\meta\ps2_enth.c"
>
</File>
<File
RelativePath=".\meta\ps2_exst.c"
>
</File>
<File
RelativePath=".\meta\ps2_filp.c"
>
</File>
<File
RelativePath=".\meta\ps2_gbts.c"
>
</File>
<File
RelativePath=".\meta\ps2_gcm.c"
>
</File>
<File
RelativePath=".\meta\ps2_hgc1.c"
>
</File>
<File
RelativePath=".\meta\ps2_hsf.c"
>
</File>
<File
RelativePath=".\meta\ps2_iab.c"
>
</File>
<File
RelativePath=".\meta\ps2_ikm.c"
>
</File>
<File
RelativePath=".\meta\ps2_ild.c"
>
</File>
<File
RelativePath=".\meta\ps2_int.c"
>
</File>
<File
RelativePath=".\meta\ps2_joe.c"
>
</File>
<File
RelativePath=".\meta\ps2_jstm.c"
>
</File>
<File
RelativePath=".\meta\ps2_kces.c"
>
</File>
<File
RelativePath=".\meta\ps2_khv.c"
>
</File>
<File
RelativePath=".\meta\ps2_leg.c"
>
</File>
<File
RelativePath=".\meta\ps2_lpcm.c"
>
</File>
<File
RelativePath=".\meta\ps2_mcg.c"
>
</File>
<File
RelativePath=".\meta\ps2_mib.c"
>
</File>
<File
RelativePath=".\meta\ps2_mic.c"
>
</File>
<File
RelativePath=".\meta\ps2_mihb.c"
>
</File>
<File
RelativePath=".\meta\ps2_msa.c"
>
</File>
<File
2017-05-12 19:16:46 +02:00
RelativePath=".\meta\mss.c"
>
</File>
<File
RelativePath=".\meta\ps2_mtaf.c"
>
</File>
<File
RelativePath=".\meta\ps2_npsf.c"
>
</File>
<File
RelativePath=".\meta\ps2_p2bt.c"
>
</File>
<File
RelativePath=".\meta\ps2_pcm.c"
>
</File>
<File
RelativePath=".\meta\ps2_pnb.c"
>
</File>
<File
RelativePath=".\meta\ps2_psh.c"
>
</File>
<File
RelativePath=".\meta\ps2_psw.c"
>
</File>
<File
RelativePath=".\meta\ps2_rnd.c"
>
</File>
<File
RelativePath=".\meta\ps2_rstm.c"
>
</File>
<File
RelativePath=".\meta\ps2_rxws.c"
>
</File>
<File
RelativePath=".\meta\ps2_sfs.c"
>
</File>
<File
RelativePath=".\meta\ps2_sl3.c"
>
</File>
<File
RelativePath=".\meta\ps2_smpl.c"
>
</File>
<File
RelativePath=".\meta\ps2_snd.c"
>
</File>
<File
RelativePath=".\meta\ps2_spm.c"
>
</File>
<File
RelativePath=".\meta\ps2_sps.c"
>
</File>
<File
RelativePath=".\meta\ps2_ster.c"
>
</File>
<File
RelativePath=".\meta\ps2_str.c"
>
</File>
<File
RelativePath=".\meta\ps2_strlr.c"
>
</File>
<File
RelativePath=".\meta\ps2_svag.c"
>
</File>
2016-10-30 23:12:09 +01:00
<File
RelativePath=".\meta\ps2_svag_snk.c"
>
</File>
<File
RelativePath=".\meta\ps2_tec.c"
>
</File>
<File
RelativePath=".\meta\ps2_tk5.c"
>
</File>
<File
RelativePath=".\meta\ps2_vag.c"
>
</File>
<File
RelativePath=".\meta\ps2_vas.c"
>
</File>
2013-09-03 20:27:36 +02:00
<File
RelativePath=".\meta\ps2_vbk.c"
>
</File>
<File
RelativePath=".\meta\ps2_vgs.c"
>
</File>
<File
RelativePath=".\meta\ps2_vgv.c"
>
</File>
<File
RelativePath=".\meta\ps2_vms.c"
>
</File>
<File
RelativePath=".\meta\ps2_voi.c"
>
</File>
<File
RelativePath=".\meta\ps2_vpk.c"
>
</File>
<File
RelativePath=".\meta\ps2_wad.c"
>
</File>
<File
RelativePath=".\meta\ps2_wb.c"
>
</File>
<File
RelativePath=".\meta\ps2_wmus.c"
>
</File>
<File
RelativePath=".\meta\ps2_xa2.c"
>
</File>
<File
RelativePath=".\meta\ps2_xa30.c"
>
</File>
<File
RelativePath=".\meta\ps3_cps.c"
>
</File>
<File
RelativePath=".\meta\ps3_ivag.c"
>
</File>
<File
RelativePath=".\meta\ps3_klbs.c"
>
</File>
<File
RelativePath=".\meta\ps3_msf.c"
>
</File>
<File
RelativePath=".\meta\ps3_mta2.c"
>
</File>
<File
RelativePath=".\meta\ps3_past.c"
>
</File>
<File
2017-03-18 17:55:35 +01:00
RelativePath=".\meta\sgxd.c"
>
</File>
<File
2017-03-18 17:53:19 +01:00
RelativePath=".\meta\vawx.c"
>
</File>
<File
RelativePath=".\meta\psx_cdxa.c"
>
</File>
<File
RelativePath=".\meta\psx_fag.c"
>
</File>
<File
RelativePath=".\meta\psx_gms.c"
>
</File>
<File
RelativePath=".\meta\psx_str_mgav.c"
>
</File>
<File
RelativePath=".\meta\raw.c"
>
</File>
<File
RelativePath=".\meta\redspark.c"
>
</File>
<File
RelativePath=".\meta\riff.c"
>
</File>
<File
RelativePath=".\meta\rkv.c"
>
</File>
<File
RelativePath=".\meta\rs03.c"
>
</File>
<File
RelativePath=".\meta\rsd.c"
>
</File>
<File
RelativePath=".\meta\rsf.c"
>
</File>
<File
RelativePath=".\meta\rws.c"
>
</File>
<File
RelativePath=".\meta\rwsd.c"
>
</File>
<File
RelativePath=".\meta\rwx.c"
>
</File>
<File
RelativePath=".\meta\s14_sss.c"
>
</File>
<File
RelativePath=".\meta\sat_baka.c"
>
</File>
<File
RelativePath=".\meta\sat_dvi.c"
>
</File>
<File
RelativePath=".\meta\sat_sap.c"
>
</File>
<File
RelativePath=".\meta\sd9.c"
>
</File>
<File
RelativePath=".\meta\sdt.c"
>
</File>
<File
RelativePath=".\meta\seg.c"
>
</File>
<File
RelativePath=".\meta\sfl.c"
>
</File>
2017-07-31 03:57:17 +02:00
<File
RelativePath=".\meta\sk_aud.c"
>
</File>
<File
RelativePath=".\meta\sli.c"
>
</File>
<File
RelativePath=".\meta\spt_spd.c"
>
</File>
<File
RelativePath=".\meta\sqex_scd.c"
>
</File>
<File
RelativePath=".\meta\stm.c"
>
</File>
<File
RelativePath=".\meta\str_asr.c"
>
</File>
<File
RelativePath=".\meta\str_snds.c"
>
</File>
<File
RelativePath=".\meta\stx.c"
>
</File>
<File
RelativePath=".\meta\svs.c"
>
</File>
<File
RelativePath=".\meta\sxd.c"
>
</File>
<File
RelativePath=".\meta\ta_aac.c"
>
</File>
<File
RelativePath=".\meta\thp.c"
>
</File>
<File
RelativePath=".\meta\tun.c"
>
</File>
<File
RelativePath=".\meta\txth.c"
>
</File>
<File
RelativePath=".\meta\ubi_ckd.c"
>
</File>
<File
RelativePath=".\meta\ubi_raki.c"
>
</File>
<File
RelativePath=".\meta\ubi_sb.c"
>
</File>
<File
RelativePath=".\meta\vgs.c"
>
</File>
<File
RelativePath=".\meta\vs.c"
>
</File>
<File
RelativePath=".\meta\vsf.c"
>
</File>
<File
RelativePath=".\meta\waa_wac_wad_wam.c"
>
</File>
<File
RelativePath=".\meta\wii_04sw.c"
>
</File>
<File
RelativePath=".\meta\wii_bns.c"
>
</File>
<File
RelativePath=".\meta\wii_mus.c"
>
</File>
<File
RelativePath=".\meta\wii_ras.c"
>
</File>
<File
RelativePath=".\meta\wii_smp.c"
>
</File>
<File
RelativePath=".\meta\wii_sng.c"
>
</File>
<File
RelativePath=".\meta\wii_str.c"
>
</File>
<File
RelativePath=".\meta\wii_sts.c"
>
</File>
<File
RelativePath=".\meta\wpd.c"
>
</File>
<File
RelativePath=".\meta\ws_aud.c"
>
</File>
<File
RelativePath=".\meta\wvs.c"
>
</File>
<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
>
</File>
<File
RelativePath=".\meta\x360_pasx.c"
>
2017-01-08 14:19:32 +01:00
</File>
<File
RelativePath=".\meta\x360_tra.c"
>
</File>
2017-05-18 21:03:14 +02:00
<File
RelativePath=".\meta\xau.c"
>
</File>
<File
RelativePath=".\meta\xbox_hlwav.c"
>
</File>
<File
RelativePath=".\meta\xbox_ims.c"
>
</File>
<File
RelativePath=".\meta\xbox_wavm.c"
>
</File>
<File
RelativePath=".\meta\xbox_xmu.c"
>
</File>
<File
RelativePath=".\meta\xbox_xvas.c"
>
</File>
<File
RelativePath=".\meta\xbox_xwav.c"
>
</File>
2016-12-18 18:12:27 +01:00
<File
RelativePath=".\meta\xma.c"
>
</File>
<File
RelativePath=".\meta\xss.c"
>
</File>
<File
RelativePath=".\meta\xvag.c"
>
</File>
<File
RelativePath=".\meta\xwb.c"
>
</File>
<File
RelativePath=".\meta\ydsp.c"
>
</File>
<File
RelativePath=".\meta\zsd.c"
>
</File>
<File
RelativePath=".\meta\zwdsp.c"
>
</File>
</Filter>
</Filter>
<Filter
Name="coding"
>
<Filter
Name="Header Files"
>
<File
RelativePath=".\coding\acm_decoder.h"
>
</File>
<File
RelativePath=".\coding\coding.h"
>
</File>
<File
RelativePath=".\coding\ffmpeg_decoder_utils.h"
>
</File>
<File
RelativePath=".\coding\g72x_state.h"
>
</File>
<File
RelativePath=".\coding\mpeg_decoder.h"
>
</File>
<File
RelativePath=".\coding\nwa_decoder.h"
>
</File>
2017-07-29 01:19:24 +02:00
<File
RelativePath=".\coding\vorbis_custom_decoder.h"
>
</File>
<File
RelativePath=".\coding\vorbis_custom_data_fsb.h"
>
</File>
<File
RelativePath=".\coding\vorbis_custom_data_wwise.h"
>
</File>
</Filter>
<Filter
Name="Source Files"
>
<File
RelativePath=".\coding\acm_decoder.c"
>
</File>
<File
RelativePath=".\coding\adx_decoder.c"
>
</File>
<File
RelativePath=".\coding\aica_decoder.c"
>
</File>
<File
RelativePath=".\coding\coding_utils.c"
>
</File>
<File
RelativePath=".\coding\ea_xa_decoder.c"
>
</File>
<File
RelativePath=".\coding\ea_xas_decoder.c"
>
</File>
<File
RelativePath=".\coding\ffmpeg_decoder.c"
>
</File>
<File
RelativePath=".\coding\ffmpeg_decoder_utils_ea_schl.c"
>
</File>
2017-10-28 18:07:26 +02:00
<File
RelativePath=".\coding\ffmpeg_decoder_utils_bgw_atrac3.c"
>
</File>
<File
RelativePath=".\coding\ffmpeg_decoder_utils_ea_xma.c"
>
</File>
<File
RelativePath=".\coding\ffmpeg_decoder_utils_switch_opus.c"
>
</File>
<File
RelativePath=".\coding\ffmpeg_decoder_utils.c"
>
</File>
<File
RelativePath=".\coding\g719_decoder.c"
>
</File>
<File
RelativePath=".\coding\g721_decoder.c"
>
</File>
<File
RelativePath=".\coding\g7221_decoder.c"
>
</File>
2016-06-28 09:20:37 +02:00
<File
RelativePath=".\coding\hca_decoder.c"
>
</File>
<File
RelativePath=".\coding\ima_decoder.c"
>
</File>
<File
RelativePath=".\coding\l5_555_decoder.c"
>
</File>
<File
RelativePath=".\coding\lsf_decoder.c"
>
</File>
<File
RelativePath=".\coding\mc3_decoder.c"
>
</File>
<File
RelativePath=".\coding\mpeg_custom_utils.c"
>
</File>
<File
RelativePath=".\coding\mpeg_custom_utils_ahx.c"
>
</File>
<File
RelativePath=".\coding\mpeg_custom_utils_awc.c"
>
</File>
<File
RelativePath=".\coding\mpeg_custom_utils_ealayer3.c"
>
</File>
<File
RelativePath=".\coding\mpeg_decoder.c"
>
</File>
<File
RelativePath=".\coding\msadpcm_decoder.c"
>
</File>
<File
RelativePath=".\coding\mtaf_decoder.c"
>
</File>
<File
RelativePath=".\coding\mta2_decoder.c"
>
</File>
<File
RelativePath=".\coding\nds_procyon_decoder.c"
>
</File>
<File
RelativePath=".\coding\ngc_afc_decoder.c"
>
</File>
<File
RelativePath=".\coding\ngc_dsp_decoder.c"
>
</File>
<File
RelativePath=".\coding\ngc_dtk_decoder.c"
>
</File>
<File
RelativePath=".\coding\nwa_decoder.c"
>
</File>
2017-03-25 14:57:44 +01:00
<File
RelativePath=".\coding\ogg_vorbis_decoder.c"
>
</File>
<File
RelativePath=".\coding\pcm_decoder.c"
>
</File>
2017-05-01 16:58:33 +02:00
<File
RelativePath=".\coding\psv_decoder.c"
>
</File>
<File
RelativePath=".\coding\psx_decoder.c"
>
</File>
<File
RelativePath=".\coding\SASSC_decoder.c"
>
</File>
<File
RelativePath=".\coding\sdx2_decoder.c"
>
</File>
<File
RelativePath=".\coding\ws_decoder.c"
>
</File>
<File
RelativePath=".\coding\xa_decoder.c"
>
</File>
2017-07-29 01:19:24 +02:00
<File
RelativePath=".\coding\vorbis_custom_decoder.c"
>
</File>
<File
RelativePath=".\coding\vorbis_custom_utils_fsb.c"
>
</File>
<File
RelativePath=".\coding\vorbis_custom_utils_ogl.c"
>
</File>
<File
RelativePath=".\coding\vorbis_custom_utils_sk.c"
>
</File>
2017-07-29 01:19:24 +02:00
<File
RelativePath=".\coding\vorbis_custom_utils_wwise.c"
>
</File>
2016-06-28 09:20:37 +02:00
<File
RelativePath="..\ext_libs\clHCA.c"
>
</File>
</Filter>
</Filter>
<Filter
Name="layout"
>
<Filter
Name="Header Files"
>
<File
RelativePath=".\layout\layout.h"
>
</File>
</Filter>
<Filter
Name="Source Files"
>
<File
RelativePath=".\layout\aax_layout.c"
>
</File>
<File
RelativePath=".\layout\aix_layout.c"
>
</File>
<File
RelativePath=".\layout\ast_blocked.c"
>
</File>
<File
RelativePath=".\layout\bdsp_blocked.c"
>
</File>
<File
RelativePath=".\layout\blocked.c"
>
</File>
<File
RelativePath=".\layout\blocked_awc.c"
>
</File>
<File
RelativePath=".\layout\blocked_vgs.c"
>
</File>
<File
RelativePath=".\layout\caf_blocked.c"
>
</File>
<File
RelativePath=".\layout\de2_blocked.c"
>
</File>
<File
RelativePath=".\layout\ea_block.c"
>
</File>
<File
RelativePath=".\layout\ea_sns_blocked.c"
>
</File>
<File
RelativePath=".\layout\emff_blocked.c"
>
</File>
<File
RelativePath=".\layout\filp_blocked.c"
>
</File>
<File
RelativePath=".\layout\gsb_blocked.c"
>
</File>
<File
RelativePath=".\layout\halpst_blocked.c"
>
</File>
<File
RelativePath=".\layout\ims_block.c"
>
</File>
<File
RelativePath=".\layout\interleave.c"
>
</File>
<File
RelativePath=".\layout\interleave_byte.c"
>
</File>
<File
RelativePath=".\layout\ivaud_layout.c"
>
</File>
<File
RelativePath=".\layout\mus_acm_layout.c"
>
</File>
<File
RelativePath=".\layout\mxch_blocked.c"
>
</File>
<File
RelativePath=".\layout\nolayout.c"
>
</File>
<File
RelativePath=".\layout\ps2_adm_blocked.c"
>
</File>
<File
RelativePath=".\layout\ps2_iab_blocked.c"
>
</File>
<File
RelativePath=".\layout\ps2_strlr_blocked.c"
>
</File>
<File
RelativePath=".\layout\psx_mgav_blocked.c"
>
</File>
<File
RelativePath=".\layout\rws_blocked.c"
>
</File>
<File
RelativePath=".\layout\hwas_blocked.c"
>
</File>
<File
RelativePath=".\layout\scd_int_layout.c"
>
</File>
<File
RelativePath=".\layout\str_snds_blocked.c"
>
</File>
<File
RelativePath=".\layout\thp_blocked.c"
>
</File>
<File
RelativePath=".\layout\tra_blocked.c"
>
</File>
<File
RelativePath=".\layout\vs_blocked.c"
>
</File>
<File
RelativePath=".\layout\ws_aud_blocked.c"
>
</File>
<File
RelativePath=".\layout\wsi_blocked.c"
>
</File>
<File
RelativePath=".\layout\xa_blocked.c"
>
</File>
<File
RelativePath=".\layout\xvas_block.c"
>
</File>
</Filter>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>