Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
4ddc2f96
提交
4ddc2f96
authored
10月 08, 2012
作者:
Michael Jerris
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add new files
上级
1215ee4f
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
26 行增加
和
2 行删除
+26
-2
FreeSwitchCore.2008.vcproj
w32/Library/FreeSwitchCore.2008.vcproj
+8
-0
FreeSwitchCore.2010.vcxproj
w32/Library/FreeSwitchCore.2010.vcxproj
+3
-1
FreeSwitchCore.2010.vcxproj.filters
w32/Library/FreeSwitchCore.2010.vcxproj.filters
+7
-1
FreeSwitchCore.vcproj
w32/Library/FreeSwitchCore.vcproj
+8
-0
没有找到文件。
w32/Library/FreeSwitchCore.2008.vcproj
浏览文件 @
4ddc2f96
...
@@ -854,6 +854,10 @@
...
@@ -854,6 +854,10 @@
RelativePath=
"..\..\src\switch_odbc.c"
RelativePath=
"..\..\src\switch_odbc.c"
>
>
</File>
</File>
<File
RelativePath=
"..\..\src\switch_pgsql.c"
>
</File>
<File
<File
RelativePath=
"..\..\src\switch_pcm.c"
RelativePath=
"..\..\src\switch_pcm.c"
>
>
...
@@ -1592,6 +1596,10 @@
...
@@ -1592,6 +1596,10 @@
RelativePath=
"..\..\src\include\switch_odbc.h"
RelativePath=
"..\..\src\include\switch_odbc.h"
>
>
</File>
</File>
<File
RelativePath=
"..\..\src\include\switch_pgsql.h"
>
</File>
<File
<File
RelativePath=
"..\..\src\include\switch_platform.h"
RelativePath=
"..\..\src\include\switch_platform.h"
>
>
...
...
w32/Library/FreeSwitchCore.2010.vcxproj
浏览文件 @
4ddc2f96
...
@@ -419,6 +419,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -419,6 +419,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<DisableSpecificWarnings
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
4389;4127;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
4389;4127;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\src\switch_odbc.c"
/>
<ClCompile
Include=
"..\..\src\switch_odbc.c"
/>
<ClCompile
Include=
"..\..\src\switch_pgsql.c"
/>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
/>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
/>
<ClCompile
Include=
"..\..\src\switch_profile.c"
/>
<ClCompile
Include=
"..\..\src\switch_profile.c"
/>
<ClCompile
Include=
"..\..\src\switch_regex.c"
/>
<ClCompile
Include=
"..\..\src\switch_regex.c"
/>
...
@@ -738,6 +739,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -738,6 +739,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<ClInclude
Include=
"..\..\src\include\switch_module_interfaces.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_module_interfaces.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_mprintf.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_mprintf.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_odbc.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_odbc.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_pgsql.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_platform.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_platform.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_regex.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_regex.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_resample.h"
/>
<ClInclude
Include=
"..\..\src\include\switch_resample.h"
/>
...
@@ -834,4 +836,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -834,4 +836,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
w32/Library/FreeSwitchCore.2010.vcxproj.filters
浏览文件 @
4ddc2f96
...
@@ -160,6 +160,9 @@
...
@@ -160,6 +160,9 @@
<ClCompile
Include=
"..\..\src\switch_odbc.c"
>
<ClCompile
Include=
"..\..\src\switch_odbc.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\src\switch_pgsql.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
>
<ClCompile
Include=
"..\..\src\switch_pcm.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
...
@@ -285,6 +288,9 @@
...
@@ -285,6 +288,9 @@
<ClInclude
Include=
"..\..\src\include\switch_odbc.h"
>
<ClInclude
Include=
"..\..\src\include\switch_odbc.h"
>
<Filter>
Header Files
</Filter>
<Filter>
Header Files
</Filter>
</ClInclude>
</ClInclude>
<ClInclude
Include=
"..\..\src\include\switch_pgsql.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\src\include\switch_platform.h"
>
<ClInclude
Include=
"..\..\src\include\switch_platform.h"
>
<Filter>
Header Files
</Filter>
<Filter>
Header Files
</Filter>
</ClInclude>
</ClInclude>
...
@@ -342,4 +348,4 @@
...
@@ -342,4 +348,4 @@
<UniqueIdentifier>
{a1474195-5783-4c77-977f-59657b38fd01}
</UniqueIdentifier>
<UniqueIdentifier>
{a1474195-5783-4c77-977f-59657b38fd01}
</UniqueIdentifier>
</Filter>
</Filter>
</ItemGroup>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
w32/Library/FreeSwitchCore.vcproj
浏览文件 @
4ddc2f96
...
@@ -534,6 +534,10 @@
...
@@ -534,6 +534,10 @@
RelativePath=
"..\..\src\switch_odbc.c"
RelativePath=
"..\..\src\switch_odbc.c"
>
>
</File>
</File>
<File
RelativePath=
"..\..\src\switch_pgsql.c"
>
</File>
<File
<File
RelativePath=
"..\..\src\switch_pcm.c"
RelativePath=
"..\..\src\switch_pcm.c"
>
>
...
@@ -1032,6 +1036,10 @@
...
@@ -1032,6 +1036,10 @@
RelativePath=
"..\..\src\include\switch_odbc.h"
RelativePath=
"..\..\src\include\switch_odbc.h"
>
>
</File>
</File>
<File
RelativePath=
"..\..\src\include\switch_pgsql.h"
>
</File>
<File
<File
RelativePath=
"..\..\src\include\switch_platform.h"
RelativePath=
"..\..\src\include\switch_platform.h"
>
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论