forked from Mirrors/freeswitch
a55ed486a2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@449 d0543943-73ff-0310-b7d9-9358b9ac24b2
337 lines
8.5 KiB
XML
337 lines
8.5 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="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="cscript /nologo $(InputDir)getlibs.vbs Core Debug"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\src\include;..\..\libs\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;APR_DECLARE_EXPORT;APU_DECLARE_EXPORT;API_DECLARE_EXPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="Ws2_32.lib Mswsock.lib apr-1.lib sqlite.lib apriconv-1.lib aprutil-1.lib xml.lib Rpcrt4.lib libresampled.lib"
|
|
OutputFile="$(OutDir)/FreeSwitch.dll"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(InputDir)..\..\libs\apr\Debug";"$(InputDir)..\..\libs\apr\LibD";"$(InputDir)..\..\libs\sqlite\Debug";"$(InputDir)..\..\libs\apr-util\LibD";"$(InputDir)..\..\libs\apr-util\xml\expat\lib\LibD";"$(InputDir)..\..\libs\apr-iconv\LibD";"$(InputDir)..\..\libs\libresample\win""
|
|
AddModuleNamesToAssembly=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(OutDir)/FreeSwitchCore.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="xcopy $(Projectdir)..\..\conf\*.* $(Outdir)\conf\ /C /D /Y
if not exist $(Outdir)\db md $(Outdir)\db
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="cscript /nologo $(InputDir)getlibs.vbs Core Release"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\src\include;..\..\libs\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;APR_DECLARE_EXPORT;APU_DECLARE_EXPORT;API_DECLARE_EXPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="Ws2_32.lib Mswsock.lib apr-1.lib sqlite.lib apriconv-1.lib aprutil-1.lib xml.lib Rpcrt4.lib libresample.lib"
|
|
OutputFile="$(OutDir)/FreeSwitch.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(InputDir)..\..\libs\apr\Release";"$(InputDir)..\..\libs\sqlite\Release";"$(InputDir)..\..\libs\apr\LibR";"$(InputDir)..\..\libs\apr-util\LibR";"$(InputDir)..\..\libs\apr-iconv\LibR";"$(InputDir)..\..\libs\apr-util\xml\expat\lib\LibR";"$(InputDir)..\..\libs\libresample\win""
|
|
GenerateDebugInformation="true"
|
|
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="xcopy $(Projectdir)..\..\conf\*.* $(Outdir)\conf\ /C /D /Y
if not exist $(Outdir)\db md $(Outdir)\db
"
|
|
/>
|
|
</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\switch_buffer.c"
|
|
>
|
|
</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_event.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_ivr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_loadable_module.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_mutex.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_resample.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\switch_utils.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\src\include\switch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_apr.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\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_loadable_module.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_module_interfaces.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_mutex.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_platform.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_resample.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_sqlite.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_types.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\include\switch_utils.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|