Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
9361e2ba
提交
9361e2ba
authored
6月 29, 2010
作者:
Jeff Lenk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
more tweaks for VS2010
上级
911e9182
隐藏空白字符变更
内嵌
并排
正在显示
21 个修改的文件
包含
110 行增加
和
140 行删除
+110
-140
esl.2010.vcxproj
libs/esl/src/esl.2010.vcxproj
+8
-8
libilbc.2010.vcxproj
libs/ilbc/libilbc.2010.vcxproj
+8
-8
make_at_dictionary.2010.vcxproj
libs/spandsp/src/msvc/make_at_dictionary.2010.vcxproj
+2
-2
make_modem_filter.2010.vcxproj
libs/spandsp/src/msvc/make_modem_filter.2010.vcxproj
+2
-2
libspeex.vcxproj
libs/speex/win32/VS2008/libspeex/libspeex.vcxproj
+8
-8
libspeexdsp.vcxproj
libs/speex/win32/VS2008/libspeexdsp/libspeexdsp.vcxproj
+8
-16
xml.2010.vcxproj
libs/win32/apr-util/xml.2010.vcxproj
+4
-4
libcelt.vcxproj
libs/win32/celt/libcelt.vcxproj
+8
-8
flite.2010.vcxproj
libs/win32/flite/flite.2010.vcxproj
+8
-8
js.2010.vcxproj
libs/win32/js/js.2010.vcxproj
+2
-2
libjson.2010.vcxproj
libs/win32/json/libjson.2010.vcxproj
+6
-6
libudns.2010.vcxproj
libs/win32/udns/libudns.2010.vcxproj
+8
-8
abyss.2010.vcxproj
libs/xmlrpc-c/Windows/abyss.2010.vcxproj
+4
-4
xmlparse.2010.vcxproj
libs/xmlrpc-c/Windows/xmlparse.2010.vcxproj
+5
-19
xmlrpc.2010.vcxproj
libs/xmlrpc-c/Windows/xmlrpc.2010.vcxproj
+4
-18
xmltok.2010.vcxproj
libs/xmlrpc-c/Windows/xmltok.2010.vcxproj
+4
-18
mod_amr.2010.vcxproj
src/mod/codecs/mod_amr/mod_amr.2010.vcxproj
+4
-0
mod_g723_1.2010.vcxproj
src/mod/codecs/mod_g723_1/mod_g723_1.2010.vcxproj
+4
-0
mod_g729.2010.vcxproj
src/mod/codecs/mod_g729/mod_g729.2010.vcxproj
+4
-0
mod_ldap.2010.vcxproj
src/mod/directories/mod_ldap/mod_ldap.2010.vcxproj
+4
-0
FreeSwitchCore.2010.vcxproj
w32/Library/FreeSwitchCore.2010.vcxproj
+5
-1
没有找到文件。
libs/esl/src/esl.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -61,14 +61,14 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
SolutionDir)Debug
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
SolutionDir)Release
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(Configuration)
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(Configuration)
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
libs/ilbc/libilbc.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -61,14 +61,14 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
libs/spandsp/src/msvc/make_at_dictionary.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -26,8 +26,8 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
false
</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
...
...
libs/spandsp/src/msvc/make_modem_filter.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -26,8 +26,8 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
false
</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='All|Win32'"
>
...
...
libs/speex/win32/VS2008/libspeex/libspeex.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -192,10 +192,10 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
Debug
\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
Release
\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)
\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)
\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_SSE|Win32'"
>
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_SSE|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_SSE2|Win32'"
>
$(Configuration)\
</OutDir>
...
...
@@ -206,10 +206,10 @@
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug_RTL_dll|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_RTL_dll|Win32'"
>
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_RTL_dll|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_SSE|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_SSE|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_SSE2|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
...
...
libs/speex/win32/VS2008/libspeexdsp/libspeexdsp.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -115,12 +115,12 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
Debug
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
Debug
\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)
\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release_Dynamic_SSE|Win32'"
>
$(Configuration)\
</OutDir>
...
...
@@ -146,9 +146,7 @@
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<CompileAs>
CompileAsC
</CompileAs>
</ClCompile>
<Lib>
<OutputFile>
../../../lib/libspeexdsp.lib
</OutputFile>
</Lib>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<Midl>
...
...
@@ -167,9 +165,7 @@
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<CompileAs>
CompileAsC
</CompileAs>
</ClCompile>
<Lib>
<OutputFile>
../../../lib/$(Platform)\$(Configuration)\libspeexdsp.lib
</OutputFile>
</Lib>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
...
...
@@ -191,9 +187,7 @@
<CompileAs>
CompileAsC
</CompileAs>
<DisableSpecificWarnings>
4244;4305;4311;4100;4127;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Lib>
<OutputFile>
../../../lib/libspeexdsp.lib
</OutputFile>
</Lib>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<Midl>
...
...
@@ -218,9 +212,7 @@
<CompileAs>
CompileAsC
</CompileAs>
<DisableSpecificWarnings>
4244;4305;4311;4100;4127;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<Lib>
<OutputFile>
../../../lib/$(Platform)\$(Configuration)\libspeexdsp.lib
</OutputFile>
</Lib>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release_Dynamic_SSE|Win32'"
>
<ClCompile>
...
...
libs/win32/apr-util/xml.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -64,12 +64,12 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
</PropertyGroup>
...
...
libs/win32/celt/libcelt.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -60,14 +60,14 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
libs/win32/flite/flite.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -60,14 +60,14 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
libs/win32/js/js.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -59,13 +59,13 @@
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(SolutionDir)$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(SolutionDir)$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(SolutionDir)$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
false
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(SolutionDir)$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
...
...
libs/win32/json/libjson.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -63,12 +63,12 @@
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(SolutionDir)$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
libs/win32/udns/libudns.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -61,14 +61,14 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
SolutionDir)
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
SolutionDir)$(Platform
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\
$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform
Name
)\$(Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
libs/xmlrpc-c/Windows/abyss.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -67,13 +67,13 @@
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
libs/xmlrpc-c/Windows/xmlparse.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -67,13 +67,13 @@
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
...
...
@@ -84,10 +84,6 @@
<StringPooling>
true
</StringPooling>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
.\Release\xmlparse/xmlparse.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
.\Release\xmlparse/
</AssemblerListingLocation>
<ObjectFileName>
.\Release\xmlparse/
</ObjectFileName>
<ProgramDataBaseFileName>
.\Release\xmlparse/
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
...
...
@@ -115,9 +111,6 @@
<StringPooling>
true
</StringPooling>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
.\Release\xmlparse/xmlparse.pch
</PrecompiledHeaderOutputFile>
<ObjectFileName>
$(IntDir)xmlparse\
</ObjectFileName>
<ProgramDataBaseFileName>
$(IntDir)xmlparse\vc90.pdb
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
...
...
@@ -141,10 +134,6 @@
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
.\Debug\xmlparse/xmlparse.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
.\Debug\xmlparse/
</AssemblerListingLocation>
<ObjectFileName>
.\Debug\xmlparse/
</ObjectFileName>
<ProgramDataBaseFileName>
.\Debug\xmlparse/
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
...
...
@@ -172,9 +161,6 @@
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
.\Debug\xmlparse/xmlparse.pch
</PrecompiledHeaderOutputFile>
<ObjectFileName>
$(IntDir)xmlparse\
</ObjectFileName>
<ProgramDataBaseFileName>
$(IntDir)xmlparse\vc90.pdb
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
...
...
libs/xmlrpc-c/Windows/xmlrpc.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -66,13 +66,13 @@
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
...
...
@@ -83,10 +83,6 @@
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
.\Debug\xmlrpc/xmlrpc.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
.\Debug\xmlrpc/
</AssemblerListingLocation>
<ObjectFileName>
.\Debug\xmlrpc/
</ObjectFileName>
<ProgramDataBaseFileName>
.\Debug\xmlrpc/
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
...
...
@@ -114,9 +110,6 @@
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
.\Debug\xmlrpc/xmlrpc.pch
</PrecompiledHeaderOutputFile>
<ObjectFileName>
$(IntDir)xmlrpc\
</ObjectFileName>
<ProgramDataBaseFileName>
$(IntDir)xmlrpc\vc90.pdb
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
...
...
@@ -142,10 +135,6 @@
<StringPooling>
true
</StringPooling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
.\Release\xmlrpc/xmlrpc.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
.\Release\xmlrpc/
</AssemblerListingLocation>
<ObjectFileName>
.\Release\xmlrpc/
</ObjectFileName>
<ProgramDataBaseFileName>
.\Release\xmlrpc/
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
...
...
@@ -173,9 +162,6 @@
<StringPooling>
true
</StringPooling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
.\Release\xmlrpc/xmlrpc.pch
</PrecompiledHeaderOutputFile>
<ObjectFileName>
$(IntDir)xmlrpc\
</ObjectFileName>
<ProgramDataBaseFileName>
$(IntDir)xmlrpc\vc90.pdb
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
...
...
libs/xmlrpc-c/Windows/xmltok.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -67,13 +67,13 @@
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(
PlatformName)\$(
Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
@@ -83,10 +83,6 @@
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
.\Debug\xmltok/xmltok.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
.\Debug\xmltok/
</AssemblerListingLocation>
<ObjectFileName>
.\Debug\xmltok/
</ObjectFileName>
<ProgramDataBaseFileName>
.\Debug\xmltok/
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
...
...
@@ -114,9 +110,6 @@
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
.\Debug\xmltok/xmltok.pch
</PrecompiledHeaderOutputFile>
<ObjectFileName>
$(IntDir)xmltok\
</ObjectFileName>
<ProgramDataBaseFileName>
$(IntDir)xmltok\vc90.pdb
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
...
...
@@ -142,10 +135,6 @@
<StringPooling>
true
</StringPooling>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
.\Release\xmltok/xmltok.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
.\Release\xmltok/
</AssemblerListingLocation>
<ObjectFileName>
.\Release\xmltok/
</ObjectFileName>
<ProgramDataBaseFileName>
.\Release\xmltok/
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
...
...
@@ -173,9 +162,6 @@
<StringPooling>
true
</StringPooling>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
.\Release\xmltok/xmltok.pch
</PrecompiledHeaderOutputFile>
<ObjectFileName>
$(IntDir)xmltok\
</ObjectFileName>
<ProgramDataBaseFileName>
$(IntDir)xmltok\vc90.pdb
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
...
...
src/mod/codecs/mod_amr/mod_amr.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -115,6 +115,10 @@
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug Passthrough|Win32'"
>
$(SolutionDir)$(PlatformName)\Debug\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release Passthrough|Win32'"
>
$(SolutionDir)$(PlatformName)\Release\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release Passthrough|x64'"
>
$(SolutionDir)$(PlatformName)\Release\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug Passthrough|x64'"
>
$(SolutionDir)$(PlatformName)\Debug\mod\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
src/mod/codecs/mod_g723_1/mod_g723_1.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -115,6 +115,10 @@
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug Passthrough|Win32'"
>
$(SolutionDir)$(PlatformName)\Debug\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug Passthrough|x64'"
>
$(SolutionDir)$(PlatformName)\Debug\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release Passthrough|Win32'"
>
$(SolutionDir)$(PlatformName)\Release\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release Passthrough|x64'"
>
$(SolutionDir)$(PlatformName)\Release\mod\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
src/mod/codecs/mod_g729/mod_g729.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -115,6 +115,10 @@
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug Passthrough|Win32'"
>
$(SolutionDir)$(PlatformName)\Debug\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug Passthrough|x64'"
>
$(SolutionDir)$(PlatformName)\Debug\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release Passthrough|Win32'"
>
$(SolutionDir)$(PlatformName)\Release\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release Passthrough|x64'"
>
$(SolutionDir)$(PlatformName)\Release\mod\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
src/mod/directories/mod_ldap/mod_ldap.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -121,6 +121,10 @@
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug MS-LDAP|x64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release MS-LDAP|Win32'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release MS-LDAP|x64'"
>
false
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug MS-LDAP|Win32'"
>
$(SolutionDir)$(PlatformName)\Debug\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug MS-LDAP|x64'"
>
$(SolutionDir)$(PlatformName)\Debug\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release MS-LDAP|Win32'"
>
$(SolutionDir)$(PlatformName)\Release\mod\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release MS-LDAP|x64'"
>
$(SolutionDir)$(PlatformName)\Release\mod\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
...
...
w32/Library/FreeSwitchCore.2010.vcxproj
浏览文件 @
9361e2ba
...
...
@@ -65,7 +65,7 @@
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
Platform
)\$(Configuration)\
</OutDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(
SolutionDir)$(PlatformName
)\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
true
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</OutDir>
...
...
@@ -75,6 +75,10 @@
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(Platform)\$(Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(SolutionDir)$(PlatformName)\$(Configuration)\
</OutDir>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
FreeSwitch
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
FreeSwitch
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
FreeSwitch
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
FreeSwitch
</TargetName>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<BuildLog>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论