--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+ <ItemGroup Label="ProjectConfigurations">\r
+ <ProjectConfiguration Include="Debug|Win32">\r
+ <Configuration>Debug</Configuration>\r
+ <Platform>Win32</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Debug|x64">\r
+ <Configuration>Debug</Configuration>\r
+ <Platform>x64</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Release|Win32">\r
+ <Configuration>Release</Configuration>\r
+ <Platform>Win32</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Release|x64">\r
+ <Configuration>Release</Configuration>\r
+ <Platform>x64</Platform>\r
+ </ProjectConfiguration>\r
+ </ItemGroup>\r
+ <PropertyGroup Label="Globals">\r
+ <ProjectName>libspandsp</ProjectName>\r
+ <ProjectGuid>{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}</ProjectGuid>\r
+ <RootNamespace>libspandsp</RootNamespace>\r
+ <Keyword>Win32Proj</Keyword>\r
+ </PropertyGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
+ <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <WholeProgramOptimization>true</WholeProgramOptimization>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
+ <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
+ <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <WholeProgramOptimization>true</WholeProgramOptimization>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
+ <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+ <ImportGroup Label="ExtensionSettings">\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\w32\extdll.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\w32\extdll.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\w32\extdll.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\w32\extdll.props" />\r
+ </ImportGroup>\r
+ <PropertyGroup Label="UserMacros" />\r
+ <PropertyGroup>\r
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>\r
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>\r
+ </PropertyGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+ <BuildLog>\r
+ <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>\r
+ </BuildLog>\r
+ <ClCompile>\r
+ <Optimization>Disabled</Optimization>\r
+ <AdditionalIncludeDirectories>.;..\..\src\spandsp;..\..\src;..\..\src\msvc;.\spandsp;.\msvc;..\..\tiff-4.0.2\libtiff;..\..\jpeg-8d;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <MinimalRebuild>true</MinimalRebuild>\r
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+ <WarningLevel>Level4</WarningLevel>\r
+ <CompileAs>CompileAsC</CompileAs>\r
+ <DisableSpecificWarnings>4127;4324;4267;4306;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+ </ClCompile>\r
+ <Link>\r
+ <GenerateDebugInformation>true</GenerateDebugInformation>\r
+ <SubSystem>Windows</SubSystem>\r
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
+ <TargetMachine>MachineX86</TargetMachine>\r
+ </Link>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+ <BuildLog>\r
+ <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>\r
+ </BuildLog>\r
+ <ClCompile>\r
+ <AdditionalIncludeDirectories>.;.\spandsp;.\msvc;..\..\tiff-4.0.2\libtiff;..\..\jpeg-8d;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+ <WarningLevel>Level4</WarningLevel>\r
+ <DisableSpecificWarnings>4127;4324;4267;4306;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+ </ClCompile>\r
+ <Link>\r
+ <GenerateDebugInformation>true</GenerateDebugInformation>\r
+ <SubSystem>Windows</SubSystem>\r
+ <OptimizeReferences>true</OptimizeReferences>\r
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
+ <TargetMachine>MachineX86</TargetMachine>\r
+ </Link>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
+ <BuildLog>\r
+ <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>\r
+ </BuildLog>\r
+ <ClCompile>\r
+ <Optimization>Disabled</Optimization>\r
+ <AdditionalIncludeDirectories>.;.\spandsp;.\msvc;..\..\tiff-4.0.2\libtiff;..\..\jpeg-8d;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <MinimalRebuild>true</MinimalRebuild>\r
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+ <WarningLevel>Level4</WarningLevel>\r
+ <CompileAs>CompileAsC</CompileAs>\r
+ <DisableSpecificWarnings>4127;4324;4267;4306;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+ </ClCompile>\r
+ <Link>\r
+ <GenerateDebugInformation>true</GenerateDebugInformation>\r
+ <SubSystem>Windows</SubSystem>\r
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
+ <TargetMachine>MachineX64</TargetMachine>\r
+ </Link>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
+ <BuildLog>\r
+ <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>\r
+ </BuildLog>\r
+ <ClCompile>\r
+ <AdditionalIncludeDirectories>.;.\spandsp;.\msvc;..\..\tiff-4.0.2\libtiff;..\..\jpeg-8d;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+ <WarningLevel>Level4</WarningLevel>\r
+ <DisableSpecificWarnings>4127;4324;4267;4306;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+ </ClCompile>\r
+ <Link>\r
+ <GenerateDebugInformation>true</GenerateDebugInformation>\r
+ <SubSystem>Windows</SubSystem>\r
+ <OptimizeReferences>true</OptimizeReferences>\r
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
+ <TargetMachine>MachineX64</TargetMachine>\r
+ </Link>\r
+ </ItemDefinitionGroup>\r
+ <ItemGroup>\r
+ <ClCompile Include="ademco_contactid.c" />\r
+ <ClCompile Include="adsi.c" />\r
+ <ClCompile Include="alloc.c" />\r
+ <ClCompile Include="async.c" />\r
+ <ClCompile Include="at_interpreter.c" />\r
+ <ClCompile Include="awgn.c" />\r
+ <ClCompile Include="bell_r2_mf.c" />\r
+ <ClCompile Include="bert.c" />\r
+ <ClCompile Include="bit_operations.c" />\r
+ <ClCompile Include="bitstream.c" />\r
+ <ClCompile Include="complex_filters.c" />\r
+ <ClCompile Include="complex_vector_float.c" />\r
+ <ClCompile Include="complex_vector_int.c" />\r
+ <ClCompile Include="crc.c" />\r
+ <ClCompile Include="data_modems.c" />\r
+ <ClCompile Include="dds_float.c" />\r
+ <ClCompile Include="dds_int.c" />\r
+ <ClCompile Include="dtmf.c" />\r
+ <ClCompile Include="echo.c" />\r
+ <ClCompile Include="fax.c" />\r
+ <ClCompile Include="fax_modems.c" />\r
+ <ClCompile Include="fsk.c" />\r
+ <ClCompile Include="g711.c" />\r
+ <ClCompile Include="g722.c" />\r
+ <ClCompile Include="g726.c" />\r
+ <ClCompile Include="gsm0610_decode.c" />\r
+ <ClCompile Include="gsm0610_encode.c" />\r
+ <ClCompile Include="gsm0610_long_term.c" />\r
+ <ClCompile Include="gsm0610_lpc.c" />\r
+ <ClCompile Include="gsm0610_preprocess.c" />\r
+ <ClCompile Include="gsm0610_rpe.c" />\r
+ <ClCompile Include="gsm0610_short_term.c" />\r
+ <ClCompile Include="hdlc.c" />\r
+ <ClCompile Include="ima_adpcm.c" />\r
+ <ClCompile Include="image_translate.c" />\r
+ <ClCompile Include="logging.c" />\r
+ <ClCompile Include="lpc10_analyse.c" />\r
+ <ClCompile Include="lpc10_decode.c" />\r
+ <ClCompile Include="lpc10_encode.c" />\r
+ <ClCompile Include="lpc10_placev.c" />\r
+ <ClCompile Include="lpc10_voicing.c" />\r
+ <ClCompile Include="math_fixed.c" />\r
+ <ClCompile Include="modem_echo.c" />\r
+ <ClCompile Include="modem_connect_tones.c" />\r
+ <ClCompile Include="noise.c" />\r
+ <ClCompile Include="oki_adpcm.c" />\r
+ <ClCompile Include="playout.c" />\r
+ <ClCompile Include="plc.c" />\r
+ <ClCompile Include="power_meter.c" />\r
+ <ClCompile Include="queue.c" />\r
+ <ClCompile Include="schedule.c" />\r
+ <ClCompile Include="sig_tone.c" />\r
+ <ClCompile Include="silence_gen.c" />\r
+ <ClCompile Include="super_tone_rx.c" />\r
+ <ClCompile Include="super_tone_tx.c" />\r
+ <ClCompile Include="swept_tone.c" />\r
+ <ClCompile Include="t30.c" />\r
+ <ClCompile Include="t30_api.c" />\r
+ <ClCompile Include="t30_logging.c" />\r
+ <ClCompile Include="t31.c" />\r
+ <ClCompile Include="t35.c" />\r
+ <ClCompile Include="t38_core.c" />\r
+ <ClCompile Include="t38_gateway.c" />\r
+ <ClCompile Include="t38_non_ecm_buffer.c" />\r
+ <ClCompile Include="t38_terminal.c" />\r
+ <ClCompile Include="t4_t6_decode.c" />\r
+ <ClCompile Include="t4_t6_encode.c" />\r
+ <ClCompile Include="t4_rx.c" />\r
+ <ClCompile Include="t4_tx.c" />\r
+ <ClCompile Include="t42.c" />\r
+ <ClCompile Include="t43.c" />\r
+ <ClCompile Include="t81_t82_arith_coding.c" />\r
+ <ClCompile Include="t85_decode.c" />\r
+ <ClCompile Include="t85_encode.c" />\r
+ <ClCompile Include="testcpuid.c" />\r
+ <ClCompile Include="time_scale.c" />\r
+ <ClCompile Include="timezone.c" />\r
+ <ClCompile Include="tone_detect.c" />\r
+ <ClCompile Include="tone_generate.c" />\r
+ <ClCompile Include="v17rx.c" />\r
+ <ClCompile Include="v17tx.c" />\r
+ <ClCompile Include="v18.c" />\r
+ <ClCompile Include="v22bis_rx.c" />\r
+ <ClCompile Include="v22bis_tx.c" />\r
+ <ClCompile Include="v27ter_rx.c" />\r
+ <ClCompile Include="v27ter_tx.c" />\r
+ <ClCompile Include="v29rx.c" />\r
+ <ClCompile Include="v29tx.c" />\r
+ <ClCompile Include="v42.c" />\r
+ <ClCompile Include="v42bis.c" />\r
+ <ClCompile Include="v8.c" />\r
+ <ClCompile Include="vector_float.c" />\r
+ <ClCompile Include="vector_int.c" />\r
+ <ClCompile Include="msvc\gettimeofday.c" />\r
+ </ItemGroup>\r
+ <ItemGroup>\r
+ <ClInclude Include="spandsp\ademco_contactid.h" />\r
+ <ClInclude Include="spandsp\adsi.h" />\r
+ <ClInclude Include="spandsp\alloc.h" />\r
+ <ClInclude Include="spandsp\async.h" />\r
+ <ClInclude Include="spandsp\arctan2.h" />\r
+ <ClInclude Include="spandsp\at_interpreter.h" />\r
+ <ClInclude Include="spandsp\awgn.h" />\r
+ <ClInclude Include="spandsp\bell_r2_mf.h" />\r
+ <ClInclude Include="spandsp\bert.h" />\r
+ <ClInclude Include="spandsp\biquad.h" />\r
+ <ClInclude Include="spandsp\bit_operations.h" />\r
+ <ClInclude Include="spandsp\bitstream.h" />\r
+ <ClInclude Include="spandsp\crc.h" />\r
+ <ClInclude Include="spandsp\complex.h" />\r
+ <ClInclude Include="spandsp\complex_filters.h" />\r
+ <ClInclude Include="spandsp\complex_vector_float.h" />\r
+ <ClInclude Include="spandsp\complex_vector_int.h" />\r
+ <ClInclude Include="spandsp\data_modems.h" />\r
+ <ClInclude Include="spandsp\dc_restore.h" />\r
+ <ClInclude Include="spandsp\dds.h" />\r
+ <ClInclude Include="spandsp\dtmf.h" />\r
+ <ClInclude Include="spandsp\echo.h" />\r
+ <ClInclude Include="spandsp\fast_convert.h" />\r
+ <ClInclude Include="spandsp\fax.h" />\r
+ <ClInclude Include="spandsp\fax_modems.h" />\r
+ <ClInclude Include="spandsp\fir.h" />\r
+ <ClInclude Include="spandsp\fsk.h" />\r
+ <ClInclude Include="spandsp\g168models.h" />\r
+ <ClInclude Include="spandsp\g711.h" />\r
+ <ClInclude Include="spandsp\g722.h" />\r
+ <ClInclude Include="spandsp\g726.h" />\r
+ <ClInclude Include="spandsp\gsm0610.h" />\r
+ <ClInclude Include="spandsp\hdlc.h" />\r
+ <ClInclude Include="spandsp\ima_adpcm.h" />\r
+ <ClInclude Include="spandsp\image_translate.h" />\r
+ <ClInclude Include="spandsp\logging.h" />\r
+ <ClInclude Include="spandsp\lpc10.h" />\r
+ <ClInclude Include="spandsp\math_fixed.h" />\r
+ <ClInclude Include="spandsp\modem_echo.h" />\r
+ <ClInclude Include="spandsp\modem_connect_tones.h" />\r
+ <ClInclude Include="spandsp\noise.h" />\r
+ <ClInclude Include="spandsp\oki_adpcm.h" />\r
+ <ClInclude Include="spandsp\playout.h" />\r
+ <ClInclude Include="spandsp\plc.h" />\r
+ <ClInclude Include="spandsp\power_meter.h" />\r
+ <ClInclude Include="spandsp\queue.h" />\r
+ <ClInclude Include="spandsp\saturated.h" />\r
+ <ClInclude Include="spandsp\schedule.h" />\r
+ <ClInclude Include="spandsp\sig_tone.h" />\r
+ <ClInclude Include="spandsp\silence_gen.h" />\r
+ <ClInclude Include="spandsp\super_tone_rx.h" />\r
+ <ClInclude Include="spandsp\super_tone_tx.h" />\r
+ <ClInclude Include="spandsp\swept_tone.h" />\r
+ <ClInclude Include="spandsp\t30.h" />\r
+ <ClInclude Include="spandsp\t30_api.h" />\r
+ <ClInclude Include="spandsp\t30_fcf.h" />\r
+ <ClInclude Include="spandsp\t30_logging.h" />\r
+ <ClInclude Include="spandsp\t31.h" />\r
+ <ClInclude Include="spandsp\t35.h" />\r
+ <ClInclude Include="spandsp\t38_core.h" />\r
+ <ClInclude Include="spandsp\t38_gateway.h" />\r
+ <ClInclude Include="spandsp\t38_non_ecm_buffer.h" />\r
+ <ClInclude Include="spandsp\t38_terminal.h" />\r
+ <ClInclude Include="spandsp\t4_rx.h" />\r
+ <ClInclude Include="spandsp\t4_tx.h" />\r
+ <ClInclude Include="spandsp\t4_t6_decode.h" />\r
+ <ClInclude Include="spandsp\t4_t6_encode.h" />\r
+ <ClInclude Include="spandsp\t42.h" />\r
+ <ClInclude Include="spandsp\t43.h" />\r
+ <ClInclude Include="spandsp\t81_t82_arith_coding.h" />\r
+ <ClInclude Include="spandsp\t85.h" />\r
+ <ClInclude Include="spandsp\telephony.h" />\r
+ <ClInclude Include="spandsp\time_scale.h" />\r
+ <ClInclude Include="spandsp\timing.h" />\r
+ <ClInclude Include="spandsp\tone_detect.h" />\r
+ <ClInclude Include="spandsp\tone_generate.h" />\r
+ <ClInclude Include="spandsp\v17rx.h" />\r
+ <ClInclude Include="spandsp\v17tx.h" />\r
+ <ClInclude Include="spandsp\v18.h" />\r
+ <ClInclude Include="spandsp\v22bis.h" />\r
+ <ClInclude Include="spandsp\v27ter_rx.h" />\r
+ <ClInclude Include="spandsp\v27ter_tx.h" />\r
+ <ClInclude Include="spandsp\v29rx.h" />\r
+ <ClInclude Include="spandsp\v29tx.h" />\r
+ <ClInclude Include="spandsp\v42.h" />\r
+ <ClInclude Include="spandsp\v42bis.h" />\r
+ <ClInclude Include="spandsp\v8.h" />\r
+ <ClInclude Include="spandsp\vector_float.h" />\r
+ <ClInclude Include="spandsp\vector_int.h" />\r
+ <ClInclude Include="spandsp\version.h" />\r
+ <ClInclude Include="spandsp\private\ademco_contactid.h" />\r
+ <ClInclude Include="spandsp\private\adsi.h" />\r
+ <ClInclude Include="spandsp\private\async.h" />\r
+ <ClInclude Include="spandsp\private\at_interpreter.h" />\r
+ <ClInclude Include="spandsp\private\awgn.h" />\r
+ <ClInclude Include="spandsp\private\bell_r2_mf.h" />\r
+ <ClInclude Include="spandsp\private\bert.h" />\r
+ <ClInclude Include="spandsp\private\bitstream.h" />\r
+ <ClInclude Include="spandsp\private\data_modems.h" />\r
+ <ClInclude Include="spandsp\private\dtmf.h" />\r
+ <ClInclude Include="spandsp\private\echo.h" />\r
+ <ClInclude Include="spandsp\private\fax.h" />\r
+ <ClInclude Include="spandsp\private\fax_modems.h" />\r
+ <ClInclude Include="spandsp\private\fsk.h" />\r
+ <ClInclude Include="spandsp\private\g711.h" />\r
+ <ClInclude Include="spandsp\private\g722.h" />\r
+ <ClInclude Include="spandsp\private\g726.h" />\r
+ <ClInclude Include="spandsp\private\gsm0610.h" />\r
+ <ClInclude Include="spandsp\private\hdlc.h" />\r
+ <ClInclude Include="spandsp\private\ima_adpcm.h" />\r
+ <ClInclude Include="spandsp\private\image_translate.h" />\r
+ <ClInclude Include="spandsp\private\logging.h" />\r
+ <ClInclude Include="spandsp\private\lpc10.h" />\r
+ <ClInclude Include="spandsp\private\modem_connect_tones.h" />\r
+ <ClInclude Include="spandsp\private\modem_echo.h" />\r
+ <ClInclude Include="spandsp\private\noise.h" />\r
+ <ClInclude Include="spandsp\private\oki_adpcm.h" />\r
+ <ClInclude Include="spandsp\private\playout.h" />\r
+ <ClInclude Include="spandsp\private\plc.h" />\r
+ <ClInclude Include="spandsp\private\power_meter.h" />\r
+ <ClInclude Include="spandsp\private\queue.h" />\r
+ <ClInclude Include="spandsp\private\schedule.h" />\r
+ <ClInclude Include="spandsp\private\sig_tone.h" />\r
+ <ClInclude Include="spandsp\private\silence_gen.h" />\r
+ <ClInclude Include="spandsp\private\super_tone_rx.h" />\r
+ <ClInclude Include="spandsp\private\super_tone_tx.h" />\r
+ <ClInclude Include="spandsp\private\swept_tone.h" />\r
+ <ClInclude Include="spandsp\private\t30.h" />\r
+ <ClInclude Include="spandsp\private\t30_dis_dtc_dcs_bits.h" />\r
+ <ClInclude Include="spandsp\private\t31.h" />\r
+ <ClInclude Include="spandsp\private\t38_core.h" />\r
+ <ClInclude Include="spandsp\private\t38_gateway.h" />\r
+ <ClInclude Include="spandsp\private\t38_non_ecm_buffer.h" />\r
+ <ClInclude Include="spandsp\private\t38_terminal.h" />\r
+ <ClInclude Include="spandsp\private\t4_rx.h" />\r
+ <ClInclude Include="spandsp\private\t4_tx.h" />\r
+ <ClInclude Include="spandsp\private\t4_t6_decode.h" />\r
+ <ClInclude Include="spandsp\private\t4_t6_encode.h" />\r
+ <ClInclude Include="spandsp\private\t42.h" />\r
+ <ClInclude Include="spandsp\private\t43.h" />\r
+ <ClInclude Include="spandsp\private\t81_t82_arith_coding.h" />\r
+ <ClInclude Include="spandsp\private\t85.h" />\r
+ <ClInclude Include="spandsp\private\time_scale.h" />\r
+ <ClInclude Include="spandsp\private\timezone.h" />\r
+ <ClInclude Include="spandsp\private\tone_detect.h" />\r
+ <ClInclude Include="spandsp\private\tone_generate.h" />\r
+ <ClInclude Include="spandsp\private\v17rx.h" />\r
+ <ClInclude Include="spandsp\private\v17tx.h" />\r
+ <ClInclude Include="spandsp\private\v18.h" />\r
+ <ClInclude Include="spandsp\private\v22bis.h" />\r
+ <ClInclude Include="spandsp\private\v27ter_rx.h" />\r
+ <ClInclude Include="spandsp\private\v27ter_tx.h" />\r
+ <ClInclude Include="spandsp\private\v29rx.h" />\r
+ <ClInclude Include="spandsp\private\v29tx.h" />\r
+ <ClInclude Include="spandsp\private\v42.h" />\r
+ <ClInclude Include="spandsp\private\v42bis.h" />\r
+ <ClInclude Include="spandsp\private\v8.h" />\r
+ <ClInclude Include="spandsp\expose.h" />\r
+ <ClInclude Include="spandsp.h" />\r
+ <CustomBuild Include="msvc\spandsp.h">\r
+ <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>\r
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>\r
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>\r
+ <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>\r
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>\r
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>\r
+ <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>\r
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>\r
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>\r
+ <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(FullPath) to $(ProjectDir)%(Filename)%(Extension)</Message>\r
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" "$(ProjectDir)%(Filename)%(Extension)"</Command>\r
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)%(Filename)%(Extension);%(Outputs)</Outputs>\r
+ </CustomBuild>\r
+ </ItemGroup>\r
+ <ItemGroup>\r
+ <ProjectReference Include="..\..\win32\libjpeg\libjpeg.2012.vcxproj">\r
+ <Project>{019dbd2a-273d-4ba4-bf86-b5efe2ed76b1}</Project>\r
+ <Private>true</Private>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>\r
+ <LinkLibraryDependencies>true</LinkLibraryDependencies>\r
+ <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>\r
+ </ProjectReference>\r
+ <ProjectReference Include="libtiff.2012.vcxproj">\r
+ <Project>{401a40cd-5db4-4e34-ac68-fa99e9fac014}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ <ProjectReference Include="msvc\make_at_dictionary.2012.vcxproj">\r
+ <Project>{dee932ab-5911-4700-9eeb-8c7090a0a330}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ <ProjectReference Include="msvc\make_cielab_luts.2012.vcxproj">\r
+ <Project>{85f0cf8c-c7ab-48f6-ba19-cc94cf87f981}</Project>\r
+ </ProjectReference>\r
+ <ProjectReference Include="msvc\make_math_fixed_tables.2012.vcxproj">\r
+ <Project>{2386b892-35f5-46cf-a0f0-10394d2fbf9b}</Project>\r
+ </ProjectReference>\r
+ <ProjectReference Include="msvc\make_modem_filter.2012.vcxproj">\r
+ <Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ <ProjectReference Include="msvc\make_t43_gray_code_tables.2012.vcxproj">\r
+ <Project>{eddb8ab9-c53e-44c0-a620-0e86c2cbd5d5}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ </ItemGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+ <ImportGroup Label="ExtensionTargets">\r
+ </ImportGroup>\r
+</Project>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+ <ItemGroup Label="ProjectConfigurations">\r
+ <ProjectConfiguration Include="Debug|Win32">\r
+ <Configuration>Debug</Configuration>\r
+ <Platform>Win32</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Debug|x64">\r
+ <Configuration>Debug</Configuration>\r
+ <Platform>x64</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Release|Win32">\r
+ <Configuration>Release</Configuration>\r
+ <Platform>Win32</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Release|x64">\r
+ <Configuration>Release</Configuration>\r
+ <Platform>x64</Platform>\r
+ </ProjectConfiguration>\r
+ </ItemGroup>\r
+ <PropertyGroup Label="Globals">\r
+ <ProjectName>libtiff</ProjectName>\r
+ <ProjectGuid>{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}</ProjectGuid>\r
+ <RootNamespace>libtiff</RootNamespace>\r
+ <Keyword>Win32Proj</Keyword>\r
+ </PropertyGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
+ <ConfigurationType>StaticLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <WholeProgramOptimization>true</WholeProgramOptimization>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
+ <ConfigurationType>StaticLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
+ <ConfigurationType>StaticLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <WholeProgramOptimization>true</WholeProgramOptimization>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
+ <ConfigurationType>StaticLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+ <ImportGroup Label="ExtensionSettings">\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\w32\extlib.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\w32\extlib.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\w32\extlib.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\w32\extlib.props" />\r
+ </ImportGroup>\r
+ <PropertyGroup Label="UserMacros" />\r
+ <PropertyGroup>\r
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(PlatformName)\libtiff\$(Configuration)\</IntDir>\r
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(PlatformName)\libtiff\$(Configuration)\</IntDir>\r
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PlatformName)\libtiff\$(Configuration)\</IntDir>\r
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(PlatformName)\libtiff\$(Configuration)\</IntDir>\r
+ </PropertyGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+ <BuildLog>\r
+ <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>\r
+ </BuildLog>\r
+ <PreBuildEvent>\r
+ <Command>if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tiffconf.h" copy "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tiffconf.vc.h" "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tiffconf.h" /Y\r
+if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tif_config.vc.h" "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tif_config.h" /Y\r
+</Command>\r
+ </PreBuildEvent>\r
+ <ClCompile>\r
+ <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <MinimalRebuild>true</MinimalRebuild>\r
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
+ <CompileAs>CompileAsC</CompileAs>\r
+ <Optimization>Disabled</Optimization>\r
+ </ClCompile>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
+ <PreBuildEvent>\r
+ <Command>if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tiffconf.h" copy "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tiffconf.vc.h" "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tiffconf.h" /Y\r
+if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tif_config.vc.h" "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tif_config.h" /Y\r
+</Command>\r
+ </PreBuildEvent>\r
+ <Midl>\r
+ <TargetEnvironment>X64</TargetEnvironment>\r
+ </Midl>\r
+ <ClCompile>\r
+ <Optimization>Disabled</Optimization>\r
+ <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <MinimalRebuild>true</MinimalRebuild>\r
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
+ <CompileAs>CompileAsC</CompileAs>\r
+ </ClCompile>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+ <BuildLog>\r
+ <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>\r
+ </BuildLog>\r
+ <PreBuildEvent>\r
+ <Command>if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tiffconf.h" copy "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tiffconf.vc.h" "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tiffconf.h" /Y\r
+if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tif_config.vc.h" "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tif_config.h" /Y\r
+</Command>\r
+ </PreBuildEvent>\r
+ <ClCompile>\r
+ <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
+ </ClCompile>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
+ <PreBuildEvent>\r
+ <Command>if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tiffconf.h" copy "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tiffconf.vc.h" "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tiffconf.h" /Y\r
+if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tif_config.vc.h" "$(ProjectDir)..\..\tiff-4.0.2\libtiff\tif_config.h" /Y\r
+</Command>\r
+ </PreBuildEvent>\r
+ <Midl>\r
+ <TargetEnvironment>X64</TargetEnvironment>\r
+ </Midl>\r
+ <ClCompile>\r
+ <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
+ </ClCompile>\r
+ </ItemDefinitionGroup>\r
+ <ItemGroup>\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_aux.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_close.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_codec.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_color.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_compress.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_dir.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_dirinfo.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_dirread.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_dirwrite.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_dumpmode.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_error.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_extension.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_fax3.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_fax3sm.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_flush.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_getimage.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_jpeg.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_luv.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_lzw.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_next.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_ojpeg.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_open.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_packbits.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_pixarlog.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_predict.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_print.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_read.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_strip.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_swab.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_thunder.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_tile.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_unix.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_version.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_warning.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_write.c" />\r
+ <ClCompile Include="..\..\tiff-4.0.2\libtiff\tif_zip.c" />\r
+ </ItemGroup>\r
+ <ItemGroup>\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\t4.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tif_dir.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tif_fax3.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tif_predict.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tiff.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tiffconf.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tiffio.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tiffio.hxx" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tiffiop.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\tiffvers.h" />\r
+ <ClInclude Include="..\..\tiff-4.0.2\libtiff\uvcode.h" />\r
+ </ItemGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+ <ImportGroup Label="ExtensionTargets">\r
+ </ImportGroup>\r
+</Project>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+ <ItemGroup Label="ProjectConfigurations">\r
+ <ProjectConfiguration Include="Debug|Win32">\r
+ <Configuration>Debug</Configuration>\r
+ <Platform>Win32</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Debug|x64">\r
+ <Configuration>Debug</Configuration>\r
+ <Platform>x64</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Release|Win32">\r
+ <Configuration>Release</Configuration>\r
+ <Platform>Win32</Platform>\r
+ </ProjectConfiguration>\r
+ <ProjectConfiguration Include="Release|x64">\r
+ <Configuration>Release</Configuration>\r
+ <Platform>x64</Platform>\r
+ </ProjectConfiguration>\r
+ </ItemGroup>\r
+ <PropertyGroup Label="Globals">\r
+ <ProjectName>mod_pocketsphinx</ProjectName>\r
+ <ProjectGuid>{2286DA73-9FC5-45BC-A508-85994C3317AB}</ProjectGuid>\r
+ <RootNamespace>mod_pocketsphinx</RootNamespace>\r
+ <Keyword>Win32Proj</Keyword>\r
+ </PropertyGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
+ <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <WholeProgramOptimization>true</WholeProgramOptimization>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
+ <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
+ <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <WholeProgramOptimization>true</WholeProgramOptimization>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
+ <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+ <CharacterSet>Unicode</CharacterSet>\r
+ <PlatformToolset>v120</PlatformToolset>\r
+ </PropertyGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+ <ImportGroup Label="ExtensionSettings">\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\..\w32\module_release.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\..\w32\module_debug.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\..\w32\module_release.props" />\r
+ </ImportGroup>\r
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+ <Import Project="..\..\..\..\w32\module_debug.props" />\r
+ </ImportGroup>\r
+ <PropertyGroup Label="UserMacros" />\r
+ <PropertyGroup>\r
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>\r
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>\r
+ </PropertyGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+ <ClCompile>\r
+ <Optimization>Disabled</Optimization>\r
+ <AdditionalIncludeDirectories>..\..\..\..\libs\sphinxbase-0.7\include;..\..\..\..\libs\pocketsphinx-0.7\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_POCKETSPHINX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <MinimalRebuild>true</MinimalRebuild>\r
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+ <PrecompiledHeader>\r
+ </PrecompiledHeader>\r
+ <WarningLevel>Level3</WarningLevel>\r
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
+ </ClCompile>\r
+ <Link>\r
+ <AdditionalLibraryDirectories>$(SolutionDir)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
+ <GenerateDebugInformation>true</GenerateDebugInformation>\r
+ <SubSystem>Windows</SubSystem>\r
+ <TargetMachine>MachineX86</TargetMachine>\r
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>\r
+ </Link>\r
+ <PostBuildEvent>\r
+ <Command>if not exist "$(OutDir)grammar\model\communicator" xcopy "$(SolutionDir)libs\Communicator_semi_40.cd_semi_6000\*.*" "$(OutDir)..\grammar\model\communicator" /C /D /Y /S /I</Command>\r
+ </PostBuildEvent>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
+ <Midl>\r
+ <TargetEnvironment>X64</TargetEnvironment>\r
+ </Midl>\r
+ <ClCompile>\r
+ <Optimization>Disabled</Optimization>\r
+ <AdditionalIncludeDirectories>..\..\..\..\libs\sphinxbase-0.7\include;..\..\..\..\libs\pocketsphinx-0.7\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_POCKETSPHINX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <MinimalRebuild>true</MinimalRebuild>\r
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+ <PrecompiledHeader>\r
+ </PrecompiledHeader>\r
+ <WarningLevel>Level3</WarningLevel>\r
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
+ </ClCompile>\r
+ <Link>\r
+ <AdditionalLibraryDirectories>$(SolutionDir)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
+ <GenerateDebugInformation>true</GenerateDebugInformation>\r
+ <SubSystem>Windows</SubSystem>\r
+ <TargetMachine>MachineX64</TargetMachine>\r
+ </Link>\r
+ <PostBuildEvent>\r
+ <Command>if not exist "$(OutDir)grammar\model\communicator" xcopy "$(SolutionDir)libs\Communicator_semi_40.cd_semi_6000\*.*" "$(OutDir)..\grammar\model\communicator" /C /D /Y /S /I</Command>\r
+ </PostBuildEvent>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+ <ClCompile>\r
+ <Optimization>MaxSpeed</Optimization>\r
+ <IntrinsicFunctions>true</IntrinsicFunctions>\r
+ <AdditionalIncludeDirectories>..\..\..\..\libs\sphinxbase-0.7\include;..\..\..\..\libs\pocketsphinx-0.7\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_POCKETSPHINX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+ <FunctionLevelLinking>true</FunctionLevelLinking>\r
+ <PrecompiledHeader>Use</PrecompiledHeader>\r
+ <WarningLevel>Level3</WarningLevel>\r
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
+ </ClCompile>\r
+ <ProjectReference>\r
+ <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>\r
+ </ProjectReference>\r
+ <Link>\r
+ <AdditionalLibraryDirectories>$(SolutionDir)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
+ <GenerateDebugInformation>true</GenerateDebugInformation>\r
+ <SubSystem>Windows</SubSystem>\r
+ <OptimizeReferences>true</OptimizeReferences>\r
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
+ <TargetMachine>MachineX86</TargetMachine>\r
+ </Link>\r
+ <PostBuildEvent>\r
+ <Command>if not exist "$(OutDir)grammar\model\communicator" xcopy "$(SolutionDir)libs\Communicator_semi_40.cd_semi_6000\*.*" "$(OutDir)..\grammar\model\communicator" /C /D /Y /S /I\r
+</Command>\r
+ </PostBuildEvent>\r
+ </ItemDefinitionGroup>\r
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
+ <Midl>\r
+ <TargetEnvironment>X64</TargetEnvironment>\r
+ </Midl>\r
+ <ClCompile>\r
+ <Optimization>MaxSpeed</Optimization>\r
+ <IntrinsicFunctions>true</IntrinsicFunctions>\r
+ <AdditionalIncludeDirectories>..\..\..\..\libs\sphinxbase-0.7\include;..\..\..\..\libs\pocketsphinx-0.7\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_POCKETSPHINX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+ <FunctionLevelLinking>true</FunctionLevelLinking>\r
+ <PrecompiledHeader>Use</PrecompiledHeader>\r
+ <WarningLevel>Level3</WarningLevel>\r
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
+ </ClCompile>\r
+ <ProjectReference>\r
+ <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>\r
+ </ProjectReference>\r
+ <Link>\r
+ <AdditionalLibraryDirectories>$(SolutionDir)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
+ <GenerateDebugInformation>true</GenerateDebugInformation>\r
+ <SubSystem>Windows</SubSystem>\r
+ <OptimizeReferences>true</OptimizeReferences>\r
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
+ <TargetMachine>MachineX64</TargetMachine>\r
+ </Link>\r
+ <PostBuildEvent>\r
+ <Command>if not exist "$(OutDir)grammar\model\communicator" xcopy "$(SolutionDir)libs\Communicator_semi_40.cd_semi_6000\*.*" "$(OutDir)..\grammar\model\communicator" /C /D /Y /S /I</Command>\r
+ </PostBuildEvent>\r
+ </ItemDefinitionGroup>\r
+ <ItemGroup>\r
+ <ClCompile Include="mod_pocketsphinx.c">\r
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+ </PrecompiledHeader>\r
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
+ </PrecompiledHeader>\r
+ </ClCompile>\r
+ </ItemGroup>\r
+ <ItemGroup>\r
+ <ProjectReference Include="..\..\..\..\libs\win32\Download pocketsphinx.2012.vcxproj">\r
+ <Project>{af8163ee-fa76-4904-a11d-7d70a1b5ba2e}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ <ProjectReference Include="..\..\..\..\libs\win32\Download sphinxbase.2012.vcxproj">\r
+ <Project>{4f92b672-dadb-4047-8d6a-4bb3796733fd}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ <ProjectReference Include="..\..\..\..\libs\win32\Download sphinxmodel.2012.vcxproj">\r
+ <Project>{2dee4895-1134-439c-b688-52203e57d878}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ <ProjectReference Include="..\..\..\..\libs\win32\pocketsphinx\pocketsphinx.2012.vcxproj">\r
+ <Project>{94001a0e-a837-445c-8004-f918f10d0226}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ <ProjectReference Include="..\..\..\..\libs\win32\sphinxbase\sphinxbase.2012.vcxproj">\r
+ <Project>{2f025ead-99bd-40f5-b2cc-f0a28cad7f2d}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ <ProjectReference Include="..\..\..\..\w32\Library\FreeSwitchCore.2012.vcxproj">\r
+ <Project>{202d7a4e-760d-4d0e-afa1-d7459ced30ff}</Project>\r
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
+ </ProjectReference>\r
+ </ItemGroup>\r
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+ <ImportGroup Label="ExtensionTargets">\r
+ </ImportGroup>\r
+</Project>
\ No newline at end of file