mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
2607240b74
while L16 is RFC3551 defined 16-bit linear PCM codec in network order. Using LPCM to specify linear PCM codec in host byte order Merged upstream revisions through r991 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13859 d0543943-73ff-0310-b7d9-9358b9ac24b2
18 lines
543 B
XML
18 lines
543 B
XML
<?xml version="1.0" encoding="windows-1251"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="unimrcpplugin"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)\plugin"
|
|
InheritedPropertySheets=".\mrcpengine.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalLibraryDirectories=""$(SolutionDir)$(ConfigurationName)\bin""
|
|
AdditionalDependencies="mrcpengine.lib mrcp.lib mpf.lib aprtoolkit.lib libaprutil-1.lib libapr-1.lib ws2_32.lib"
|
|
/>
|
|
</VisualStudioPropertySheet>
|