diff options
Diffstat (limited to 'lib/vgmstream/win32/win32.vcproj')
-rw-r--r-- | lib/vgmstream/win32/win32.vcproj | 1000 |
1 files changed, 1000 insertions, 0 deletions
diff --git a/lib/vgmstream/win32/win32.vcproj b/lib/vgmstream/win32/win32.vcproj new file mode 100644 index 0000000000..53123a9efa --- /dev/null +++ b/lib/vgmstream/win32/win32.vcproj @@ -0,0 +1,1000 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="libvgmstream_dll" + ProjectGUID="{3600E1C5-FECA-468C-83F3-FE467DBE2A66}" + RootNamespace="libvgmstream_dll" + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)libs\$(ProjectName)\$(ConfigurationName)\" + IntermediateDirectory="$(SolutionDir)objs\$(ProjectName)\$(ConfigurationName)\" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <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;_DEBUG;_WINDOWS;_USRDLL;WIN32_EXPORTS;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + DisableSpecificWarnings="4267;4018;4244;4312" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + OutputFile="..\..\..\..\..\system\players\paplayer\vgmstream.dll" + LinkIncremental="1" + IgnoreDefaultLibraryNames="LIBCMTD" + GenerateDebugInformation="true" + ProgramDatabaseFile="win32.pdb" + SubSystem="2" + ProfileGuidedDatabase="" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="win32.lib" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)libs\$(ProjectName)\$(ConfigurationName)\" + IntermediateDirectory="$(SolutionDir)objs\$(ProjectName)\$(ConfigurationName)\" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\ext_includes" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WIN32_EXPORTS;_CRT_SECURE_NO_WARNINGS;_LIB" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + DisableSpecificWarnings="4267;4018;4244;4312" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + OutputFile="..\..\..\..\..\system\players\paplayer\vgmstream.dll" + LinkIncremental="1" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TargetName).pdb" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + ProfileGuidedDatabase="" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="win32.lib" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="coding" + > + <Filter + Name="Header Files" + > + <File + RelativePath="..\src\coding\acm_decoder.h" + > + </File> + <File + RelativePath="..\src\coding\coding.h" + > + </File> + <File + RelativePath="..\src\coding\g72x_state.h" + > + </File> + <File + RelativePath="..\src\coding\nwa_decoder.h" + > + </File> + </Filter> + <Filter + Name="Source Files" + > + <File + RelativePath="..\src\coding\acm_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\adx_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\aica_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\eaxa_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\g721_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\ima_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\l5_555_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\mpeg_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\msadpcm_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\nds_procyon_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\ngc_afc_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\ngc_dsp_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\ngc_dtk_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\nwa_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\ogg_vorbis_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\pcm_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\psx_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\sdx2_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\ws_decoder.c" + > + </File> + <File + RelativePath="..\src\coding\xa_decoder.c" + > + </File> + </Filter> + </Filter> + <Filter + Name="Header Files" + > + <File + RelativePath="..\src\streamfile.h" + > + </File> + <File + RelativePath="..\src\streamtypes.h" + > + </File> + <File + RelativePath="..\src\util.h" + > + </File> + <File + RelativePath="..\src\vgmstream.h" + > + </File> + </Filter> + <Filter + Name="Source Files" + > + <File + RelativePath="..\src\streamfile.c" + > + </File> + <File + RelativePath="..\src\util.c" + > + </File> + <File + RelativePath="..\src\vgmstream.c" + > + </File> + <File + RelativePath="..\XBMCVGM.cpp" + > + </File> + </Filter> + <Filter + Name="meta" + > + <Filter + Name="Header Files" + > + <File + RelativePath="..\src\meta\meta.h" + > + </File> + </Filter> + <Filter + Name="Source Files" + > + <File + RelativePath="..\src\meta\aax.c" + > + </File> + <File + RelativePath="..\src\meta\acm.c" + > + </File> + <File + RelativePath="..\src\meta\adx_header.c" + > + </File> + <File + RelativePath="..\src\meta\afc_header.c" + > + </File> + <File + RelativePath="..\src\meta\agsc.c" + > + </File> + <File + RelativePath="..\src\meta\ahx.c" + > + </File> + <File + RelativePath="..\src\meta\aifc.c" + > + </File> + <File + RelativePath="..\src\meta\aix.c" + > + </File> + <File + RelativePath="..\src\meta\ast.c" + > + </File> + <File + RelativePath="..\src\meta\bgw.c" + > + </File> + <File + RelativePath="..\src\meta\brstm.c" + > + </File> + <File + RelativePath="..\src\meta\capdsp.c" + > + </File> + <File + RelativePath="..\src\meta\Cstr.c" + > + </File> + <File + RelativePath="..\src\meta\dc_asd.c" + > + </File> + <File + RelativePath="..\src\meta\dc_idvi.c" + > + </File> + <File + RelativePath="..\src\meta\dc_kcey.c" + > + </File> + <File + RelativePath="..\src\meta\dc_str.c" + > + </File> + <File + RelativePath="..\src\meta\dc_wav_dcs.c" + > + </File> + <File + RelativePath="..\src\meta\de2.c" + > + </File> + <File + RelativePath="..\src\meta\ea_header.c" + > + </File> + <File + RelativePath="..\src\meta\ea_old.c" + > + </File> + <File + RelativePath="..\src\meta\emff.c" + > + </File> + <File + RelativePath="..\src\meta\fsb.c" + > + </File> + <File + RelativePath="..\src\meta\gca.c" + > + </File> + <File + RelativePath="..\src\meta\gcsw.c" + > + </File> + <File + RelativePath="..\src\meta\genh.c" + > + </File> + <File + RelativePath="..\src\meta\gsp_gsb.c" + > + </File> + <File + RelativePath="..\src\meta\halpst.c" + > + </File> + <File + RelativePath="..\src\meta\idsp.c" + > + </File> + <File + RelativePath="..\src\meta\ish_isd.c" + > + </File> + <File + RelativePath="..\src\meta\ivb.c" + > + </File> + <File + RelativePath="..\src\meta\kraw.c" + > + </File> + <File + RelativePath="..\src\meta\msvp.c" + > + </File> + <File + RelativePath="..\src\meta\mus_acm.c" + > + </File> + <File + RelativePath="..\src\meta\musc.c" + > + </File> + <File + RelativePath="..\src\meta\musx.c" + > + </File> + <File + RelativePath="..\src\meta\naomi_spsd.c" + > + </File> + <File + RelativePath="..\src\meta\nds_sad.c" + > + </File> + <File + RelativePath="..\src\meta\nds_strm.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_adpdtk.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_bh2pcm.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_caf.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_dsp_std.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_ffcc_str.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_iadp.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_pdt.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_ssm.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_tydsp.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_waa_wac_wad_wam.c" + > + </File> + <File + RelativePath="..\src\meta\ngc_ymf.c" + > + </File> + <File + RelativePath="..\src\meta\nwa.c" + > + </File> + <File + RelativePath="..\src\meta\ogg_vorbis_file.c" + > + </File> + <File + RelativePath="..\src\meta\pcm.c" + > + </File> + <File + RelativePath="..\src\meta\pos.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_ads.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_ass.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_aus.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_bg00.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_bmdx.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_ccc.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_dxh.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_enth.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_exst.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_filp.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_gbts.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_hgc1.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_ikm.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_ild.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_int.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_joe.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_kces.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_leg.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_mib.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_mic.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_mihb.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_npsf.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_p2bt.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_pnb.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_psh.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_psw.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_rkv.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_rnd.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_rstm.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_rws.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_rxw.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_seg.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_sfs.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_sl3.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_str.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_svag.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_tec.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_vag.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_vas.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_vpk.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_xa2.c" + > + </File> + <File + RelativePath="..\src\meta\ps2_xa30.c" + > + </File> + <File + RelativePath="..\src\meta\psx_cdxa.c" + > + </File> + <File + RelativePath="..\src\meta\psx_fag.c" + > + </File> + <File + RelativePath="..\src\meta\psx_gms.c" + > + </File> + <File + RelativePath="..\src\meta\raw.c" + > + </File> + <File + RelativePath="..\src\meta\riff.c" + > + </File> + <File + RelativePath="..\src\meta\rs03.c" + > + </File> + <File + RelativePath="..\src\meta\rsd.c" + > + </File> + <File + RelativePath="..\src\meta\rsf.c" + > + </File> + <File + RelativePath="..\src\meta\rwsd.c" + > + </File> + <File + RelativePath="..\src\meta\rwx.c" + > + </File> + <File + RelativePath="..\src\meta\sat_dvi.c" + > + </File> + <File + RelativePath="..\src\meta\sat_sap.c" + > + </File> + <File + RelativePath="..\src\meta\sdt.c" + > + </File> + <File + RelativePath="..\src\meta\sfl.c" + > + </File> + <File + RelativePath="..\src\meta\sli.c" + > + </File> + <File + RelativePath="..\src\meta\spt_spd.c" + > + </File> + <File + RelativePath="..\src\meta\ss_stream.c" + > + </File> + <File + RelativePath="..\src\meta\str_asr.c" + > + </File> + <File + RelativePath="..\src\meta\str_snds.c" + > + </File> + <File + RelativePath="..\src\meta\svs.c" + > + </File> + <File + RelativePath="..\src\meta\thp.c" + > + </File> + <File + RelativePath="..\src\meta\vgs.c" + > + </File> + <File + RelativePath="..\src\meta\vs.c" + > + </File> + <File + RelativePath="..\src\meta\wii_mus.c" + > + </File> + <File + RelativePath="..\src\meta\wii_smp.c" + > + </File> + <File + RelativePath="..\src\meta\wii_sng.c" + > + </File> + <File + RelativePath="..\src\meta\wii_sts.c" + > + </File> + <File + RelativePath="..\src\meta\ws_aud.c" + > + </File> + <File + RelativePath="..\src\meta\xbox_ims.c" + > + </File> + <File + RelativePath="..\src\meta\xbox_stma.c" + > + </File> + <File + RelativePath="..\src\meta\xbox_wavm.c" + > + </File> + <File + RelativePath="..\src\meta\xbox_wvs.c" + > + </File> + <File + RelativePath="..\src\meta\xbox_xmu.c" + > + </File> + <File + RelativePath="..\src\meta\xbox_xvas.c" + > + </File> + <File + RelativePath="..\src\meta\xbox_xwav.c" + > + </File> + <File + RelativePath="..\src\meta\xss.c" + > + </File> + <File + RelativePath="..\src\meta\xwb.c" + > + </File> + <File + RelativePath="..\src\meta\ydsp.c" + > + </File> + <File + RelativePath="..\src\meta\zwdsp.c" + > + </File> + </Filter> + </Filter> + <Filter + Name="layout" + > + <Filter + Name="Header Files" + > + <File + RelativePath="..\src\layout\layout.h" + > + </File> + </Filter> + <Filter + Name="Source Files" + > + <File + RelativePath="..\src\layout\aax_layout.c" + > + </File> + <File + RelativePath="..\src\layout\aix_layout.c" + > + </File> + <File + RelativePath="..\src\layout\ast_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\blocked.c" + > + </File> + <File + RelativePath="..\src\layout\caf_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\de2_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\ea_block.c" + > + </File> + <File + RelativePath="..\src\layout\emff_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\filp_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\gsb_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\halpst_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\ims_block.c" + > + </File> + <File + RelativePath="..\src\layout\interleave.c" + > + </File> + <File + RelativePath="..\src\layout\interleave_byte.c" + > + </File> + <File + RelativePath="..\src\layout\mus_acm_layout.c" + > + </File> + <File + RelativePath="..\src\layout\nolayout.c" + > + </File> + <File + RelativePath="..\src\layout\str_snds_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\thp_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\vs_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\ws_aud_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\wsi_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\xa_blocked.c" + > + </File> + <File + RelativePath="..\src\layout\xvas_block.c" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |