view spandsp-0.0.3/spandsp-0.0.3/libspandsp.vcproj @ 5:f762bf195c4b

import spandsp-0.0.3
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 16:00:21 +0200
parents
children
line wrap: on
line source

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="libspandsp"
	ProjectGUID="{CF70F278-3364-4395-A2E1-23501C9B8AD2}"
	RootNamespace="libspandsp"
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="2"
			CharacterSet="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="src; src\spandsp; src\msvc"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				UsePrecompiledHeader="0"
				WarningLevel="4"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="2"
				ModuleDefinitionFile="src/msvc/spandsp.def"
				GenerateDebugInformation="true"
				SubSystem="2"
				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
			Name="Release|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="2"
			CharacterSet="1"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				AdditionalIncludeDirectories="src; src\spandsp; src\msvc"
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
				RuntimeLibrary="2"
				UsePrecompiledHeader="0"
				WarningLevel="4"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="1"
				ModuleDefinitionFile="src/msvc/spandsp.def"
				GenerateDebugInformation="true"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				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
			Name="Source Files"
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
			>
			<File
				RelativePath=".\src\adsi.c"
				>
			</File>
			<File
				RelativePath=".\src\async.c"
				>
			</File>
			<File
				RelativePath=".\src\awgn.c"
				>
			</File>
			<File
				RelativePath=".\src\bert.c"
				>
			</File>
			<File
				RelativePath=".\src\complex_dds.c"
				>
			</File>
			<File
				RelativePath=".\src\complex_filters.c"
				>
			</File>
			<File
				RelativePath=".\src\dds.c"
				>
			</File>
			<File
				RelativePath=".\src\ec_disable_tone.c"
				>
			</File>
			<File
				RelativePath=".\src\echo.c"
				>
			</File>
			<File
				RelativePath=".\src\fax.c"
				>
			</File>
			<File
				RelativePath=".\src\fsk.c"
				>
			</File>
			<File
				RelativePath=".\src\g722_decode.c"
				>
			</File>
			<File
				RelativePath=".\src\g722_encode.c"
				>
			</File>
			<File
				RelativePath=".\src\g726.c"
				>
			</File>
			<File
				RelativePath=".\src\msvc\gettimeofday.c"
				>
			</File>
			<File
				RelativePath=".\src\hdlc.c"
				>
			</File>
			<File
				RelativePath=".\src\ima_adpcm.c"
				>
			</File>
			<File
				RelativePath=".\src\logging.c"
				>
			</File>
			<File
				RelativePath=".\src\modem_echo.c"
				>
			</File>
			<File
				RelativePath=".\src\noise.c"
				>
			</File>
			<File
				RelativePath=".\src\oki_adpcm.c"
				>
			</File>
			<File
				RelativePath=".\src\playout.c"
				>
			</File>
			<File
				RelativePath=".\src\plc.c"
				>
			</File>
			<File
				RelativePath=".\src\power_meter.c"
				>
			</File>
			<File
				RelativePath=".\src\queue.c"
				>
			</File>
			<File
				RelativePath=".\src\schedule.c"
				>
			</File>
			<File
				RelativePath=".\src\sig_tone.c"
				>
			</File>
			<File
				RelativePath=".\src\super_tone_rx.c"
				>
			</File>
			<File
				RelativePath=".\src\super_tone_tx.c"
				>
			</File>
			<File
				RelativePath=".\src\t30.c"
				>
			</File>
			<File
				RelativePath=".\src\t31.c"
				>
			</File>
			<File
				RelativePath=".\src\t35.c"
				>
			</File>
			<File
				RelativePath=".\src\t38_gateway.c"
				>
			</File>
			<File
				RelativePath=".\src\t38_ifppacket.c"
				>
			</File>
			<File
				RelativePath=".\src\t38_terminal.c"
				>
			</File>
			<File
				RelativePath=".\src\t4.c"
				>
			</File>
			<File
				RelativePath=".\src\testcpuid.c"
				>
			</File>
			<File
				RelativePath=".\src\time_scale.c"
				>
			</File>
			<File
				RelativePath=".\src\tone_detect.c"
				>
			</File>
			<File
				RelativePath=".\src\tone_generate.c"
				>
			</File>
			<File
				RelativePath=".\src\v17rx.c"
				>
			</File>
			<File
				RelativePath=".\src\v17tx.c"
				>
			</File>
			<File
				RelativePath=".\src\v22bis_rx.c"
				>
			</File>
			<File
				RelativePath=".\src\v22bis_tx.c"
				>
			</File>
			<File
				RelativePath=".\src\v27ter_rx.c"
				>
			</File>
			<File
				RelativePath=".\src\v27ter_tx.c"
				>
			</File>
			<File
				RelativePath=".\src\v29rx.c"
				>
			</File>
			<File
				RelativePath=".\src\v29tx.c"
				>
			</File>
			<File
				RelativePath=".\src\v42.c"
				>
			</File>
			<File
				RelativePath=".\src\v42bis.c"
				>
			</File>
			<File
				RelativePath=".\src\v8.c"
				>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
			<File
				RelativePath=".\src\spandsp\adsi.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\alaw_ulaw.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\arctan2.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\async.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\awgn.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\bert.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\biquad.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\complex.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\complex_filters.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\dc_restore.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\dds.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\ec_disable_detector.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\ec_disable_tone.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\echo.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\fax.h"
				>
			</File>
			<File
				RelativePath=".\src\faxfont.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\fir.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\fsk.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\g168models.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\g722.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\g726.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\hdlc.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\ima_adpcm.h"
				>
			</File>
			<File
				RelativePath=".\src\msvc\inttypes.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\logging.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\mmx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\modem_echo.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\noise.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\oki_adpcm.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\oss.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\playout.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\plc.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\power_meter.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\queue.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\schedule.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\sig_tone.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\super_tone_rx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\super_tone_tx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\t30.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\t30_fcf.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\t31.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\t35.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\t38.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\t4.h"
				>
			</File>
			<File
				RelativePath=".\src\t4states.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\telephony.h"
				>
			</File>
			<File
				RelativePath=".\src\msvc\tgmath.h"
				>
			</File>
			<File
				RelativePath=".\src\msvc\sys\time.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\time_scale.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\timing.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\tone_detect.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\tone_generate.h"
				>
			</File>
			<File
				RelativePath=".\src\msvc\unistd.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v17rx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v17tx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v22bis.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v27ter_rx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v27ter_tx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v29rx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v29tx.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v42.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v42bis.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\v8.h"
				>
			</File>
			<File
				RelativePath=".\src\spandsp\vector.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>

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.