forked from Mirrors/freeswitch
1088 lines
30 KiB
XML
1088 lines
30 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="FreeSwitchCoreLib"
|
|
ProjectGUID="{202D7A4E-760D-4D0E-AFA1-D7459CED30FF}"
|
|
RootNamespace="FreeSwitchCoreLib"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="..\winlibs.vsprops"
|
|
CharacterSet="2"
|
|
BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\src\include;..\..\libs\include;..\..\libs\srtp\include;..\..\libs\srtp\crypto\include;..\..\libs\libteletone\src;..\..\libs\win32\sqlite;..\..\libs\pcre;..\..\libs\stfu;..\..\libs\speex\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;PCRE_STATIC;STATICLIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="switch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
|
BrowseInformation="0"
|
|
WarningLevel="4"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
ForcedIncludeFiles=""
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkLibraryDependencies="true"
|
|
AdditionalDependencies="rpcrt4.lib"
|
|
OutputFile="$(SolutionDir)$(ConfigurationName)/FreeSwitch.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(InputDir)..\..\libs\apr\$(OutDir)";"$(InputDir)..\..\libs\sqlite\$(OutDir) DLL";"$(InputDir)..\..\libs\apr-util\$(OutDir)";"$(InputDir)..\..\libs\apr-iconv\$(OutDir)";"$(InputDir)..\..\libs\libresample\win";"$(InputDir)..\..\libs\srtp\$(OutDir)""
|
|
AddModuleNamesToAssembly=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(SolutionDir)$(OutDir)/FreeSwitch.pdb"
|
|
SubSystem="2"
|
|
OptimizeReferences="0"
|
|
EnableCOMDATFolding="0"
|
|
ImportLibrary="$(OutDir)/FreeSwitchCore.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"
|
|
CommandLine="if not exist "$(SolutionDir)$(OutDir)\conf" xcopy "$(SolutionDir)conf\*.*" "$(SolutionDir)$(OutDir)\conf\" /C /D /Y /S
if not exist "$(SolutionDir)$(OutDir)\db" md "$(SolutionDir)$(OutDir)\db"
if not exist "$(SolutionDir)$(OutDir)\log" md "$(SolutionDir)$(OutDir)\log"
if not exist "$(SolutionDir)$(OutDir)\htdocs" md "$(SolutionDir)$(OutDir)\htdocs"
if not exist "$(SolutionDir)$(OutDir)\htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(SolutionDir)$(OutDir)\htdocs\" /C /D /Y /S

"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="..\winlibs.vsprops"
|
|
CharacterSet="2"
|
|
BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\src\include;..\..\libs\include;..\..\libs\srtp\include;..\..\libs\srtp\crypto\include;..\..\libs\libteletone\src;..\..\libs\win32\sqlite;..\..\libs\pcre;..\..\libs\stfu;..\..\libs\speex\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;STATICLIB;CRASH_PROT;PCRE_STATIC"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="switch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
|
BrowseInformation="0"
|
|
WarningLevel="4"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkLibraryDependencies="true"
|
|
AdditionalDependencies="rpcrt4.lib"
|
|
OutputFile="$(SolutionDir)$(ConfigurationName)/FreeSwitch.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(InputDir)..\..\libs\apr\$(OutDir)";"$(InputDir)..\..\libs\sqlite\$(OutDir) DLL";"$(InputDir)..\..\libs\apr-util\$(OutDir)";"$(InputDir)..\..\libs\apr-iconv\$(OutDir)";"$(InputDir)..\..\libs\libresample\win";"$(InputDir)..\..\libs\srtp\$(OutDir)""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(OutDir)/FreeSwitchCore.pdb"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
ImportLibrary="$(OutDir)/FreeSwitchCore.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"
|
|
CommandLine="if not exist "$(SolutionDir)$(OutDir)\conf" xcopy "$(SolutionDir)conf\*.*" "$(SolutionDir)$(OutDir)\conf\" /C /D /Y /S
if not exist "$(SolutionDir)$(OutDir)\db" md "$(SolutionDir)$(OutDir)\db"
if not exist "$(SolutionDir)$(OutDir)\log" md "$(SolutionDir)$(OutDir)\log"
if not exist "$(SolutionDir)$(OutDir)\htdocs" md "$(SolutionDir)$(OutDir)\htdocs"
if not exist "$(SolutionDir)$(OutDir)\htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(SolutionDir)$(OutDir)\htdocs\" /C /D /Y /S

"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\src\g711.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\inet_pton.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\stfu\stfu.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_apr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_buffer.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_caller.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_channel.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_config.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_console.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_asr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_codec.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_db.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_directory.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_event_hook.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_file.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_io.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_media_bug.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_memory.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_port_allocator.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_rwlock.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_session.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_speech.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_sqldb.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_state_machine.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_core_timer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_cpp.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_dso.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_event.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_ivr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_ivr_async.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_ivr_bridge.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_ivr_menu.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_ivr_originate.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_ivr_play_say.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_ivr_say.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_json.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_limit.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_loadable_module.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_log.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_mprintf.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_nat.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
DisableSpecificWarnings="4389;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
DisableSpecificWarnings="4389;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_odbc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_pcm.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_regex.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_resample.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_rtp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_scheduler.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_stun.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_time.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_utils.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_xml.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_xml_config.c"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="miniupnpc"
|
|
>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\declspec.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\igd_desc_parse.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\minisoap.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\minissdpc.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\miniupnpc.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127;4389;4706"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127;4389;4706"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\miniwget.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\minixml.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\upnpcommands.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\upnperrors.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\miniupnpc\upnpreplyparse.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;STATICLIB"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100;4127"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="natpmp"
|
|
>
|
|
<File
|
|
RelativePath="..\..\libs\libnatpmp\getgateway.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\libnatpmp\natpmp.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough=""
|
|
PrecompiledHeaderFile=""
|
|
DisableSpecificWarnings="4100"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\src\include\g711.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\SimpleGlob.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libs\stfu\stfu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_apr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_bitpack.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_buffer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_caller.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_channel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_console.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_core.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\private\switch_core.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_core_db.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_core_event_hook.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_cpp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_dso.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_event.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_frame.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_ivr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_json.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_limit.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_loadable_module.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_log.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_module_interfaces.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_mprintf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_odbc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_platform.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_regex.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_resample.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_rtp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_scheduler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_sqlite.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_stun.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_types.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_version.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_xml.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_xml_config.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="Generated Header Files"
|
|
>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_am_config.h.template"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_version.h.template"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="Generating switch_version.h"
|
|
CommandLine="cscript /nologo "$(ProjectDir)..\..\libs\win32\util.vbs" Version "$(ProjectDir)" "$(ProjectDir)..\..\" "$(ProjectDir)..\..\src\include\switch_version.h.template" "$(ProjectDir)..\..\src\include\switch_version.h"
"
|
|
AdditionalDependencies="..\..\src\include\switch.h;..\..\src\include\switch_apr.h;..\..\src\include\switch_buffer.h;..\..\src\include\switch_caller.h;..\..\src\include\switch_channel.h;..\..\src\include\switch_console.h;..\..\src\include\switch_core.h;..\..\src\include\switch_event.h;..\..\src\include\switch_frame.h;..\..\src\include\switch_ivr.h;..\..\src\include\switch_loadable_module.h;..\..\src\include\switch_log.h;..\..\src\include\switch_module_interfaces.h;..\..\src\include\switch_platform.h;..\..\src\include\switch_resample.h;..\..\src\include\switch_rtp.h;..\..\src\include\switch_sqlite.h;..\..\src\include\switch_stun.h;..\..\src\include\switch_types.h;..\..\src\include\switch_utils.h;..\..\src\include\switch_xml.h;..\..\src\switch_buffer.c;..\..\src\switch_caller.c;..\..\src\switch_channel.c;..\..\src\switch_config.c;..\..\src\switch_console.c;..\..\src\switch_core.c;..\..\src\switch_event.c;..\..\src\switch_ivr.c;..\..\src\switch_loadable_module.c;..\..\src\switch_log.c;..\..\src\switch_resample.c;..\..\src\switch_rtp.c;..\..\src\switch_stun.c;..\..\src\switch_utils.c;..\..\src\switch_xml.c"
|
|
Outputs="..\..\src\include\switch_version.h;lastversion"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="Generating switch_version.h"
|
|
CommandLine="cscript /nologo "$(ProjectDir)..\..\libs\win32\util.vbs" Version "$(ProjectDir)" "$(ProjectDir)..\..\" "$(ProjectDir)..\..\src\include\switch_version.h.template" "$(ProjectDir)..\..\src\include\switch_version.h"
"
|
|
AdditionalDependencies="..\..\src\include\switch.h;..\..\src\include\switch_apr.h;..\..\src\include\switch_buffer.h;..\..\src\include\switch_caller.h;..\..\src\include\switch_channel.h;..\..\src\include\switch_console.h;..\..\src\include\switch_core.h;..\..\src\include\switch_event.h;..\..\src\include\switch_frame.h;..\..\src\include\switch_ivr.h;..\..\src\include\switch_loadable_module.h;..\..\src\include\switch_log.h;..\..\src\include\switch_module_interfaces.h;..\..\src\include\switch_platform.h;..\..\src\include\switch_resample.h;..\..\src\include\switch_rtp.h;..\..\src\include\switch_sqlite.h;..\..\src\include\switch_stun.h;..\..\src\include\switch_types.h;..\..\src\include\switch_utils.h;..\..\src\include\switch_xml.h;..\..\src\switch_buffer.c;..\..\src\switch_caller.c;..\..\src\switch_channel.c;..\..\src\switch_config.c;..\..\src\switch_console.c;..\..\src\switch_core.c;..\..\src\switch_event.c;..\..\src\switch_ivr.c;..\..\src\switch_loadable_module.c;..\..\src\switch_log.c;..\..\src\switch_resample.c;..\..\src\switch_rtp.c;..\..\src\switch_stun.c;..\..\src\switch_utils.c;..\..\src\switch_xml.c"
|
|
Outputs="..\..\src\include\switch_version.h;lastversion"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|