Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
3a30c4df
提交
3a30c4df
authored
1月 31, 2013
作者:
Jeff Lenk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-4768 MSB_LNK_warnings.diff applied
上级
1c9a1016
隐藏空白字符变更
内嵌
并排
正在显示
26 个修改的文件
包含
61 行增加
和
84 行删除
+61
-84
libtiff.2012.vcxproj
libs/spandsp/src/libtiff.2012.vcxproj
+3
-3
apr.props
libs/unimrcp/build/vsprops/apr.props
+1
-4
apt.props
libs/unimrcp/build/vsprops/apt.props
+1
-1
mpf.props
libs/unimrcp/build/vsprops/mpf.props
+1
-4
mrcp.props
libs/unimrcp/build/vsprops/mrcp.props
+2
-2
mrcpsignaling.props
libs/unimrcp/build/vsprops/mrcpsignaling.props
+1
-4
mrcpv2transport.props
libs/unimrcp/build/vsprops/mrcpv2transport.props
+1
-4
sofiasip.props
libs/unimrcp/build/vsprops/sofiasip.props
+1
-4
unibase.props
libs/unimrcp/build/vsprops/unibase.props
+3
-1
unidebug.props
libs/unimrcp/build/vsprops/unidebug.props
+1
-3
unirelease.props
libs/unimrcp/build/vsprops/unirelease.props
+1
-3
unirtsp.props
libs/unimrcp/build/vsprops/unirtsp.props
+1
-1
Download 8khz music.2012.vcxproj
libs/win32/Download 8khz music.2012.vcxproj
+1
-0
libjpeg.2012.vcxproj
libs/win32/libjpeg/libjpeg.2012.vcxproj
+11
-7
mod_cdr_csv.2012.vcxproj
src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.2012.vcxproj
+2
-6
mod_spidermonkey_core_db.2012.vcxproj
...es/mod_spidermonkey/mod_spidermonkey_core_db.2012.vcxproj
+5
-5
mod_spidermonkey_curl.2012.vcxproj
...uages/mod_spidermonkey/mod_spidermonkey_curl.2012.vcxproj
+3
-3
mod_spidermonkey_odbc.2012.vcxproj
...uages/mod_spidermonkey/mod_spidermonkey_odbc.2012.vcxproj
+3
-3
mod_spidermonkey_socket.2012.vcxproj
...ges/mod_spidermonkey/mod_spidermonkey_socket.2012.vcxproj
+3
-3
mod_spidermonkey_teletone.2012.vcxproj
...s/mod_spidermonkey/mod_spidermonkey_teletone.2012.vcxproj
+5
-5
mod_xml_cdr.2012.vcxproj
src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.2012.vcxproj
+2
-6
mod_xml_curl.2012.vcxproj
src/mod/xml_int/mod_xml_curl/mod_xml_curl.2012.vcxproj
+2
-6
curl.props
w32/curl.props
+1
-1
modules.props
w32/modules.props
+1
-2
spidermonkey.props
w32/spidermonkey.props
+1
-1
winlibs.props
w32/winlibs.props
+4
-2
没有找到文件。
libs/spandsp/src/libtiff.2012.vcxproj
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -84,7 +84,6 @@ if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(Projec
...
@@ -84,7 +84,6 @@ if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(Projec
</Command>
</Command>
</PreBuildEvent>
</PreBuildEvent>
<ClCompile>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<MinimalRebuild>
true
</MinimalRebuild>
...
@@ -92,6 +91,7 @@ if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(Projec
...
@@ -92,6 +91,7 @@ if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(Projec
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
TurnOffAllWarnings
</WarningLevel>
<WarningLevel>
TurnOffAllWarnings
</WarningLevel>
<CompileAs>
CompileAsC
</CompileAs>
<CompileAs>
CompileAsC
</CompileAs>
<Optimization>
Disabled
</Optimization>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
...
@@ -200,4 +200,4 @@ if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(Projec
...
@@ -200,4 +200,4 @@ if not exist "$(ProjectDir)../../tiff-4.0.2/libtiff/tif_config.h" copy "$(Projec
<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
libs/unimrcp/build/vsprops/apr.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\build\vsprops\unibase.props"
/>
<Import
Project=
"$(ProjectDir)..\..\build\vsprops\unibase.props"
Condition=
" '$(UnibasePropsImported)' == '' "
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
>
<PropertyGroup
Label=
"UserMacros"
>
<AprDir>
$(LibRootDir)libs\apr
</AprDir>
<AprDir>
$(LibRootDir)libs\apr
</AprDir>
<AprUtilDir>
$(LibRootDir)libs\apr-util
</AprUtilDir>
<AprUtilDir>
$(LibRootDir)libs\apr-util
</AprUtilDir>
<AprIconvDir>
$(LibRootDir)libs\apr-iconv
</AprIconvDir>
<AprIconvDir>
$(LibRootDir)libs\apr-iconv
</AprIconvDir>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(AprDir)\include;$(AprUtilDir)\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(AprDir)\include;$(AprUtilDir)\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
...
...
libs/unimrcp/build/vsprops/apt.props
浏览文件 @
3a30c4df
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<Import
Project=
"apr.props"
/>
<Import
Project=
"apr.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<
_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion
>
<
AptPropsImported>
true
</AptPropsImported
>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
...
...
libs/unimrcp/build/vsprops/mpf.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"apt.props"
/>
<Import
Project=
"apt.props"
Condition=
" '$(AptPropsImported)' == '' "
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectRootDir)libs\mpf\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(ProjectRootDir)libs\mpf\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
...
...
libs/unimrcp/build/vsprops/mrcp.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"apt.props"
/>
<Import
Project=
"apt.props"
Condition=
" '$(AptPropsImported)' == '' "
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<
_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion
>
<
MrcpPropsImported>
true
</MrcpPropsImported
>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
...
...
libs/unimrcp/build/vsprops/mrcpsignaling.props
浏览文件 @
3a30c4df
...
@@ -2,11 +2,8 @@
...
@@ -2,11 +2,8 @@
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"mpf.props"
/>
<Import
Project=
"mpf.props"
/>
<Import
Project=
"mrcp.props"
/>
<Import
Project=
"mrcp.props"
Condition=
" '$(MrcpPropsImported)' == ''"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectRootDir)libs\mrcp-signaling\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(ProjectRootDir)libs\mrcp-signaling\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
...
...
libs/unimrcp/build/vsprops/mrcpv2transport.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"mrcp.props"
/>
<Import
Project=
"mrcp.props"
Condition=
" '$(MrcpPropsImported)' == '' "
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectRootDir)libs\mrcpv2-transport\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(ProjectRootDir)libs\mrcpv2-transport\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
...
...
libs/unimrcp/build/vsprops/sofiasip.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"
$(ProjectDir)..\..\build\vsprops\unibase.props"
/>
<Import
Project=
"
unibase.props"
Condition=
" '$(UnibasePropsImported)' == '' "
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
>
<PropertyGroup
Label=
"UserMacros"
>
<SofiaDir>
$(LibRootDir)libs\sofia-sip
</SofiaDir>
<SofiaDir>
$(LibRootDir)libs\sofia-sip
</SofiaDir>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(SofiaDir)\win32;$(SofiaDir)\libsofia-sip-ua\su;$(SofiaDir)\libsofia-sip-ua\nua;$(SofiaDir)\libsofia-sip-ua\url;$(SofiaDir)\libsofia-sip-ua\sip;$(SofiaDir)\libsofia-sip-ua\msg;$(SofiaDir)\libsofia-sip-ua\sdp;$(SofiaDir)\libsofia-sip-ua\nta;$(SofiaDir)\libsofia-sip-ua\nea;$(SofiaDir)\libsofia-sip-ua\soa;$(SofiaDir)\libsofia-sip-ua\iptsec;$(SofiaDir)\libsofia-sip-ua\bnf;$(SofiaDir)\libsofia-sip-ua\features;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SofiaDir)\win32;$(SofiaDir)\libsofia-sip-ua\su;$(SofiaDir)\libsofia-sip-ua\nua;$(SofiaDir)\libsofia-sip-ua\url;$(SofiaDir)\libsofia-sip-ua\sip;$(SofiaDir)\libsofia-sip-ua\msg;$(SofiaDir)\libsofia-sip-ua\sdp;$(SofiaDir)\libsofia-sip-ua\nta;$(SofiaDir)\libsofia-sip-ua\nea;$(SofiaDir)\libsofia-sip-ua\soa;$(SofiaDir)\libsofia-sip-ua\iptsec;$(SofiaDir)\libsofia-sip-ua\bnf;$(SofiaDir)\libsofia-sip-ua\features;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
...
...
libs/unimrcp/build/vsprops/unibase.props
浏览文件 @
3a30c4df
...
@@ -7,7 +7,9 @@
...
@@ -7,7 +7,9 @@
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<PropertyGroup>
<UnibasePropsImported>
true
</UnibasePropsImported>
</PropertyGroup><ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<PreprocessorDefinitions>
WIN32;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
...
...
libs/unimrcp/build/vsprops/unidebug.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
/>
<Import
Project=
"$(ProjectDir)..\..\build\vsprops\unibase.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
</PropertyGroup>
</PropertyGroup>
...
...
libs/unimrcp/build/vsprops/unirelease.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
/>
<Import
Project=
"$(ProjectDir)..\..\build\vsprops\unibase.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
</PropertyGroup>
</PropertyGroup>
...
...
libs/unimrcp/build/vsprops/unirtsp.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"apt.props"
/>
<Import
Project=
"apt.props"
Condition=
" '$(AptPropsImported)' == '' "
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
...
...
libs/win32/Download 8khz music.2012.vcxproj
浏览文件 @
3a30c4df
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
<PlatformToolset>
v110
</PlatformToolset>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(SolutionDir)\w32\extdll.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
...
...
libs/win32/libjpeg/libjpeg.2012.vcxproj
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -190,13 +190,14 @@
...
@@ -190,13 +190,14 @@
<ClCompile>
<ClCompile>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<Optimization>
Full
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
false
</IntrinsicFunctions>
<IntrinsicFunctions>
false
</IntrinsicFunctions>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS
</PreprocessorDefinitions>
<OmitFramePointers>
true
</OmitFramePointers>
<OmitFramePointers>
true
</OmitFramePointers>
<EnableFiberSafeOptimizations>
true
</EnableFiberSafeOptimizations>
<EnableFiberSafeOptimizations>
true
</EnableFiberSafeOptimizations>
<AdditionalIncludeDirectories>
..\..\jpeg-8d;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\jpeg-8d;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<WholeProgramOptimization>
false
</WholeProgramOptimization>
<Optimization>
Disabled
</Optimization>
</ClCompile>
</ClCompile>
<Link>
<Link>
<SubSystem>
Windows
</SubSystem>
<SubSystem>
Windows
</SubSystem>
...
@@ -212,13 +213,16 @@
...
@@ -212,13 +213,16 @@
<ClCompile>
<ClCompile>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<Optimization>
Full
</Optimization>
<Optimization>
Disabled
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
false
</IntrinsicFunctions>
<IntrinsicFunctions>
false
</IntrinsicFunctions>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS
</PreprocessorDefinitions>
<OmitFramePointers>
true
</OmitFramePointers>
<OmitFramePointers>
<EnableFiberSafeOptimizations>
true
</EnableFiberSafeOptimizations>
</OmitFramePointers>
<EnableFiberSafeOptimizations>
false
</EnableFiberSafeOptimizations>
<AdditionalIncludeDirectories>
..\..\jpeg-8d;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\jpeg-8d;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<WholeProgramOptimization>
false
</WholeProgramOptimization>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
</ClCompile>
</ClCompile>
<Link>
<Link>
<SubSystem>
Windows
</SubSystem>
<SubSystem>
Windows
</SubSystem>
...
@@ -233,4 +237,4 @@
...
@@ -233,4 +237,4 @@
<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
src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.2012.vcxproj
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -51,22 +51,18 @@
...
@@ -51,22 +51,18 @@
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<PropertyGroup>
...
@@ -142,4 +138,4 @@
...
@@ -142,4 +138,4 @@
<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
src/mod/languages/mod_spidermonkey/mod_spidermonkey_core_db.2012.vcxproj
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -76,9 +76,9 @@
...
@@ -76,9 +76,9 @@
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_core_db\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_core_db\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_core_db
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_core_db
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_core_db
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_core_db
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_core_db
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_core_db
\
</IntDir>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<PreBuildEvent>
...
@@ -182,4 +182,4 @@
...
@@ -182,4 +182,4 @@
<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
src/mod/languages/mod_spidermonkey/mod_spidermonkey_curl.2012.vcxproj
浏览文件 @
3a30c4df
...
@@ -76,9 +76,9 @@
...
@@ -76,9 +76,9 @@
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_curl\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_curl\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_curl
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_curl
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_curl
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_curl
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_curl
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_curl
\
</IntDir>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<PreBuildEvent>
...
...
src/mod/languages/mod_spidermonkey/mod_spidermonkey_odbc.2012.vcxproj
浏览文件 @
3a30c4df
...
@@ -76,9 +76,9 @@
...
@@ -76,9 +76,9 @@
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_odbc\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_odbc\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_odbc
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_odbc
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_odbc
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_odbc
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_odbc
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_odbc
\
</IntDir>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<PreBuildEvent>
...
...
src/mod/languages/mod_spidermonkey/mod_spidermonkey_socket.2012.vcxproj
浏览文件 @
3a30c4df
...
@@ -78,9 +78,9 @@
...
@@ -78,9 +78,9 @@
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_socket\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_socket\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_socket
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_socket
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_socket
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_socket
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_socket
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_socket
\
</IntDir>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<ClCompile>
...
...
src/mod/languages/mod_spidermonkey/mod_spidermonkey_teletone.2012.vcxproj
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -76,9 +76,9 @@
...
@@ -76,9 +76,9 @@
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_teletone\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_teletone\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_teletone
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_teletone
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_teletone
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_teletone
\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_teletone
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
$(PlatformName)\$(Configuration)\mod_spidermonkey_teletone
\
</IntDir>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<PreBuildEvent>
...
@@ -192,4 +192,4 @@
...
@@ -192,4 +192,4 @@
<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
src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.2012.vcxproj
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -51,22 +51,18 @@
...
@@ -51,22 +51,18 @@
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<PropertyGroup>
...
@@ -150,4 +146,4 @@
...
@@ -150,4 +146,4 @@
<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
src/mod/xml_int/mod_xml_curl/mod_xml_curl.2012.vcxproj
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
...
@@ -51,22 +51,18 @@
...
@@ -51,22 +51,18 @@
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\module_release.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\module_debug.props"
/>
<Import
Project=
"..\..\..\..\w32\curl.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<PropertyGroup>
...
@@ -154,4 +150,4 @@
...
@@ -154,4 +150,4 @@
<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/curl.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<PropertyGroup>
<
_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion
>
<
CurlPropsImported>
true
</CurlPropsImported
>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
...
...
w32/modules.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"winlibs.props"
/>
<Import
Project=
"winlibs.props"
Condition=
" '$(WinlibsPropsImported)' == '' "
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir>
$(SolutionDir)$(PlatformName)\$(Configuration)\mod\
</OutDir>
<OutDir>
$(SolutionDir)$(PlatformName)\$(Configuration)\mod\
</OutDir>
<IntDir>
$(PlatformName)\$(Configuration)\
</IntDir>
<IntDir>
$(PlatformName)\$(Configuration)\
</IntDir>
</PropertyGroup>
</PropertyGroup>
...
...
w32/spidermonkey.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"curl.props"
/>
<Import
Project=
"curl.props"
Condition=
" '$(CurlPropsImported)' == '' "
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
...
...
w32/winlibs.props
浏览文件 @
3a30c4df
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"curl.props"
/>
<Import
Project=
"curl.props"
Condition=
" '$(CurlPropsImported)' == ''"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
Freeswitch Core Windows Libraries
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Freeswitch Core Windows Libraries
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<PropertyGroup>
<WinlibsPropsImported>
true
</WinlibsPropsImported>
</PropertyGroup><ItemDefinitionGroup>
<Link>
<Link>
<AdditionalDependencies>
kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;Ws2_32.lib;Iphlpapi.lib;Winmm.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;Ws2_32.lib;Iphlpapi.lib;Winmm.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</Link>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论