[Freeswitch-svn] [commit] r12273 - in freeswitch/trunk/libs/spandsp/src: . msvc

FreeSWITCH SVN mikej at freeswitch.org
Tue Feb 24 22:26:04 PST 2009


Author: mikej
Date: Wed Feb 25 00:26:03 2009
New Revision: 12273

Log:
followup to svn rev12272 to fix x64 build

Modified:
   freeswitch/trunk/libs/spandsp/src/libspandsp.2005.vcproj
   freeswitch/trunk/libs/spandsp/src/libspandsp.2008.vcproj
   freeswitch/trunk/libs/spandsp/src/msvc/vc9proj.foot

Modified: freeswitch/trunk/libs/spandsp/src/libspandsp.2005.vcproj
==============================================================================
--- freeswitch/trunk/libs/spandsp/src/libspandsp.2005.vcproj	(original)
+++ freeswitch/trunk/libs/spandsp/src/libspandsp.2005.vcproj	Wed Feb 25 00:26:03 2009
@@ -6,96 +6,49 @@
 	ProjectGUID="{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
 	RootNamespace="libspandsp"
 	Keyword="Win32Proj"
+	TargetFrameworkVersion="131072"
 	>
-	<Platforms>
-		<Platform
+  <Platforms>
+    <Platform
 			Name="Win32"
 		/>
-	</Platforms>
-	<ToolFiles>
-	</ToolFiles>
-	<Configurations>
-		<Configuration
+  </Platforms>
+  <ToolFiles>
+  </ToolFiles>
+  <Configurations>
+    <Configuration
 			Name="Debug|Win32"
 			OutputDirectory="$(SolutionDir)Debug"
 			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="2"
 			CharacterSet="1"
-			BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
 			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;&quot;..\..\tiff-3.8.2\libtiff&quot;"
+				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff;.\generated"
 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="3"
 				UsePrecompiledHeader="0"
-				ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
 				WarningLevel="4"
 				DebugInformationFormat="4"
 				CompileAs="1"
-				DisableSpecificWarnings="4127;4244"
+				DisableSpecificWarnings="4127"
 			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCLinkerTool"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
 				SubSystem="2"
+				RandomizedBaseAddress="1"
+				DataExecutionPrevention="0"
 				ImportLibrary="./Debug\spandsp.lib"
 				TargetMachine="1"
 			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
+    </Configuration>
+    <Configuration
 			Name="Release|Win32"
 			OutputDirectory="$(SolutionDir)Release"
 			IntermediateDirectory="$(ConfigurationName)"
@@ -103,909 +56,268 @@
 			CharacterSet="1"
 			WholeProgramOptimization="1"
 			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCCLCompilerTool"
-				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;&quot;..\..\tiff-3.8.2\libtiff&quot;"
+				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff;.\generated"
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
 				RuntimeLibrary="2"
 				UsePrecompiledHeader="0"
-				ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
 				WarningLevel="4"
 				DebugInformationFormat="3"
-				DisableSpecificWarnings="4127;4244"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
+				DisableSpecificWarnings="4127"
 			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCLinkerTool"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"
 				SubSystem="2"
 				OptimizeReferences="2"
 				EnableCOMDATFolding="2"
+				RandomizedBaseAddress="1"
+				DataExecutionPrevention="0"
 				ImportLibrary="./Release\spandsp.lib"
 				TargetMachine="1"
 			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-	</Configurations>
-	<References>
-	</References>
-	<Files>
-		<Filter
+    </Configuration>
+  </Configurations>
+  <References>
+  </References>
+  <Files>
+    <Filter
 			Name="Source Files"
 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
-			<File
-				RelativePath="adsi.c"
-				>
-			</File>
-			<File
-				RelativePath="async.c"
-				>
-			</File>
-			<File
-				RelativePath="at_interpreter.c"
-				>
-			</File>
-			<File
-				RelativePath="awgn.c"
-				>
-			</File>
-			<File
-				RelativePath="bell_r2_mf.c"
-				>
-			</File>
-			<File
-				RelativePath="bert.c"
-				>
-			</File>
-			<File
-				RelativePath="bit_operations.c"
-				>
-			</File>
-			<File
-				RelativePath="bitstream.c"
-				>
-			</File>
-			<File
-				RelativePath="complex_filters.c"
-				>
-			</File>
-			<File
-				RelativePath="complex_vector_float.c"
-				>
-			</File>
-			<File
-				RelativePath="complex_vector_int.c"
-				>
-			</File>
-			<File
-				RelativePath="crc.c"
-				>
-			</File>
-			<File
-				RelativePath="dds_float.c"
-				>
-			</File>
-			<File
-				RelativePath="dds_int.c"
-				>
-			</File>
-			<File
-				RelativePath="dtmf.c"
-				>
-			</File>
-			<File
-				RelativePath="echo.c"
-				>
-			</File>
-			<File
-				RelativePath="fax.c"
-				>
-			</File>
-			<File
-				RelativePath="fax_modems.c"
-				>
-			</File>
-			<File
-				RelativePath="fsk.c"
-				>
-			</File>
-			<File
-				RelativePath="g711.c"
-				>
-			</File>
-			<File
-				RelativePath="g722.c"
-				>
-			</File>
-			<File
-				RelativePath="g726.c"
-				>
-			</File>
-			<File
-				RelativePath=".\msvc\gettimeofday.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_decode.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_encode.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_long_term.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_lpc.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_preprocess.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_rpe.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_short_term.c"
-				>
-			</File>
-			<File
-				RelativePath="hdlc.c"
-				>
-			</File>
-			<File
-				RelativePath="ima_adpcm.c"
-				>
-			</File>
-			<File
-				RelativePath="logging.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_analyse.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_decode.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_encode.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_placev.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_voicing.c"
-				>
-			</File>
-			<File
-				RelativePath="modem_connect_tones.c"
-				>
-			</File>
-			<File
-				RelativePath="modem_echo.c"
-				>
-			</File>
-			<File
-				RelativePath="noise.c"
-				>
-			</File>
-			<File
-				RelativePath="oki_adpcm.c"
-				>
-			</File>
-			<File
-				RelativePath="playout.c"
-				>
-			</File>
-			<File
-				RelativePath="plc.c"
-				>
-			</File>
-			<File
-				RelativePath="power_meter.c"
-				>
-			</File>
-			<File
-				RelativePath="queue.c"
-				>
-			</File>
-			<File
-				RelativePath="schedule.c"
-				>
-			</File>
-			<File
-				RelativePath="sig_tone.c"
-				>
-			</File>
-			<File
-				RelativePath="silence_gen.c"
-				>
-			</File>
-			<File
-				RelativePath="super_tone_rx.c"
-				>
-			</File>
-			<File
-				RelativePath="super_tone_tx.c"
-				>
-			</File>
-			<File
-				RelativePath="t30.c"
-				>
-			</File>
-			<File
-				RelativePath="t30_api.c"
-				>
-			</File>
-			<File
-				RelativePath="t30_logging.c"
-				>
-			</File>
-			<File
-				RelativePath="t31.c"
-				>
-			</File>
-			<File
-				RelativePath="t35.c"
-				>
-			</File>
-			<File
-				RelativePath="t38_core.c"
-				>
-			</File>
-			<File
-				RelativePath="t38_gateway.c"
-				>
-			</File>
-			<File
-				RelativePath="t38_non_ecm_buffer.c"
-				>
-			</File>
-			<File
-				RelativePath="t38_terminal.c"
-				>
-			</File>
-			<File
-				RelativePath="t4.c"
-				>
-			</File>
-			<File
-				RelativePath="testcpuid.c"
-				>
-			</File>
-			<File
-				RelativePath="time_scale.c"
-				>
-			</File>
-			<File
-				RelativePath="tone_detect.c"
-				>
-			</File>
-			<File
-				RelativePath="tone_generate.c"
-				>
-			</File>
-			<File
-				RelativePath="v17rx.c"
-				>
-			</File>
-			<File
-				RelativePath="v17tx.c"
-				>
-			</File>
-			<File
-				RelativePath="v22bis_rx.c"
-				>
-			</File>
-			<File
-				RelativePath="v22bis_tx.c"
-				>
-			</File>
-			<File
-				RelativePath="v27ter_rx.c"
-				>
-			</File>
-			<File
-				RelativePath="v27ter_tx.c"
-				>
-			</File>
-			<File
-				RelativePath="v29rx.c"
-				>
-			</File>
-			<File
-				RelativePath="v29tx.c"
-				>
-			</File>
-			<File
-				RelativePath="v42.c"
-				>
-			</File>
-			<File
-				RelativePath="v42bis.c"
-				>
-			</File>
-			<File
-				RelativePath="v8.c"
-				>
-			</File>
-			<File
-				RelativePath="vector_float.c"
-				>
-			</File>
-			<File
-				RelativePath="vector_int.c"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Header Files"
-			>
-			<File
-				RelativePath="spandsp.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/adsi.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/arctan2.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/async.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/at_interpreter.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/awgn.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/bell_r2_mf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/bert.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/biquad.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/bit_operations.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/bitstream.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/complex.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/complex_filters.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/complex_vector_float.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/complex_vector_int.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/crc.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/dc_restore.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/dds.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/dtmf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/echo.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/expose.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fast_convert.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fax.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fax_modems.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fir.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fsk.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/g168models.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/g711.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/g722.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/g726.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/gsm0610.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/hdlc.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/ima_adpcm.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/logging.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/lpc10.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/modem_connect_tones.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/modem_echo.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/noise.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/oki_adpcm.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/playout.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/plc.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/power_meter.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/adsi.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/async.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/at_interpreter.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/awgn.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/bell_r2_mf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/bert.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/bitstream.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/dtmf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/fax.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/fax_modems.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/fsk.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/g711.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/g722.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/g726.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/gsm0610.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/hdlc.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/ima_adpcm.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/logging.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/lpc10.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/modem_connect_tones.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/noise.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/oki_adpcm.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/queue.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/schedule.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/sig_tone.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/super_tone_rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/super_tone_tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t30.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t31.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t38_core.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t38_gateway.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t38_non_ecm_buffer.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t38_terminal.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t4.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/time_scale.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/tone_detect.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/tone_generate.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v17rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v17tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v22bis.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v27ter_rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v27ter_tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v29rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v29tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v42.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v42bis.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v8.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/queue.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/saturated.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/schedule.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/sig_tone.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/silence_gen.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/super_tone_rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/super_tone_tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t30.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t30_api.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t30_fcf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t30_logging.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t31.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t35.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t38_core.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t38_gateway.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t38_non_ecm_buffer.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t38_terminal.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t4.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/telephony.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/time_scale.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/timing.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/tone_detect.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/tone_generate.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v17rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v17tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v22bis.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v27ter_rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v27ter_tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v29rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v29tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v42.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v42bis.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v8.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/vector_float.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/vector_int.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/version.h"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Resource Files"
-			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
-			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
-			>
-		</Filter>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
+<File RelativePath="adsi.c"></File>
+<File RelativePath="async.c"></File>
+<File RelativePath="at_interpreter.c"></File>
+<File RelativePath="awgn.c"></File>
+<File RelativePath="bell_r2_mf.c"></File>
+<File RelativePath="bert.c"></File>
+<File RelativePath="bit_operations.c"></File>
+<File RelativePath="bitstream.c"></File>
+<File RelativePath="complex_filters.c"></File>
+<File RelativePath="complex_vector_float.c"></File>
+<File RelativePath="complex_vector_int.c"></File>
+<File RelativePath="crc.c"></File>
+<File RelativePath="dds_float.c"></File>
+<File RelativePath="dds_int.c"></File>
+<File RelativePath="dtmf.c"></File>
+<File RelativePath="echo.c"></File>
+<File RelativePath="fax.c"></File>
+<File RelativePath="fax_modems.c"></File>
+<File RelativePath="fsk.c"></File>
+<File RelativePath="g711.c"></File>
+<File RelativePath="g722.c"></File>
+<File RelativePath="g726.c"></File>
+<File RelativePath="gsm0610_decode.c"></File>
+<File RelativePath="gsm0610_encode.c"></File>
+<File RelativePath="gsm0610_long_term.c"></File>
+<File RelativePath="gsm0610_lpc.c"></File>
+<File RelativePath="gsm0610_preprocess.c"></File>
+<File RelativePath="gsm0610_rpe.c"></File>
+<File RelativePath="gsm0610_short_term.c"></File>
+<File RelativePath="hdlc.c"></File>
+<File RelativePath="ima_adpcm.c"></File>
+<File RelativePath="logging.c"></File>
+<File RelativePath="lpc10_analyse.c"></File>
+<File RelativePath="lpc10_decode.c"></File>
+<File RelativePath="lpc10_encode.c"></File>
+<File RelativePath="lpc10_placev.c"></File>
+<File RelativePath="lpc10_voicing.c"></File>
+<File RelativePath="modem_echo.c"></File>
+<File RelativePath="modem_connect_tones.c"></File>
+<File RelativePath="noise.c"></File>
+<File RelativePath="oki_adpcm.c"></File>
+<File RelativePath="playout.c"></File>
+<File RelativePath="plc.c"></File>
+<File RelativePath="power_meter.c"></File>
+<File RelativePath="queue.c"></File>
+<File RelativePath="schedule.c"></File>
+<File RelativePath="sig_tone.c"></File>
+<File RelativePath="silence_gen.c"></File>
+<File RelativePath="super_tone_rx.c"></File>
+<File RelativePath="super_tone_tx.c"></File>
+<File RelativePath="t4.c"></File>
+<File RelativePath="t30.c"></File>
+<File RelativePath="t30_api.c"></File>
+<File RelativePath="t30_logging.c"></File>
+<File RelativePath="t31.c"></File>
+<File RelativePath="t35.c"></File>
+<File RelativePath="t38_core.c"></File>
+<File RelativePath="t38_gateway.c"></File>
+<File RelativePath="t38_non_ecm_buffer.c"></File>
+<File RelativePath="t38_terminal.c"></File>
+<File RelativePath="testcpuid.c"></File>
+<File RelativePath="time_scale.c"></File>
+<File RelativePath="tone_detect.c"></File>
+<File RelativePath="tone_generate.c"></File>
+<File RelativePath="v17rx.c"></File>
+<File RelativePath="v17tx.c"></File>
+<File RelativePath="v22bis_rx.c"></File>
+<File RelativePath="v22bis_tx.c"></File>
+<File RelativePath="v27ter_rx.c"></File>
+<File RelativePath="v27ter_tx.c"></File>
+<File RelativePath="v29rx.c"></File>
+<File RelativePath="v29tx.c"></File>
+<File RelativePath="v42.c"></File>
+<File RelativePath="v42bis.c"></File>
+<File RelativePath="v8.c"></File>
+<File RelativePath="vector_float.c"></File>
+<File RelativePath="vector_int.c"></File>
+<File RelativePath=".\msvc\gettimeofday.c"></File>
+</Filter><Filter  Name="Header Files">
+<File RelativePath="spandsp/adsi.h"></File>
+<File RelativePath="spandsp/async.h"></File>
+<File RelativePath="spandsp/arctan2.h"></File>
+<File RelativePath="spandsp/at_interpreter.h"></File>
+<File RelativePath="spandsp/awgn.h"></File>
+<File RelativePath="spandsp/bell_r2_mf.h"></File>
+<File RelativePath="spandsp/bert.h"></File>
+<File RelativePath="spandsp/biquad.h"></File>
+<File RelativePath="spandsp/bit_operations.h"></File>
+<File RelativePath="spandsp/bitstream.h"></File>
+<File RelativePath="spandsp/crc.h"></File>
+<File RelativePath="spandsp/complex.h"></File>
+<File RelativePath="spandsp/complex_filters.h"></File>
+<File RelativePath="spandsp/complex_vector_float.h"></File>
+<File RelativePath="spandsp/complex_vector_int.h"></File>
+<File RelativePath="spandsp/dc_restore.h"></File>
+<File RelativePath="spandsp/dds.h"></File>
+<File RelativePath="spandsp/dtmf.h"></File>
+<File RelativePath="spandsp/echo.h"></File>
+<File RelativePath="spandsp/fast_convert.h"></File>
+<File RelativePath="spandsp/fax.h"></File>
+<File RelativePath="spandsp/fax_modems.h"></File>
+<File RelativePath="spandsp/fir.h"></File>
+<File RelativePath="spandsp/fsk.h"></File>
+<File RelativePath="spandsp/g168models.h"></File>
+<File RelativePath="spandsp/g711.h"></File>
+<File RelativePath="spandsp/g722.h"></File>
+<File RelativePath="spandsp/g726.h"></File>
+<File RelativePath="spandsp/gsm0610.h"></File>
+<File RelativePath="spandsp/hdlc.h"></File>
+<File RelativePath="spandsp/ima_adpcm.h"></File>
+<File RelativePath="spandsp/logging.h"></File>
+<File RelativePath="spandsp/lpc10.h"></File>
+<File RelativePath="spandsp/modem_echo.h"></File>
+<File RelativePath="spandsp/modem_connect_tones.h"></File>
+<File RelativePath="spandsp/noise.h"></File>
+<File RelativePath="spandsp/oki_adpcm.h"></File>
+<File RelativePath="spandsp/playout.h"></File>
+<File RelativePath="spandsp/plc.h"></File>
+<File RelativePath="spandsp/power_meter.h"></File>
+<File RelativePath="spandsp/queue.h"></File>
+<File RelativePath="spandsp/saturated.h"></File>
+<File RelativePath="spandsp/schedule.h"></File>
+<File RelativePath="spandsp/sig_tone.h"></File>
+<File RelativePath="spandsp/silence_gen.h"></File>
+<File RelativePath="spandsp/super_tone_rx.h"></File>
+<File RelativePath="spandsp/super_tone_tx.h"></File>
+<File RelativePath="spandsp/t4.h"></File>
+<File RelativePath="spandsp/t30.h"></File>
+<File RelativePath="spandsp/t30_api.h"></File>
+<File RelativePath="spandsp/t30_fcf.h"></File>
+<File RelativePath="spandsp/t30_logging.h"></File>
+<File RelativePath="spandsp/t31.h"></File>
+<File RelativePath="spandsp/t35.h"></File>
+<File RelativePath="spandsp/t38_core.h"></File>
+<File RelativePath="spandsp/t38_gateway.h"></File>
+<File RelativePath="spandsp/t38_non_ecm_buffer.h"></File>
+<File RelativePath="spandsp/t38_terminal.h"></File>
+<File RelativePath="spandsp/telephony.h"></File>
+<File RelativePath="spandsp/time_scale.h"></File>
+<File RelativePath="spandsp/timing.h"></File>
+<File RelativePath="spandsp/tone_detect.h"></File>
+<File RelativePath="spandsp/tone_generate.h"></File>
+<File RelativePath="spandsp/v17rx.h"></File>
+<File RelativePath="spandsp/v17tx.h"></File>
+<File RelativePath="spandsp/v22bis.h"></File>
+<File RelativePath="spandsp/v27ter_rx.h"></File>
+<File RelativePath="spandsp/v27ter_tx.h"></File>
+<File RelativePath="spandsp/v29rx.h"></File>
+<File RelativePath="spandsp/v29tx.h"></File>
+<File RelativePath="spandsp/v42.h"></File>
+<File RelativePath="spandsp/v42bis.h"></File>
+<File RelativePath="spandsp/v8.h"></File>
+<File RelativePath="spandsp/vector_float.h"></File>
+<File RelativePath="spandsp/vector_int.h"></File>
+<File RelativePath="spandsp/version.h"></File>
+<File RelativePath="spandsp/private/adsi.h"></File>
+<File RelativePath="spandsp/private/async.h"></File>
+<File RelativePath="spandsp/private/at_interpreter.h"></File>
+<File RelativePath="spandsp/private/awgn.h"></File>
+<File RelativePath="spandsp/private/bell_r2_mf.h"></File>
+<File RelativePath="spandsp/private/bert.h"></File>
+<File RelativePath="spandsp/private/bitstream.h"></File>
+<File RelativePath="spandsp/private/dtmf.h"></File>
+<File RelativePath="spandsp/private/fax.h"></File>
+<File RelativePath="spandsp/private/fax_modems.h"></File>
+<File RelativePath="spandsp/private/fsk.h"></File>
+<File RelativePath="spandsp/private/g711.h"></File>
+<File RelativePath="spandsp/private/g722.h"></File>
+<File RelativePath="spandsp/private/g726.h"></File>
+<File RelativePath="spandsp/private/gsm0610.h"></File>
+<File RelativePath="spandsp/private/hdlc.h"></File>
+<File RelativePath="spandsp/private/ima_adpcm.h"></File>
+<File RelativePath="spandsp/private/logging.h"></File>
+<File RelativePath="spandsp/private/lpc10.h"></File>
+<File RelativePath="spandsp/private/modem_connect_tones.h"></File>
+<File RelativePath="spandsp/private/noise.h"></File>
+<File RelativePath="spandsp/private/oki_adpcm.h"></File>
+<File RelativePath="spandsp/private/queue.h"></File>
+<File RelativePath="spandsp/private/schedule.h"></File>
+<File RelativePath="spandsp/private/sig_tone.h"></File>
+<File RelativePath="spandsp/private/super_tone_rx.h"></File>
+<File RelativePath="spandsp/private/super_tone_tx.h"></File>
+<File RelativePath="spandsp/private/t30.h"></File>
+<File RelativePath="spandsp/private/t31.h"></File>
+<File RelativePath="spandsp/private/t38_core.h"></File>
+<File RelativePath="spandsp/private/t38_gateway.h"></File>
+<File RelativePath="spandsp/private/t38_non_ecm_buffer.h"></File>
+<File RelativePath="spandsp/private/t38_terminal.h"></File>
+<File RelativePath="spandsp/private/t4.h"></File>
+<File RelativePath="spandsp/private/time_scale.h"></File>
+<File RelativePath="spandsp/private/tone_detect.h"></File>
+<File RelativePath="spandsp/private/tone_generate.h"></File>
+<File RelativePath="spandsp/private/v17rx.h"></File>
+<File RelativePath="spandsp/private/v17tx.h"></File>
+<File RelativePath="spandsp/private/v22bis.h"></File>
+<File RelativePath="spandsp/private/v27ter_rx.h"></File>
+<File RelativePath="spandsp/private/v27ter_tx.h"></File>
+<File RelativePath="spandsp/private/v29rx.h"></File>
+<File RelativePath="spandsp/private/v29tx.h"></File>
+<File RelativePath="spandsp/private/v42.h"></File>
+<File RelativePath="spandsp/private/v42bis.h"></File>
+<File RelativePath="spandsp/private/v8.h"></File>
+<File RelativePath="spandsp/expose.h"></File>
+<File RelativePath="spandsp.h"></File>
+		</Filter>

+		<File

+			RelativePath=".\msvc\spandsp.h"

+			>

+			<FileConfiguration

+				Name="Debug|Win32"

+				>

+				<Tool

+					Name="VCCustomBuildTool"

+					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"

+					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"

+					Outputs="$(SolutionDir)$(InputFileName)"

+				/>

+			</FileConfiguration>

+			<FileConfiguration

+				Name="Release|Win32"

+				>

+				<Tool

+					Name="VCCustomBuildTool"

+					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"

+					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"

+					Outputs="$(SolutionDir)$(InputFileName)"

+				/>

+			</FileConfiguration>

+		</File>

+	</Files>

+	<Globals>

+	</Globals>

+</VisualStudioProject>


Modified: freeswitch/trunk/libs/spandsp/src/libspandsp.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/spandsp/src/libspandsp.2008.vcproj	(original)
+++ freeswitch/trunk/libs/spandsp/src/libspandsp.2008.vcproj	Wed Feb 25 00:26:03 2009
@@ -8,65 +8,39 @@
 	Keyword="Win32Proj"
 	TargetFrameworkVersion="131072"
 	>
-	<Platforms>
-		<Platform
+  <Platforms>
+    <Platform
 			Name="Win32"
 		/>
-		<Platform
+    <Platform
 			Name="x64"
 		/>
-	</Platforms>
-	<ToolFiles>
-	</ToolFiles>
-	<Configurations>
-		<Configuration
+  </Platforms>
+  <ToolFiles>
+  </ToolFiles>
+  <Configurations>
+    <Configuration
 			Name="Debug|Win32"
 			OutputDirectory="$(SolutionDir)Debug"
 			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="2"
 			CharacterSet="1"
-			BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
 			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;&quot;..\..\tiff-3.8.2\libtiff&quot;"
+				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff;.\generated"
 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="3"
 				UsePrecompiledHeader="0"
-				ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
 				WarningLevel="4"
 				DebugInformationFormat="4"
 				CompileAs="1"
 				DisableSpecificWarnings="4127"
 			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCLinkerTool"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -76,73 +50,26 @@
 				ImportLibrary="./Debug\spandsp.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
+    </Configuration>
+    <Configuration
 			Name="Release|Win32"
 			OutputDirectory="$(SolutionDir)Release"
 			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="2"
 			CharacterSet="1"
 			WholeProgramOptimization="1"
-			BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
 			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCCLCompilerTool"
-				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;&quot;..\..\tiff-3.8.2\libtiff&quot;"
+				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff;.\generated"
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
 				RuntimeLibrary="2"
 				UsePrecompiledHeader="0"
-				ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
 				WarningLevel="4"
 				DebugInformationFormat="3"
 				DisableSpecificWarnings="4127"
 			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCLinkerTool"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"
@@ -154,51 +81,15 @@
 				ImportLibrary="./Release\spandsp.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
+    </Configuration>
+    <Configuration
 			Name="Debug|x64"
 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 			ConfigurationType="2"
 			CharacterSet="1"
 			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff;.\generated"
@@ -212,16 +103,7 @@
 				CompileAs="1"
 				DisableSpecificWarnings="4127"
 			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCLinkerTool"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -231,29 +113,8 @@
 				ImportLibrary="$(TargetDir)spandsp.lib"
 				TargetMachine="17"
 			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
+    </Configuration>
+    <Configuration
 			Name="Release|x64"
 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
@@ -261,22 +122,7 @@
 			CharacterSet="1"
 			WholeProgramOptimization="1"
 			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCCLCompilerTool"
 				AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff;.\generated"
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
@@ -286,16 +132,7 @@
 				DebugInformationFormat="3"
 				DisableSpecificWarnings="4127"
 			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
+      <Tool
 				Name="VCLinkerTool"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"
@@ -307,879 +144,266 @@
 				ImportLibrary="$(TargetDir)spandsp.lib"
 				TargetMachine="17"
 			/>
-			<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
+    </Configuration>
+  </Configurations>
+  <References>
+  </References>
+  <Files>
+    <Filter
 			Name="Source Files"
 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
-			<File
-				RelativePath="adsi.c"
-				>
-			</File>
-			<File
-				RelativePath="async.c"
-				>
-			</File>
-			<File
-				RelativePath="at_interpreter.c"
-				>
-			</File>
-			<File
-				RelativePath="awgn.c"
-				>
-			</File>
-			<File
-				RelativePath="bell_r2_mf.c"
-				>
-			</File>
-			<File
-				RelativePath="bert.c"
-				>
-			</File>
-			<File
-				RelativePath="bit_operations.c"
-				>
-			</File>
-			<File
-				RelativePath="bitstream.c"
-				>
-			</File>
-			<File
-				RelativePath="complex_filters.c"
-				>
-			</File>
-			<File
-				RelativePath="complex_vector_float.c"
-				>
-			</File>
-			<File
-				RelativePath="complex_vector_int.c"
-				>
-			</File>
-			<File
-				RelativePath="crc.c"
-				>
-			</File>
-			<File
-				RelativePath="dds_float.c"
-				>
-			</File>
-			<File
-				RelativePath="dds_int.c"
-				>
-			</File>
-			<File
-				RelativePath="dtmf.c"
-				>
-			</File>
-			<File
-				RelativePath="echo.c"
-				>
-			</File>
-			<File
-				RelativePath="fax.c"
-				>
-			</File>
-			<File
-				RelativePath="fax_modems.c"
-				>
-			</File>
-			<File
-				RelativePath="fsk.c"
-				>
-			</File>
-			<File
-				RelativePath="g711.c"
-				>
-			</File>
-			<File
-				RelativePath="g722.c"
-				>
-			</File>
-			<File
-				RelativePath="g726.c"
-				>
-			</File>
-			<File
-				RelativePath=".\msvc\gettimeofday.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_decode.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_encode.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_long_term.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_lpc.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_preprocess.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_rpe.c"
-				>
-			</File>
-			<File
-				RelativePath="gsm0610_short_term.c"
-				>
-			</File>
-			<File
-				RelativePath="hdlc.c"
-				>
-			</File>
-			<File
-				RelativePath="ima_adpcm.c"
-				>
-			</File>
-			<File
-				RelativePath="logging.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_analyse.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_decode.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_encode.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_placev.c"
-				>
-			</File>
-			<File
-				RelativePath="lpc10_voicing.c"
-				>
-			</File>
-			<File
-				RelativePath="modem_connect_tones.c"
-				>
-			</File>
-			<File
-				RelativePath="modem_echo.c"
-				>
-			</File>
-			<File
-				RelativePath="noise.c"
-				>
-			</File>
-			<File
-				RelativePath="oki_adpcm.c"
-				>
-			</File>
-			<File
-				RelativePath="playout.c"
-				>
-			</File>
-			<File
-				RelativePath="plc.c"
-				>
-			</File>
-			<File
-				RelativePath="power_meter.c"
-				>
-			</File>
-			<File
-				RelativePath="queue.c"
-				>
-			</File>
-			<File
-				RelativePath="schedule.c"
-				>
-			</File>
-			<File
-				RelativePath="sig_tone.c"
-				>
-			</File>
-			<File
-				RelativePath="silence_gen.c"
-				>
-			</File>
-			<File
-				RelativePath="super_tone_rx.c"
-				>
-			</File>
-			<File
-				RelativePath="super_tone_tx.c"
-				>
-			</File>
-			<File
-				RelativePath="t30.c"
-				>
-			</File>
-			<File
-				RelativePath="t30_api.c"
-				>
-			</File>
-			<File
-				RelativePath="t30_logging.c"
-				>
-			</File>
-			<File
-				RelativePath="t31.c"
-				>
-			</File>
-			<File
-				RelativePath="t35.c"
-				>
-			</File>
-			<File
-				RelativePath="t38_core.c"
-				>
-			</File>
-			<File
-				RelativePath="t38_gateway.c"
-				>
-			</File>
-			<File
-				RelativePath="t38_non_ecm_buffer.c"
-				>
-			</File>
-			<File
-				RelativePath="t38_terminal.c"
-				>
-			</File>
-			<File
-				RelativePath="t4.c"
-				>
-			</File>
-			<File
-				RelativePath="testcpuid.c"
-				>
-			</File>
-			<File
-				RelativePath="time_scale.c"
-				>
-			</File>
-			<File
-				RelativePath="tone_detect.c"
-				>
-			</File>
-			<File
-				RelativePath="tone_generate.c"
-				>
-			</File>
-			<File
-				RelativePath="v17rx.c"
-				>
-			</File>
-			<File
-				RelativePath="v17tx.c"
-				>
-			</File>
-			<File
-				RelativePath="v22bis_rx.c"
-				>
-			</File>
-			<File
-				RelativePath="v22bis_tx.c"
-				>
-			</File>
-			<File
-				RelativePath="v27ter_rx.c"
-				>
-			</File>
-			<File
-				RelativePath="v27ter_tx.c"
-				>
-			</File>
-			<File
-				RelativePath="v29rx.c"
-				>
-			</File>
-			<File
-				RelativePath="v29tx.c"
-				>
-			</File>
-			<File
-				RelativePath="v42.c"
-				>
-			</File>
-			<File
-				RelativePath="v42bis.c"
-				>
-			</File>
-			<File
-				RelativePath="v8.c"
-				>
-			</File>
-			<File
-				RelativePath="vector_float.c"
-				>
-			</File>
-			<File
-				RelativePath="vector_int.c"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Header Files"
-			>
-			<File
-				RelativePath="spandsp.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/adsi.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/arctan2.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/async.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/at_interpreter.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/awgn.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/bell_r2_mf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/bert.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/biquad.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/bit_operations.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/bitstream.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/complex.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/complex_filters.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/complex_vector_float.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/complex_vector_int.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/crc.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/dc_restore.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/dds.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/dtmf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/echo.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/expose.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fast_convert.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fax.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fax_modems.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fir.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/fsk.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/g168models.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/g711.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/g722.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/g726.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/gsm0610.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/hdlc.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/ima_adpcm.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/logging.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/lpc10.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/modem_connect_tones.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/modem_echo.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/noise.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/oki_adpcm.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/playout.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/plc.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/power_meter.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/adsi.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/async.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/at_interpreter.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/awgn.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/bell_r2_mf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/bert.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/bitstream.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/dtmf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/fax.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/fax_modems.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/fsk.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/g711.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/g722.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/g726.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/gsm0610.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/hdlc.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/ima_adpcm.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/logging.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/lpc10.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/modem_connect_tones.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/noise.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/oki_adpcm.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/queue.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/schedule.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/sig_tone.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/super_tone_rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/super_tone_tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t30.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t31.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t38_core.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t38_gateway.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t38_non_ecm_buffer.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t38_terminal.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/t4.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/time_scale.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/tone_detect.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/tone_generate.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v17rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v17tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v22bis.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v27ter_rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v27ter_tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v29rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v29tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v42.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v42bis.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/private/v8.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/queue.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/saturated.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/schedule.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/sig_tone.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/silence_gen.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/super_tone_rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/super_tone_tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t30.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t30_api.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t30_fcf.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t30_logging.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t31.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t35.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t38_core.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t38_gateway.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t38_non_ecm_buffer.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t38_terminal.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/t4.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/telephony.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/time_scale.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/timing.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/tone_detect.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/tone_generate.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v17rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v17tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v22bis.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v27ter_rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v27ter_tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v29rx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v29tx.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v42.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v42bis.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/v8.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/vector_float.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/vector_int.h"
-				>
-			</File>
-			<File
-				RelativePath="spandsp/version.h"
-				>
-			</File>
-		</Filter>
-		<File
-			RelativePath=".\msvc\spandsp.h"
-			>
-			<FileConfiguration
-				Name="Debug|Win32"
-				>
-				<Tool
-					Name="VCCustomBuildTool"
-					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"
-					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"
-					Outputs="$(SolutionDir)$(InputFileName)"
-				/>
-			</FileConfiguration>
-			<FileConfiguration
-				Name="Release|Win32"
-				>
-				<Tool
-					Name="VCCustomBuildTool"
-					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"
-					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"
-					Outputs="$(SolutionDir)$(InputFileName)"
-				/>
-			</FileConfiguration>
-		</File>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
+<File RelativePath="adsi.c"></File>
+<File RelativePath="async.c"></File>
+<File RelativePath="at_interpreter.c"></File>
+<File RelativePath="awgn.c"></File>
+<File RelativePath="bell_r2_mf.c"></File>
+<File RelativePath="bert.c"></File>
+<File RelativePath="bit_operations.c"></File>
+<File RelativePath="bitstream.c"></File>
+<File RelativePath="complex_filters.c"></File>
+<File RelativePath="complex_vector_float.c"></File>
+<File RelativePath="complex_vector_int.c"></File>
+<File RelativePath="crc.c"></File>
+<File RelativePath="dds_float.c"></File>
+<File RelativePath="dds_int.c"></File>
+<File RelativePath="dtmf.c"></File>
+<File RelativePath="echo.c"></File>
+<File RelativePath="fax.c"></File>
+<File RelativePath="fax_modems.c"></File>
+<File RelativePath="fsk.c"></File>
+<File RelativePath="g711.c"></File>
+<File RelativePath="g722.c"></File>
+<File RelativePath="g726.c"></File>
+<File RelativePath="gsm0610_decode.c"></File>
+<File RelativePath="gsm0610_encode.c"></File>
+<File RelativePath="gsm0610_long_term.c"></File>
+<File RelativePath="gsm0610_lpc.c"></File>
+<File RelativePath="gsm0610_preprocess.c"></File>
+<File RelativePath="gsm0610_rpe.c"></File>
+<File RelativePath="gsm0610_short_term.c"></File>
+<File RelativePath="hdlc.c"></File>
+<File RelativePath="ima_adpcm.c"></File>
+<File RelativePath="logging.c"></File>
+<File RelativePath="lpc10_analyse.c"></File>
+<File RelativePath="lpc10_decode.c"></File>
+<File RelativePath="lpc10_encode.c"></File>
+<File RelativePath="lpc10_placev.c"></File>
+<File RelativePath="lpc10_voicing.c"></File>
+<File RelativePath="modem_echo.c"></File>
+<File RelativePath="modem_connect_tones.c"></File>
+<File RelativePath="noise.c"></File>
+<File RelativePath="oki_adpcm.c"></File>
+<File RelativePath="playout.c"></File>
+<File RelativePath="plc.c"></File>
+<File RelativePath="power_meter.c"></File>
+<File RelativePath="queue.c"></File>
+<File RelativePath="schedule.c"></File>
+<File RelativePath="sig_tone.c"></File>
+<File RelativePath="silence_gen.c"></File>
+<File RelativePath="super_tone_rx.c"></File>
+<File RelativePath="super_tone_tx.c"></File>
+<File RelativePath="t4.c"></File>
+<File RelativePath="t30.c"></File>
+<File RelativePath="t30_api.c"></File>
+<File RelativePath="t30_logging.c"></File>
+<File RelativePath="t31.c"></File>
+<File RelativePath="t35.c"></File>
+<File RelativePath="t38_core.c"></File>
+<File RelativePath="t38_gateway.c"></File>
+<File RelativePath="t38_non_ecm_buffer.c"></File>
+<File RelativePath="t38_terminal.c"></File>
+<File RelativePath="testcpuid.c"></File>
+<File RelativePath="time_scale.c"></File>
+<File RelativePath="tone_detect.c"></File>
+<File RelativePath="tone_generate.c"></File>
+<File RelativePath="v17rx.c"></File>
+<File RelativePath="v17tx.c"></File>
+<File RelativePath="v22bis_rx.c"></File>
+<File RelativePath="v22bis_tx.c"></File>
+<File RelativePath="v27ter_rx.c"></File>
+<File RelativePath="v27ter_tx.c"></File>
+<File RelativePath="v29rx.c"></File>
+<File RelativePath="v29tx.c"></File>
+<File RelativePath="v42.c"></File>
+<File RelativePath="v42bis.c"></File>
+<File RelativePath="v8.c"></File>
+<File RelativePath="vector_float.c"></File>
+<File RelativePath="vector_int.c"></File>
+<File RelativePath=".\msvc\gettimeofday.c"></File>
+</Filter><Filter  Name="Header Files">
+<File RelativePath="spandsp/adsi.h"></File>
+<File RelativePath="spandsp/async.h"></File>
+<File RelativePath="spandsp/arctan2.h"></File>
+<File RelativePath="spandsp/at_interpreter.h"></File>
+<File RelativePath="spandsp/awgn.h"></File>
+<File RelativePath="spandsp/bell_r2_mf.h"></File>
+<File RelativePath="spandsp/bert.h"></File>
+<File RelativePath="spandsp/biquad.h"></File>
+<File RelativePath="spandsp/bit_operations.h"></File>
+<File RelativePath="spandsp/bitstream.h"></File>
+<File RelativePath="spandsp/crc.h"></File>
+<File RelativePath="spandsp/complex.h"></File>
+<File RelativePath="spandsp/complex_filters.h"></File>
+<File RelativePath="spandsp/complex_vector_float.h"></File>
+<File RelativePath="spandsp/complex_vector_int.h"></File>
+<File RelativePath="spandsp/dc_restore.h"></File>
+<File RelativePath="spandsp/dds.h"></File>
+<File RelativePath="spandsp/dtmf.h"></File>
+<File RelativePath="spandsp/echo.h"></File>
+<File RelativePath="spandsp/fast_convert.h"></File>
+<File RelativePath="spandsp/fax.h"></File>
+<File RelativePath="spandsp/fax_modems.h"></File>
+<File RelativePath="spandsp/fir.h"></File>
+<File RelativePath="spandsp/fsk.h"></File>
+<File RelativePath="spandsp/g168models.h"></File>
+<File RelativePath="spandsp/g711.h"></File>
+<File RelativePath="spandsp/g722.h"></File>
+<File RelativePath="spandsp/g726.h"></File>
+<File RelativePath="spandsp/gsm0610.h"></File>
+<File RelativePath="spandsp/hdlc.h"></File>
+<File RelativePath="spandsp/ima_adpcm.h"></File>
+<File RelativePath="spandsp/logging.h"></File>
+<File RelativePath="spandsp/lpc10.h"></File>
+<File RelativePath="spandsp/modem_echo.h"></File>
+<File RelativePath="spandsp/modem_connect_tones.h"></File>
+<File RelativePath="spandsp/noise.h"></File>
+<File RelativePath="spandsp/oki_adpcm.h"></File>
+<File RelativePath="spandsp/playout.h"></File>
+<File RelativePath="spandsp/plc.h"></File>
+<File RelativePath="spandsp/power_meter.h"></File>
+<File RelativePath="spandsp/queue.h"></File>
+<File RelativePath="spandsp/saturated.h"></File>
+<File RelativePath="spandsp/schedule.h"></File>
+<File RelativePath="spandsp/sig_tone.h"></File>
+<File RelativePath="spandsp/silence_gen.h"></File>
+<File RelativePath="spandsp/super_tone_rx.h"></File>
+<File RelativePath="spandsp/super_tone_tx.h"></File>
+<File RelativePath="spandsp/t4.h"></File>
+<File RelativePath="spandsp/t30.h"></File>
+<File RelativePath="spandsp/t30_api.h"></File>
+<File RelativePath="spandsp/t30_fcf.h"></File>
+<File RelativePath="spandsp/t30_logging.h"></File>
+<File RelativePath="spandsp/t31.h"></File>
+<File RelativePath="spandsp/t35.h"></File>
+<File RelativePath="spandsp/t38_core.h"></File>
+<File RelativePath="spandsp/t38_gateway.h"></File>
+<File RelativePath="spandsp/t38_non_ecm_buffer.h"></File>
+<File RelativePath="spandsp/t38_terminal.h"></File>
+<File RelativePath="spandsp/telephony.h"></File>
+<File RelativePath="spandsp/time_scale.h"></File>
+<File RelativePath="spandsp/timing.h"></File>
+<File RelativePath="spandsp/tone_detect.h"></File>
+<File RelativePath="spandsp/tone_generate.h"></File>
+<File RelativePath="spandsp/v17rx.h"></File>
+<File RelativePath="spandsp/v17tx.h"></File>
+<File RelativePath="spandsp/v22bis.h"></File>
+<File RelativePath="spandsp/v27ter_rx.h"></File>
+<File RelativePath="spandsp/v27ter_tx.h"></File>
+<File RelativePath="spandsp/v29rx.h"></File>
+<File RelativePath="spandsp/v29tx.h"></File>
+<File RelativePath="spandsp/v42.h"></File>
+<File RelativePath="spandsp/v42bis.h"></File>
+<File RelativePath="spandsp/v8.h"></File>
+<File RelativePath="spandsp/vector_float.h"></File>
+<File RelativePath="spandsp/vector_int.h"></File>
+<File RelativePath="spandsp/version.h"></File>
+<File RelativePath="spandsp/private/adsi.h"></File>
+<File RelativePath="spandsp/private/async.h"></File>
+<File RelativePath="spandsp/private/at_interpreter.h"></File>
+<File RelativePath="spandsp/private/awgn.h"></File>
+<File RelativePath="spandsp/private/bell_r2_mf.h"></File>
+<File RelativePath="spandsp/private/bert.h"></File>
+<File RelativePath="spandsp/private/bitstream.h"></File>
+<File RelativePath="spandsp/private/dtmf.h"></File>
+<File RelativePath="spandsp/private/fax.h"></File>
+<File RelativePath="spandsp/private/fax_modems.h"></File>
+<File RelativePath="spandsp/private/fsk.h"></File>
+<File RelativePath="spandsp/private/g711.h"></File>
+<File RelativePath="spandsp/private/g722.h"></File>
+<File RelativePath="spandsp/private/g726.h"></File>
+<File RelativePath="spandsp/private/gsm0610.h"></File>
+<File RelativePath="spandsp/private/hdlc.h"></File>
+<File RelativePath="spandsp/private/ima_adpcm.h"></File>
+<File RelativePath="spandsp/private/logging.h"></File>
+<File RelativePath="spandsp/private/lpc10.h"></File>
+<File RelativePath="spandsp/private/modem_connect_tones.h"></File>
+<File RelativePath="spandsp/private/noise.h"></File>
+<File RelativePath="spandsp/private/oki_adpcm.h"></File>
+<File RelativePath="spandsp/private/queue.h"></File>
+<File RelativePath="spandsp/private/schedule.h"></File>
+<File RelativePath="spandsp/private/sig_tone.h"></File>
+<File RelativePath="spandsp/private/super_tone_rx.h"></File>
+<File RelativePath="spandsp/private/super_tone_tx.h"></File>
+<File RelativePath="spandsp/private/t30.h"></File>
+<File RelativePath="spandsp/private/t31.h"></File>
+<File RelativePath="spandsp/private/t38_core.h"></File>
+<File RelativePath="spandsp/private/t38_gateway.h"></File>
+<File RelativePath="spandsp/private/t38_non_ecm_buffer.h"></File>
+<File RelativePath="spandsp/private/t38_terminal.h"></File>
+<File RelativePath="spandsp/private/t4.h"></File>
+<File RelativePath="spandsp/private/time_scale.h"></File>
+<File RelativePath="spandsp/private/tone_detect.h"></File>
+<File RelativePath="spandsp/private/tone_generate.h"></File>
+<File RelativePath="spandsp/private/v17rx.h"></File>
+<File RelativePath="spandsp/private/v17tx.h"></File>
+<File RelativePath="spandsp/private/v22bis.h"></File>
+<File RelativePath="spandsp/private/v27ter_rx.h"></File>
+<File RelativePath="spandsp/private/v27ter_tx.h"></File>
+<File RelativePath="spandsp/private/v29rx.h"></File>
+<File RelativePath="spandsp/private/v29tx.h"></File>
+<File RelativePath="spandsp/private/v42.h"></File>
+<File RelativePath="spandsp/private/v42bis.h"></File>
+<File RelativePath="spandsp/private/v8.h"></File>
+<File RelativePath="spandsp/expose.h"></File>
+<File RelativePath="spandsp.h"></File>
+		</Filter>

+		<File

+			RelativePath=".\msvc\spandsp.h"

+			>

+			<FileConfiguration

+				Name="Debug|Win32"

+				>

+				<Tool

+					Name="VCCustomBuildTool"

+					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"

+					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"

+					Outputs="$(SolutionDir)$(InputFileName)"

+				/>

+			</FileConfiguration>

+			<FileConfiguration

+				Name="Release|Win32"

+				>

+				<Tool

+					Name="VCCustomBuildTool"

+					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"

+					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"

+					Outputs="$(SolutionDir)$(InputFileName)"

+				/>

+			</FileConfiguration>

+			<FileConfiguration

+				Name="Debug|x64"

+				>

+				<Tool

+					Name="VCCustomBuildTool"

+					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"

+					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"

+					Outputs="$(SolutionDir)$(InputFileName)"

+				/>

+			</FileConfiguration>

+			<FileConfiguration

+				Name="Release|x64"

+				>

+				<Tool

+					Name="VCCustomBuildTool"

+					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"

+					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"

+					Outputs="$(SolutionDir)$(InputFileName)"

+				/>

+			</FileConfiguration>

+		</File>

+	</Files>

+	<Globals>

+	</Globals>

+</VisualStudioProject>


Modified: freeswitch/trunk/libs/spandsp/src/msvc/vc9proj.foot
==============================================================================
--- freeswitch/trunk/libs/spandsp/src/msvc/vc9proj.foot	(original)
+++ freeswitch/trunk/libs/spandsp/src/msvc/vc9proj.foot	Wed Feb 25 00:26:03 2009
@@ -22,6 +22,26 @@
 					Outputs="$(SolutionDir)$(InputFileName)"
 				/>
 			</FileConfiguration>
+			<FileConfiguration
+				Name="Debug|x64"
+				>
+				<Tool
+					Name="VCCustomBuildTool"
+					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"
+					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"
+					Outputs="$(SolutionDir)$(InputFileName)"
+				/>
+			</FileConfiguration>
+			<FileConfiguration
+				Name="Release|x64"
+				>
+				<Tool
+					Name="VCCustomBuildTool"
+					Description="Copying $(InputPath) to $(SolutionDir)$(InputFileName)"
+					CommandLine="copy $(InputPath) $(SolutionDir)$(InputFileName)"
+					Outputs="$(SolutionDir)$(InputFileName)"
+				/>
+			</FileConfiguration>
 		</File>
 	</Files>
 	<Globals>



More information about the Freeswitch-svn mailing list