From: <rel...@us...> - 2009-07-08 18:38:42
|
Revision: 287 http://modplug.svn.sourceforge.net/modplug/?rev=287&view=rev Author: relabsoluness Date: 2009-07-08 18:38:38 +0000 (Wed, 08 Jul 2009) Log Message: ----------- Project settings: -Added VS2008 project files and a few build directives(see Stdafx.h). -Configuration change: Debug build will now use DLL libraries. Modified Paths: -------------- trunk/OpenMPT/mptrack/Stdafx.h trunk/OpenMPT/mptrack/mptrack.vcproj Added Paths: ----------- trunk/OpenMPT/mptrack/MPTRACK_08.sln trunk/OpenMPT/mptrack/mptrack_08.vcproj trunk/OpenMPT/soundtouch/soundtouch_08.vcproj trunk/OpenMPT/unlha/unlha_08.vcproj trunk/OpenMPT/unrar/unrar_08.vcproj trunk/OpenMPT/unzip/unzip_08.vcproj trunk/OpenMPT/xsoundlib/xsoundlib_08.vcproj Added: trunk/OpenMPT/mptrack/MPTRACK_08.sln =================================================================== --- trunk/OpenMPT/mptrack/MPTRACK_08.sln (rev 0) +++ trunk/OpenMPT/mptrack/MPTRACK_08.sln 2009-07-08 18:38:38 UTC (rev 287) @@ -0,0 +1,55 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual C++ Express 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mptrack", "mptrack_08.vcproj", "{21D95071-FB97-4E69-B3B1-050D0D4A5021}" + ProjectSection(ProjectDependencies) = postProject + {44316F22-904E-48AA-B841-5A3A6AC77319} = {44316F22-904E-48AA-B841-5A3A6AC77319} + {FAE39936-1DC7-40BB-AD3F-3B5B9E9AB0E8} = {FAE39936-1DC7-40BB-AD3F-3B5B9E9AB0E8} + {CF3C2CA5-5D45-4635-BBA4-C1F435E10896} = {CF3C2CA5-5D45-4635-BBA4-C1F435E10896} + {FF541CE2-DAA1-4F84-9883-0A0F111BAA0B} = {FF541CE2-DAA1-4F84-9883-0A0F111BAA0B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unlha", "..\unlha\unlha_08.vcproj", "{FAE39936-1DC7-40BB-AD3F-3B5B9E9AB0E8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unrar", "..\unrar\unrar_08.vcproj", "{FF541CE2-DAA1-4F84-9883-0A0F111BAA0B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unzip", "..\unzip\unzip_08.vcproj", "{44316F22-904E-48AA-B841-5A3A6AC77319}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xsoundlib", "..\xsoundlib\xsoundlib_08.vcproj", "{DCC2BB2F-6778-4FD3-9C00-D6CD8DC917B8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SoundTouch", "..\soundtouch\soundtouch_08.vcproj", "{CF3C2CA5-5D45-4635-BBA4-C1F435E10896}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {21D95071-FB97-4E69-B3B1-050D0D4A5021}.Debug|Win32.ActiveCfg = Debug|Win32 + {21D95071-FB97-4E69-B3B1-050D0D4A5021}.Debug|Win32.Build.0 = Debug|Win32 + {21D95071-FB97-4E69-B3B1-050D0D4A5021}.Release|Win32.ActiveCfg = Release|Win32 + {21D95071-FB97-4E69-B3B1-050D0D4A5021}.Release|Win32.Build.0 = Release|Win32 + {FAE39936-1DC7-40BB-AD3F-3B5B9E9AB0E8}.Debug|Win32.ActiveCfg = Debug|Win32 + {FAE39936-1DC7-40BB-AD3F-3B5B9E9AB0E8}.Debug|Win32.Build.0 = Debug|Win32 + {FAE39936-1DC7-40BB-AD3F-3B5B9E9AB0E8}.Release|Win32.ActiveCfg = Release|Win32 + {FAE39936-1DC7-40BB-AD3F-3B5B9E9AB0E8}.Release|Win32.Build.0 = Release|Win32 + {FF541CE2-DAA1-4F84-9883-0A0F111BAA0B}.Debug|Win32.ActiveCfg = Debug|Win32 + {FF541CE2-DAA1-4F84-9883-0A0F111BAA0B}.Debug|Win32.Build.0 = Debug|Win32 + {FF541CE2-DAA1-4F84-9883-0A0F111BAA0B}.Release|Win32.ActiveCfg = Release|Win32 + {FF541CE2-DAA1-4F84-9883-0A0F111BAA0B}.Release|Win32.Build.0 = Release|Win32 + {44316F22-904E-48AA-B841-5A3A6AC77319}.Debug|Win32.ActiveCfg = Debug|Win32 + {44316F22-904E-48AA-B841-5A3A6AC77319}.Debug|Win32.Build.0 = Debug|Win32 + {44316F22-904E-48AA-B841-5A3A6AC77319}.Release|Win32.ActiveCfg = Release|Win32 + {44316F22-904E-48AA-B841-5A3A6AC77319}.Release|Win32.Build.0 = Release|Win32 + {DCC2BB2F-6778-4FD3-9C00-D6CD8DC917B8}.Debug|Win32.ActiveCfg = Debug|Win32 + {DCC2BB2F-6778-4FD3-9C00-D6CD8DC917B8}.Debug|Win32.Build.0 = Debug|Win32 + {DCC2BB2F-6778-4FD3-9C00-D6CD8DC917B8}.Release|Win32.ActiveCfg = Release|Win32 + {DCC2BB2F-6778-4FD3-9C00-D6CD8DC917B8}.Release|Win32.Build.0 = Release|Win32 + {CF3C2CA5-5D45-4635-BBA4-C1F435E10896}.Debug|Win32.ActiveCfg = Debug|Win32 + {CF3C2CA5-5D45-4635-BBA4-C1F435E10896}.Debug|Win32.Build.0 = Debug|Win32 + {CF3C2CA5-5D45-4635-BBA4-C1F435E10896}.Release|Win32.ActiveCfg = Release|Win32 + {CF3C2CA5-5D45-4635-BBA4-C1F435E10896}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Modified: trunk/OpenMPT/mptrack/Stdafx.h =================================================================== --- trunk/OpenMPT/mptrack/Stdafx.h 2009-07-08 14:45:05 UTC (rev 286) +++ trunk/OpenMPT/mptrack/Stdafx.h 2009-07-08 18:38:38 UTC (rev 287) @@ -29,6 +29,9 @@ #define MMNODRV #define MMNOMCI +//#define _CRT_SECURE_NO_WARNINGS // Define to disable the "This function or variable may be unsafe" warnings. +#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 +#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT 1 #include <afxwin.h> // MFC core and standard components Modified: trunk/OpenMPT/mptrack/mptrack.vcproj =================================================================== --- trunk/OpenMPT/mptrack/mptrack.vcproj 2009-07-08 14:45:05 UTC (rev 286) +++ trunk/OpenMPT/mptrack/mptrack.vcproj 2009-07-08 18:38:38 UTC (rev 287) @@ -17,7 +17,7 @@ OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="1" - UseOfMFC="1" + UseOfMFC="2" ATLMinimizesCRunTimeLibraryUsage="FALSE"> <Tool Name="VCCLCompilerTool" @@ -28,7 +28,7 @@ PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,ENABLE_EQ,MODPLUG_TRACKER,NO_PACKING,HAVE_DOT_NET,ENABLE_AMD,ENABLE_SSE,ENABLE_AMDNOW,ENABLE_MMX" StringPooling="TRUE" BasicRuntimeChecks="3" - RuntimeLibrary="1" + RuntimeLibrary="3" BufferSecurityCheck="TRUE" EnableFunctionLevelLinking="TRUE" ForceConformanceInForLoopScope="TRUE" Added: trunk/OpenMPT/mptrack/mptrack_08.vcproj =================================================================== --- trunk/OpenMPT/mptrack/mptrack_08.vcproj (rev 0) +++ trunk/OpenMPT/mptrack/mptrack_08.vcproj 2009-07-08 18:38:38 UTC (rev 287) @@ -0,0 +1,1237 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="mptrack" + ProjectGUID="{21D95071-FB97-4E69-B3B1-050D0D4A5021}" + RootNamespace="mptrack" + Keyword="MFCProj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\Debug" + IntermediateDirectory=".\Debug" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="2" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName=".\Debug/mptrack.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/EHsc" + Optimization="0" + AdditionalIncludeDirectories="..\unlha,..\unzip,..\unrar,..\soundlib,..\include,..\xsoundlib,..\" + PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,ENABLE_EQ,MODPLUG_TRACKER,NO_PACKING,HAVE_DOT_NET,ENABLE_AMD,ENABLE_SSE,ENABLE_AMDNOW,ENABLE_MMX" + StringPooling="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + ForceConformanceInForLoopScope="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\Debug/mptrack.pch" + AssemblerListingLocation=".\Debug/" + ObjectFile=".\Debug/" + ProgramDataBaseFileName=".\Debug/" + BrowseInformation="1" + WarningLevel="4" + SuppressStartupBanner="false" + DebugInformationFormat="4" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="winmm.lib strmiids.lib dmoguids.lib version.lib opengl32.lib glu32.lib Rpcrt4.lib delayimp.lib" + OutputFile=".\Debug/mptrack.exe" + Version="5.0" + LinkIncremental="2" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="" + DelayLoadDLLs="OpenMPT_soundtouch.dll" + GenerateDebugInformation="true" + AssemblyDebug="1" + ProgramDatabaseFile=".\Debug/mptrack.pdb" + GenerateMapFile="true" + MapFileName=".\Debug/mptrack.map" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + AdditionalManifestFiles="$(ProjectDir)res/rt_manif.bin" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="1" + ATLMinimizesCRunTimeLibraryUsage="false" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName=".\Bin/mptrack.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/EHsc /O2" + Optimization="2" + InlineFunctionExpansion="2" + AdditionalIncludeDirectories="..\unlha,..\unzip,..\unrar,..\soundlib,..\include,..\xsoundlib,..\" + PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,ENABLE_MMX,ENABLE_EQ,MODPLUG_TRACKER,NO_PACKING,HAVE_DOT_NET,ENABLE_AMD,ENABLE_SSE,ENABLE_AMDNOW" + StringPooling="true" + RuntimeLibrary="0" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="false" + ForceConformanceInForLoopScope="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\Release/mptrack.pch" + AssemblerListingLocation=".\Release/" + ObjectFile=".\Release/" + ProgramDataBaseFileName=".\Release/" + WarningLevel="3" + SuppressStartupBanner="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="winmm.lib strmiids.lib dmoguids.lib version.lib opengl32.lib glu32.lib Rpcrt4.lib delayimp.lib" + OutputFile=".\Bin/mptrack.exe" + Version="5.0" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="" + DelayLoadDLLs="OpenMPT_soundtouch.dll" + GenerateDebugInformation="true" + GenerateMapFile="false" + MapFileName=".\Release/mptrack.map" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + AdditionalManifestFiles="$(ProjectDir)res/rt_manif.bin" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath=".\AbstractVstEditor.cpp" + > + </File> + <File + RelativePath=".\ArrayUtils.cpp" + > + </File> + <File + RelativePath=".\AutoSaver.cpp" + > + </File> + <File + RelativePath=".\ChannelManagerDlg.cpp" + > + </File> + <File + RelativePath=".\ChildFrm.cpp" + > + </File> + <File + RelativePath=".\ColourEdit.cpp" + > + </File> + <File + RelativePath=".\CommandSet.cpp" + > + </File> + <File + RelativePath=".\CreditStatic.cpp" + > + </File> + <File + RelativePath=".\ctrl_com.cpp" + > + </File> + <File + RelativePath=".\ctrl_gen.cpp" + > + </File> + <File + RelativePath=".\ctrl_ins.cpp" + > + </File> + <File + RelativePath=".\ctrl_pat.cpp" + > + </File> + <File + RelativePath=".\ctrl_seq.cpp" + > + </File> + <File + RelativePath=".\ctrl_smp.cpp" + > + </File> + <File + RelativePath=".\DefaultVstEditor.cpp" + > + </File> + <File + RelativePath=".\dlg_misc.cpp" + > + </File> + <File + RelativePath="..\soundlib\dlsbank.cpp" + > + </File> + <File + RelativePath=".\draw_pat.cpp" + > + </File> + <File + RelativePath=".\EffectVis.cpp" + > + </File> + <File + RelativePath="..\soundlib\Fastmix.cpp" + > + </File> + <File + RelativePath=".\fxp.cpp" + > + </File> + <File + RelativePath=".\globals.cpp" + > + </File> + <File + RelativePath=".\HyperEdit.cpp" + > + </File> + <File + RelativePath=".\HyperEdit2.cpp" + > + </File> + <File + RelativePath=".\HyperEdit3.cpp" + > + </File> + <File + RelativePath="InputHandler.cpp" + > + </File> + <File + RelativePath=".\KeyConfigDlg.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_669.cpp" + > + </File> + <File + RelativePath="..\Soundlib\load_amf.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_ams.cpp" + > + </File> + <File + RelativePath="..\soundlib\load_dbm.cpp" + > + </File> + <File + RelativePath="..\soundlib\load_dmf.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_dsm.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_far.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_gdm.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_it.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_mdl.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_med.cpp" + > + </File> + <File + RelativePath="..\soundlib\load_mid.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_mo3.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_mod.cpp" + > + </File> + <File + RelativePath="..\Soundlib\load_mt2.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_mtm.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_okt.cpp" + > + </File> + <File + RelativePath="..\Soundlib\load_psm.cpp" + > + </File> + <File + RelativePath="..\soundlib\load_ptm.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_s3m.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_stm.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_ult.cpp" + > + </File> + <File + RelativePath="..\Soundlib\Load_umx.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_wav.cpp" + > + </File> + <File + RelativePath="..\soundlib\Load_xm.cpp" + > + </File> + <File + RelativePath=".\mainbar.cpp" + > + </File> + <File + RelativePath=".\MainFrm.cpp" + > + </File> + <File + RelativePath=".\MIDIMappingDialog.cpp" + > + </File> + <File + RelativePath=".\misc_util.cpp" + > + </File> + <File + RelativePath="..\soundlib\mmcmp.cpp" + > + </File> + <File + RelativePath="..\soundlib\Mmx_mix.cpp" + > + </File> + <File + RelativePath=".\mod2midi.cpp" + > + </File> + <File + RelativePath=".\mod2wave.cpp" + > + </File> + <File + RelativePath="..\soundlib\mod_specifications.cpp" + > + </File> + <File + RelativePath=".\moddoc.cpp" + > + </File> + <File + RelativePath=".\modedit.cpp" + > + </File> + <File + RelativePath="..\soundlib\modsmp_ctrl.cpp" + > + </File> + <File + RelativePath=".\Moptions.cpp" + > + </File> + <File + RelativePath=".\MoveFXSlotDialog.cpp" + > + </File> + <File + RelativePath=".\Mpdlgs.cpp" + > + </File> + <File + RelativePath=".\mpt_midi.cpp" + > + </File> + <File + RelativePath=".\mptrack.cpp" + > + </File> + <File + RelativePath=".\mptrack.rc" + > + </File> + <File + RelativePath=".\OpenGLControl.cpp" + > + </File> + <File + RelativePath=".\OpenGLDevice.cpp" + > + </File> + <File + RelativePath=".\OpenGLEditor.cpp" + > + </File> + <File + RelativePath="..\soundlib\OrderToPatternTable.cpp" + > + </File> + <File + RelativePath="..\soundlib\pattern.cpp" + > + </File> + <File + RelativePath="..\soundlib\patternContainer.cpp" + > + </File> + <File + RelativePath=".\PatternGotoDialog.cpp" + > + </File> + <File + RelativePath=".\PerformanceCounter.cpp" + > + </File> + <File + RelativePath="..\soundlib\PlaybackEventer.cpp" + > + </File> + <File + RelativePath=".\PSRatioCalc.cpp" + > + </File> + <File + RelativePath="..\soundlib\Sampleio.cpp" + > + </File> + <File + RelativePath=".\ScaleEnvPointsDlg.cpp" + > + </File> + <File + RelativePath=".\serialization_utils.cpp" + > + </File> + <File + RelativePath="..\soundlib\snd_dsp.cpp" + > + </File> + <File + RelativePath="..\soundlib\snd_eq.cpp" + > + </File> + <File + RelativePath="..\soundlib\snd_flt.cpp" + > + </File> + <File + RelativePath="..\soundlib\Snd_fx.cpp" + > + </File> + <File + RelativePath="..\Soundlib\Snd_rvb.cpp" + > + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + AssemblerOutput="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\Soundlib\snddev.cpp" + > + </File> + <File + RelativePath="..\soundlib\Sndfile.cpp" + > + </File> + <File + RelativePath="..\soundlib\Sndmix.cpp" + > + </File> + <File + RelativePath=".\SoundFilePlayConfig.cpp" + > + </File> + <File + RelativePath=".\StdAfx.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\soundlib\Tables.cpp" + > + </File> + <File + RelativePath=".\view_com.cpp" + > + </File> + <File + RelativePath=".\view_gen.cpp" + > + </File> + <File + RelativePath=".\view_ins.cpp" + > + </File> + <File + RelativePath=".\view_pat.cpp" + > + </File> + <File + RelativePath=".\view_smp.cpp" + > + </File> + <File + RelativePath=".\view_tre.cpp" + > + </File> + <File + RelativePath=".\VSTEditor.cpp" + > + </File> + <File + RelativePath=".\vstplug.cpp" + > + </File> + <File + RelativePath="..\soundlib\Waveform.cpp" + > + </File> + <File + RelativePath="..\soundlib\WindowedFIR.cpp" + > + </File> + <Filter + Name="PatternRandomizer" + > + <File + RelativePath=".\PatternRandomizer.cpp" + > + </File> + <File + RelativePath=".\PatternRandomizer.h" + > + </File> + <File + RelativePath=".\PatternRandomizerGUI.cpp" + > + </File> + <File + RelativePath=".\PatternRandomizerGUI.h" + > + </File> + <File + RelativePath=".\PatternRandomizerGUIEffect.cpp" + > + </File> + <File + RelativePath=".\PatternRandomizerGUIEffect.h" + > + </File> + <File + RelativePath=".\PatternRandomizerGUIInstrument.cpp" + > + </File> + <File + RelativePath=".\PatternRandomizerGUIInstrument.h" + > + </File> + <File + RelativePath=".\PatternRandomizerGUINote.cpp" + > + </File> + <File + RelativePath=".\PatternRandomizerGUINote.h" + > + </File> + <File + RelativePath=".\PatternRandomizerGUIVolCmd.cpp" + > + </File> + <File + RelativePath=".\PatternRandomizerGUIVolCmd.h" + > + </File> + </Filter> + <Filter + Name="MixGraph" + > + <File + RelativePath=".\ChannelNode.cpp" + > + </File> + <File + RelativePath=".\ChannelNode.h" + > + </File> + <File + RelativePath=".\ctrl_graph.cpp" + > + </File> + <File + RelativePath=".\ctrl_graph.h" + > + </File> + <File + RelativePath=".\EffectNode.cpp" + > + </File> + <File + RelativePath=".\EffectNode.h" + > + </File> + <File + RelativePath=".\FinalNode.cpp" + > + </File> + <File + RelativePath=".\FinalNode.h" + > + </File> + <File + RelativePath=".\Graph.cpp" + > + </File> + <File + RelativePath=".\Graph.h" + > + </File> + <File + RelativePath=".\InstrumentNode.cpp" + > + </File> + <File + RelativePath=".\InstrumentNode.h" + > + </File> + <File + RelativePath=".\Node.cpp" + > + </File> + <File + RelativePath=".\Node.h" + > + </File> + <File + RelativePath=".\Vertex.cpp" + > + </File> + <File + RelativePath=".\Vertex.h" + > + </File> + <File + RelativePath=".\view_graph.cpp" + > + </File> + <File + RelativePath=".\view_graph.h" + > + </File> + </Filter> + <Filter + Name="Tuning" + > + <File + RelativePath="..\soundlib\tuning.cpp" + > + </File> + <File + RelativePath="..\soundlib\tuningbase.cpp" + > + </File> + <File + RelativePath="..\soundlib\tuningCollection.cpp" + > + </File> + <File + RelativePath=".\TuningDialog.cpp" + > + </File> + <File + RelativePath=".\tuningRatioMapWnd.cpp" + > + </File> + </Filter> + </Filter> + <Filter + Name="Resource Files" + Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe" + > + <File + RelativePath="res\bitmap1.bmp" + > + </File> + <File + RelativePath=".\res\colors.bmp" + > + </File> + <File + RelativePath=".\res\dragging.cur" + > + </File> + <File + RelativePath=".\Res\envbar.bmp" + > + </File> + <File + RelativePath=".\res\img_list.bmp" + > + </File> + <File + RelativePath=".\res\mainbar.bmp" + > + </File> + <File + RelativePath=".\res\moddoc.ico" + > + </File> + <File + RelativePath=".\res\MPTRACK.bmp" + > + </File> + <File + RelativePath=".\res\mptrack.ico" + > + </File> + <File + RelativePath=".\res\mptrack.rc2" + > + </File> + <File + RelativePath=".\Res\nodrag.cur" + > + </File> + <File + RelativePath=".\res\nodrop.cur" + > + </File> + <File + RelativePath=".\res\patterns.bmp" + > + </File> + <File + RelativePath=".\res\rt_manif.bin" + > + </File> + <File + RelativePath=".\Res\smptoolb.bmp" + > + </File> + <File + RelativePath=".\res\splashno.bmp" + > + </File> + <File + RelativePath=".\res\view_pat.bmp" + > + </File> + <File + RelativePath=".\res\vumeters.bmp" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath=".\AbstractVstEditor.h" + > + </File> + <File + RelativePath=".\ArrayUtils.h" + > + </File> + <File + RelativePath=".\AutoSaver.h" + > + </File> + <File + RelativePath=".\ChannelManagerDlg.h" + > + </File> + <File + RelativePath=".\ChildFrm.h" + > + </File> + <File + RelativePath=".\ColourEdit.h" + > + </File> + <File + RelativePath=".\CommandSet.h" + > + </File> + <File + RelativePath=".\CreditStatic.h" + > + </File> + <File + RelativePath=".\ctrl_com.h" + > + </File> + <File + RelativePath=".\ctrl_gen.h" + > + </File> + <File + RelativePath=".\ctrl_ins.h" + > + </File> + <File + RelativePath=".\ctrl_pat.h" + > + </File> + <File + RelativePath=".\ctrl_smp.h" + > + </File> + <File + RelativePath=".\DefaultVstEditor.h" + > + </File> + <File + RelativePath=".\dlg_misc.h" + > + </File> + <File + RelativePath="..\Soundlib\Dlsbank.h" + > + </File> + <File + RelativePath=".\EffectVis.h" + > + </File> + <File + RelativePath=".\fxp.h" + > + </File> + <File + RelativePath=".\globals.h" + > + </File> + <File + RelativePath="InputHandler.h" + > + </File> + <File + RelativePath=".\KeyboardSettings.h" + > + </File> + <File + RelativePath=".\KeyConfigDlg.h" + > + </File> + <File + RelativePath=".\mainbar.h" + > + </File> + <File + RelativePath=".\MainFrm.h" + > + </File> + <File + RelativePath="..\soundlib\midi.h" + > + </File> + <File + RelativePath=".\MIDIMappingDialog.h" + > + </File> + <File + RelativePath=".\misc_util.h" + > + </File> + <File + RelativePath=".\mod2midi.h" + > + </File> + <File + RelativePath=".\mod2wave.h" + > + </File> + <File + RelativePath="..\soundlib\mod_specifications.h" + > + </File> + <File + RelativePath="..\soundlib\modcommand.h" + > + </File> + <File + RelativePath=".\moddoc.h" + > + </File> + <File + RelativePath="..\soundlib\modsmp_ctrl.h" + > + </File> + <File + RelativePath=".\Moptions.h" + > + </File> + <File + RelativePath=".\MoveFXSlotDialog.h" + > + </File> + <File + RelativePath=".\Mpdlgs.h" + > + </File> + <File + RelativePath=".\mptrack.h" + > + </File> + <File + RelativePath=".\OpenGLControl.h" + > + </File> + <File + RelativePath=".\OpenGLDevice.h" + > + </File> + <File + RelativePath=".\OpenGLEditor.h" + > + </File> + <File + RelativePath=".\order.h" + > + </File> + <File + RelativePath="..\soundlib\OrderToPatternTable.h" + > + </File> + <File + RelativePath="..\soundlib\pattern.h" + > + </File> + <File + RelativePath="..\soundlib\patternContainer.h" + > + </File> + <File + RelativePath=".\PatternGotoDialog.h" + > + </File> + <File + RelativePath=".\PerformanceCounter.h" + > + </File> + <File + RelativePath="..\soundlib\PlaybackEventer.h" + > + </File> + <File + RelativePath=".\PSRatioCalc.h" + > + </File> + <File + RelativePath=".\Resource.h" + > + </File> + <File + RelativePath=".\ScaleEnvPointsDlg.h" + > + </File> + <File + RelativePath=".\serialization_utils.h" + > + </File> + <File + RelativePath="..\Soundlib\snddev.h" + > + </File> + <File + RelativePath="..\Soundlib\snddevx.h" + > + </File> + <File + RelativePath="..\Soundlib\Sndfile.h" + > + </File> + <File + RelativePath=".\SoundFilePlayConfig.h" + > + </File> + <File + RelativePath=".\StdAfx.h" + > + </File> + <File + RelativePath=".\typedefs.h" + > + </File> + <File + RelativePath=".\version.h" + > + </File> + <File + RelativePath=".\view_com.h" + > + </File> + <File + RelativePath=".\view_gen.h" + > + </File> + <File + RelativePath=".\view_ins.h" + > + </File> + <File + RelativePath=".\view_pat.h" + > + </File> + <File + RelativePath=".\view_smp.h" + > + </File> + <File + RelativePath=".\view_tre.h" + > + </File> + <File + RelativePath=".\VSTEditor.h" + > + </File> + <File + RelativePath=".\vstplug.h" + > + </File> + <File + RelativePath="..\soundlib\wavConverter.h" + > + </File> + <File + RelativePath="..\soundlib\WindowedFIR.h" + > + </File> + <Filter + Name="tuning" + > + <File + RelativePath="..\soundlib\tuning.h" + > + </File> + <File + RelativePath="..\soundlib\tuningbase.h" + > + </File> + <File + RelativePath="..\soundlib\tuningcollection.h" + > + </File> + <File + RelativePath=".\TuningDialog.h" + > + </File> + <File + RelativePath=".\tuningRatioMapWnd.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="test" + > + <File + RelativePath=".\test\test.cpp" + > + </File> + <File + RelativePath=".\test\test.h" + > + </File> + </Filter> + <File + RelativePath=".\mptrack.reg" + > + </File> + <File + RelativePath=".\VTune\mptrack.vpj" + > + </File> + </Files> + <Globals> + <Global + Name="RESOURCE_FILE" + Value="mptrack.rc" + /> + </Globals> +</VisualStudioProject> Added: trunk/OpenMPT/soundtouch/soundtouch_08.vcproj =================================================================== --- trunk/OpenMPT/soundtouch/soundtouch_08.vcproj (rev 0) +++ trunk/OpenMPT/soundtouch/soundtouch_08.vcproj 2009-07-08 18:38:38 UTC (rev 287) @@ -0,0 +1,297 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="SoundTouch" + ProjectGUID="{CF3C2CA5-5D45-4635-BBA4-C1F435E10896}" + RootNamespace="soundtouch" + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOUNDTOUCH_EXPORTS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + ForceConformanceInForLoopScope="true" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + IgnoreImportLibrary="false" + OutputFile="$(SolutionDir)$(ConfigurationName)\OpenMPT_SoundTouch.dll" + LinkIncremental="2" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="$(OutDir)/soundtouch.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="Release" + IntermediateDirectory="Release" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/O2" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOUNDTOUCH_EXPORTS" + RuntimeLibrary="0" + ForceConformanceInForLoopScope="true" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/PDBPATH:none" + OutputFile="..\mptrack\bin\OpenMPT_SoundTouch.dll" + LinkIncremental="1" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" + StripPrivateSymbols="" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="$(OutDir)/soundtouch.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="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath=".\3dnow_win.cpp" + > + </File> + <File + RelativePath=".\AAFilter.cpp" + > + </File> + <File + RelativePath=".\BPMDetect.cpp" + > + </File> + <File + RelativePath=".\cpu_detect_x86_win.cpp" + > + </File> + <File + RelativePath=".\FIFOSampleBuffer.cpp" + > + </File> + <File + RelativePath=".\FIRFilter.cpp" + > + </File> + <File + RelativePath=".\mmx_optimized.cpp" + > + </File> + <File + RelativePath=".\PeakFinder.cpp" + > + </File> + <File + RelativePath=".\RateTransposer.cpp" + > + </File> + <File + RelativePath=".\SoundTouch.cpp" + > + </File> + <File + RelativePath=".\sse_optimized.cpp" + > + </File> + <File + RelativePath=".\TDStretch.cpp" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath=".\AAFilter.h" + > + </File> + <File + RelativePath=".\BPMDetect.h" + > + </File> + <File + RelativePath=".\cpu_detect.h" + > + </File> + <File + RelativePath=".\FIFOSampleBuffer.h" + > + </File> + <File + RelativePath=".\FIFOSamplePipe.h" + > + </File> + <File + RelativePath=".\FIRFilter.h" + > + </File> + <File + RelativePath=".\PeakFinder.h" + > + </File> + <File + RelativePath=".\RateTransposer.h" + > + </File> + <File + RelativePath=".\SoundTouch.h" + > + </File> + <File + RelativePath=".\STTypes.h" + > + </File> + <File + RelativePath=".\TDStretch.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/OpenMPT/unlha/unlha_08.vcproj =================================================================== --- trunk/OpenMPT/unlha/unlha_08.vcproj (rev 0) +++ trunk/OpenMPT/unlha/unlha_08.vcproj 2009-07-08 18:38:38 UTC (rev 287) @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="unlha" + ProjectGUID="{FAE39936-1DC7-40BB-AD3F-3B5B9E9AB0E8}" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\Debug" + IntermediateDirectory=".\Debug" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + StringPooling="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + PrecompiledHeaderFile=".\Debug/unlha.pch" + AssemblerListingLocation=".\Debug/" + ObjectFile=".\Debug/" + ProgramDataBaseFileName=".\Debug/" + WarningLevel="4" + SuppressStartupBanner="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\Debug\unlha.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/O1" + Optimization="1" + InlineFunctionExpansion="1" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + StringPooling="true" + RuntimeLibrary="0" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + PrecompiledHeaderFile=".\Release/unlha.pch" + AssemblerListingLocation=".\Release/" + ObjectFile=".\Release/" + ProgramDataBaseFileName=".\Release/" + WarningLevel="3" + SuppressStartupBanner="false" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\bin\unlha.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="unlha.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="" + BasicRuntimeChecks="3" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + Optimization="1" + PreprocessorDefinitions="" + /> + </FileConfiguration> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath="lharc.h" + > + </File> + <File + RelativePath="slidehuf.h" + > + </File> + <File + RelativePath="unlha32.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/OpenMPT/unrar/unrar_08.vcproj =================================================================== --- trunk/OpenMPT/unrar/unrar_08.vcproj (rev 0) +++ trunk/OpenMPT/unrar/unrar_08.vcproj 2009-07-08 18:38:38 UTC (rev 287) @@ -0,0 +1,189 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="unrar" + ProjectGUID="{FF541CE2-DAA1-4F84-9883-0A0F111BAA0B}" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\Debug" + IntermediateDirectory=".\Debug" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" + StringPooling="true" + RuntimeLibrary="1" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + PrecompiledHeaderFile=".\Debug/UNRAR.pch" + AssemblerListingLocation=".\Debug/" + ObjectFile=".\Debug/" + ProgramDataBaseFileName=".\Debug/" + WarningLevel="4" + SuppressStartupBanner="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\Debug\UNRAR.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/O1" + Optimization="1" + InlineFunctionExpansion="1" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" + StringPooling="true" + RuntimeLibrary="0" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + PrecompiledHeaderFile=".\Release/UNRAR.pch" + AssemblerListingLocation=".\Release/" + ObjectFile=".\Release/" + ProgramDataBaseFileName=".\Release/" + WarningLevel="3" + SuppressStartupBanner="false" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\bin\UNRAR.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="Unrar.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + Optimization="1" + PreprocessorDefinitions="" + /> + </FileConfiguration> + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/OpenMPT/unzip/unzip_08.vcproj =================================================================== --- trunk/OpenMPT/unzip/unzip_08.vcproj (rev 0) +++ trunk/OpenMPT/unzip/unzip_08.vcproj 2009-07-08 18:38:38 UTC (rev 287) @@ -0,0 +1,208 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="unzip" + ProjectGUID="{44316F22-904E-48AA-B841-5A3A6AC77319}" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\Debug" + IntermediateDirectory=".\Debug" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" + StringPooling="true" + RuntimeLibrary="1" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + PrecompiledHeaderFile=".\Debug/unzip.pch" + AssemblerListingLocation=".\Debug/" + ObjectFile=".\Debug/" + ProgramDataBaseFileName=".\Debug/" + WarningLevel="4" + SuppressStartupBanner="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\Debug\unzip.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/O1" + Optimization="1" + InlineFunctionExpansion="1" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" + StringPooling="true" + RuntimeLibrary="0" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + PrecompiledHeaderFile=".\Release/unzip.pch" + AssemblerListingLocation=".\Release/" + ObjectFile=".\Release/" + ProgramDataBaseFileName=".\Release/" + WarningLevel="3" + SuppressStartupBanner="false" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\bin\unzip.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" + > + <File + RelativePath="Unzip.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + Optimization="1" + PreprocessorDefinitions="" + /> + </FileConfiguration> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;fi;fd" + > + <File + RelativePath="unzip32.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/OpenMPT/xsoundlib/xsoundlib_08.vcproj =================================================================== --- trunk/OpenMPT/xsoundlib/xsoundlib_08.vcproj (rev 0) +++ trunk/OpenMPT/xsoundlib/xsoundlib_08.vcproj 2009-07-08 18:38:38 UTC (rev 287) @@ -0,0 +1,264 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="xsoundlib" + ProjectGUID="{DCC2BB2F-6778-4FD3-9C00-D6CD8DC917B8}" + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="4" + 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" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + BufferSecurityCheck="true" + UsePrecompiledHeader="2" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/xsoundlib.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="4" + 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" + AdditionalOptions="/O2" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="0" + BufferSecurityCheck="true" + UsePrecompiledHeader="2" + WarningLevel="3" + SuppressStartupBanner="false" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/xsoundlib.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath=".\samplerate.cpp" + > + </File> + <File + RelativePath=".\smbPitchShift.cpp" + > + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\src_linear.cpp" + > + </File> + <File + RelativePath=".\src_sinc.cpp" + > + </File> + <File + RelativePath=".\src_zoh.cpp" + > + </File> + <File + RelativePath=".\stdafx.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath=".\common.h" + > + </File> + <File + RelativePath=".\config.h" + > + </File> + <File + RelativePath=".\fastest_coeffs.h" + > + </File> + <File + RelativePath=".\float_cast.h" + > + </File> + <File + RelativePath=".\high_qual_coeffs.h" + > + </File> + <File + RelativePath=".\mid_qual_coeffs.h" + > + </File> + <File + RelativePath=".\samplerate.h" + > + </File> + <File + RelativePath=".\smbPitchShift.h" + > + </File> + <File + RelativePath=".\stdafx.h" + > + </File> + <File + RelativePath=".\unistd.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + <File + RelativePath=".\ReadMe.txt" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |