Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
6ea05d25
提交
6ea05d25
authored
4月 18, 2012
作者:
Giovanni Maruzzelli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
gsmopen: gsmlib compile on windows, made a solution (vc++ makefile) for it
上级
c5554eb9
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
2343 行增加
和
0 行删除
+2343
-0
gsm_util.cc
...en/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.cc
+3
-0
testgsmlib.cc
...n/gsmlib/gsmlib-1.10-patched-13ubuntu/tests/testgsmlib.cc
+1
-0
gsm_config.h
...en/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsm_config.h
+2
-0
gsmctl.vcproj
...n/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmctl.vcproj
+250
-0
gsmlib.sln
...open/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmlib.sln
+92
-0
gsmlib.vcproj
...n/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmlib.vcproj
+327
-0
gsmpb.vcproj
...en/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmpb.vcproj
+250
-0
gsmsendsms.vcproj
...mlib/gsmlib-1.10-patched-13ubuntu/win32/gsmsendsms.vcproj
+250
-0
gsmsmsd.vcproj
.../gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmsmsd.vcproj
+250
-0
gsmsmsstore.vcproj
...lib/gsmlib-1.10-patched-13ubuntu/win32/gsmsmsstore.vcproj
+252
-0
testgsmlib.vcproj
...mlib/gsmlib-1.10-patched-13ubuntu/win32/testgsmlib.vcproj
+222
-0
testsms.vcproj
.../gsmlib/gsmlib-1.10-patched-13ubuntu/win32/testsms.vcproj
+222
-0
testsms2.vcproj
...gsmlib/gsmlib-1.10-patched-13ubuntu/win32/testsms2.vcproj
+222
-0
没有找到文件。
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.cc
100644 → 100755
浏览文件 @
6ea05d25
...
...
@@ -267,6 +267,9 @@ NoCopy &NoCopy::operator=(NoCopy &n)
{
cerr
<<
"ABORT: NoCopy::operator= used"
<<
endl
;
abort
();
#ifdef WIN32
return
n
;
#endif //WIN32
}
#endif // NDEBUG
...
...
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/tests/testgsmlib.cc
100644 → 100755
浏览文件 @
6ea05d25
...
...
@@ -13,6 +13,7 @@
#include <gsm_config.h>
#endif
#ifdef WIN32
#include <gsm_config.h>
#include <gsmlib/gsm_win32_serial.h>
#else
#include <gsmlib/gsm_unix_serial.h>
...
...
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsm_config.h
100644 → 100755
浏览文件 @
6ea05d25
...
...
@@ -68,7 +68,9 @@
/* Define if vsnprintf() function available */
#define HAVE_VSNPRINTF 1
#ifndef WIN32
#define vsnprintf _vsnprintf
#endif// WIN32
/* The number of bytes in a unsigned int. */
#define SIZEOF_UNSIGNED_INT 4
...
...
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmctl.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"gsmctl"
ProjectGUID=
"{A822BA57-6F96-4C69-9E28-C0FB2667B1B0}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Debug/gsmctl.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/gsmctl.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Debug/gsmctl.exe"
LinkIncremental=
"2"
SuppressStartupBanner=
"true"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
".\Debug/gsmctl.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/gsmctl.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Release/gsmctl.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
PrecompiledHeaderFile=
".\Release/gsmctl.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Release/gsmctl.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"true"
ProgramDatabaseFile=
".\Release/gsmctl.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/gsmctl.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Quellcodedateien"
Filter=
"cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"getopt.c"
>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\apps\gsmctl.cc"
>
</File>
</Filter>
<Filter
Name=
"Header-Dateien"
Filter=
"h;hpp;hxx;hm;inl"
>
<File
RelativePath=
"getopt.h"
>
</File>
</Filter>
<Filter
Name=
"Ressourcendateien"
Filter=
"ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmlib.sln
0 → 100755
浏览文件 @
6ea05d25
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsmctl", "gsmctl.vcproj", "{A822BA57-6F96-4C69-9E28-C0FB2667B1B0}"
ProjectSection(ProjectDependencies) = postProject
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsmlib", "gsmlib.vcproj", "{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsmpb", "gsmpb.vcproj", "{311D5A85-4DC1-4714-9B61-AE3C57B67B5B}"
ProjectSection(ProjectDependencies) = postProject
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsmsendsms", "gsmsendsms.vcproj", "{CF99664C-05D1-41A3-9B12-B79D55718377}"
ProjectSection(ProjectDependencies) = postProject
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsmsmsd", "gsmsmsd.vcproj", "{3C5D7948-5E49-4C78-9AAB-3AC53A15BEF4}"
ProjectSection(ProjectDependencies) = postProject
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsmsmsstore", "gsmsmsstore.vcproj", "{5A834BCC-8B96-4D1C-9811-ADC816797E3A}"
ProjectSection(ProjectDependencies) = postProject
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgsmlib", "testgsmlib.vcproj", "{248E3E22-2203-4352-964E-32946A1A0AEC}"
ProjectSection(ProjectDependencies) = postProject
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsms", "testsms.vcproj", "{BEE3EFDE-4C00-4CE5-9DFC-61DF6F0E5481}"
ProjectSection(ProjectDependencies) = postProject
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsms2", "testsms2.vcproj", "{3E08AF8F-6DD3-40EC-AA97-C8D4237CA127}"
ProjectSection(ProjectDependencies) = postProject
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A822BA57-6F96-4C69-9E28-C0FB2667B1B0}.Debug|Win32.ActiveCfg = Debug|Win32
{A822BA57-6F96-4C69-9E28-C0FB2667B1B0}.Debug|Win32.Build.0 = Debug|Win32
{A822BA57-6F96-4C69-9E28-C0FB2667B1B0}.Release|Win32.ActiveCfg = Release|Win32
{A822BA57-6F96-4C69-9E28-C0FB2667B1B0}.Release|Win32.Build.0 = Release|Win32
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}.Debug|Win32.ActiveCfg = Debug|Win32
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}.Debug|Win32.Build.0 = Debug|Win32
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}.Release|Win32.ActiveCfg = Release|Win32
{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}.Release|Win32.Build.0 = Release|Win32
{311D5A85-4DC1-4714-9B61-AE3C57B67B5B}.Debug|Win32.ActiveCfg = Debug|Win32
{311D5A85-4DC1-4714-9B61-AE3C57B67B5B}.Debug|Win32.Build.0 = Debug|Win32
{311D5A85-4DC1-4714-9B61-AE3C57B67B5B}.Release|Win32.ActiveCfg = Release|Win32
{311D5A85-4DC1-4714-9B61-AE3C57B67B5B}.Release|Win32.Build.0 = Release|Win32
{CF99664C-05D1-41A3-9B12-B79D55718377}.Debug|Win32.ActiveCfg = Debug|Win32
{CF99664C-05D1-41A3-9B12-B79D55718377}.Debug|Win32.Build.0 = Debug|Win32
{CF99664C-05D1-41A3-9B12-B79D55718377}.Release|Win32.ActiveCfg = Release|Win32
{CF99664C-05D1-41A3-9B12-B79D55718377}.Release|Win32.Build.0 = Release|Win32
{3C5D7948-5E49-4C78-9AAB-3AC53A15BEF4}.Debug|Win32.ActiveCfg = Debug|Win32
{3C5D7948-5E49-4C78-9AAB-3AC53A15BEF4}.Debug|Win32.Build.0 = Debug|Win32
{3C5D7948-5E49-4C78-9AAB-3AC53A15BEF4}.Release|Win32.ActiveCfg = Release|Win32
{3C5D7948-5E49-4C78-9AAB-3AC53A15BEF4}.Release|Win32.Build.0 = Release|Win32
{5A834BCC-8B96-4D1C-9811-ADC816797E3A}.Debug|Win32.ActiveCfg = Debug|Win32
{5A834BCC-8B96-4D1C-9811-ADC816797E3A}.Debug|Win32.Build.0 = Debug|Win32
{5A834BCC-8B96-4D1C-9811-ADC816797E3A}.Release|Win32.ActiveCfg = Release|Win32
{5A834BCC-8B96-4D1C-9811-ADC816797E3A}.Release|Win32.Build.0 = Release|Win32
{248E3E22-2203-4352-964E-32946A1A0AEC}.Debug|Win32.ActiveCfg = Debug|Win32
{248E3E22-2203-4352-964E-32946A1A0AEC}.Debug|Win32.Build.0 = Debug|Win32
{248E3E22-2203-4352-964E-32946A1A0AEC}.Release|Win32.ActiveCfg = Release|Win32
{248E3E22-2203-4352-964E-32946A1A0AEC}.Release|Win32.Build.0 = Release|Win32
{BEE3EFDE-4C00-4CE5-9DFC-61DF6F0E5481}.Debug|Win32.ActiveCfg = Debug|Win32
{BEE3EFDE-4C00-4CE5-9DFC-61DF6F0E5481}.Debug|Win32.Build.0 = Debug|Win32
{BEE3EFDE-4C00-4CE5-9DFC-61DF6F0E5481}.Release|Win32.ActiveCfg = Release|Win32
{BEE3EFDE-4C00-4CE5-9DFC-61DF6F0E5481}.Release|Win32.Build.0 = Release|Win32
{3E08AF8F-6DD3-40EC-AA97-C8D4237CA127}.Debug|Win32.ActiveCfg = Debug|Win32
{3E08AF8F-6DD3-40EC-AA97-C8D4237CA127}.Debug|Win32.Build.0 = Debug|Win32
{3E08AF8F-6DD3-40EC-AA97-C8D4237CA127}.Release|Win32.ActiveCfg = Release|Win32
{3E08AF8F-6DD3-40EC-AA97-C8D4237CA127}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmlib.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"gsmlib"
ProjectGUID=
"{26C82FCE-E0CF-4D10-A00C-D8E582FFEB53}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"4"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../vcproject,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
RuntimeTypeInfo=
"true"
PrecompiledHeaderFile=
".\Release/gsmlib.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
BrowseInformation=
"1"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLibrarianTool"
OutputFile=
".\Release\gsmlib.lib"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/gsmlib.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"4"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
RuntimeTypeInfo=
"true"
PrecompiledHeaderFile=
".\Debug/gsmlib.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLibrarianTool"
OutputFile=
".\Debug\gsmlib.lib"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/gsmlib.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;cc;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"..\gsmlib\gsm_at.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_cb.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_error.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_event.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_me_ta.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_nls.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_parser.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_phonebook.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sms.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sms_codec.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sms_store.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sorted_phonebook.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sorted_phonebook_base.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sorted_sms_store.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_util.cc"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_win32_serial.cc"
>
</File>
</Filter>
<Filter
Name=
"Header Files"
Filter=
"h;hpp;hxx;hm;inl"
>
<File
RelativePath=
"..\gsmlib\gsm_at.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_cb.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_error.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_event.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_map_key.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_me_ta.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_nls.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_parser.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_phonebook.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_port.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sms.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sms_codec.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sms_store.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sorted_phonebook.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sorted_phonebook_base.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sorted_sms_store.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_sysdep.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_util.h"
>
</File>
<File
RelativePath=
"..\gsmlib\gsm_win32_serial.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmpb.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"gsmpb"
ProjectGUID=
"{311D5A85-4DC1-4714-9B61-AE3C57B67B5B}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Release/gsmpb.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
PrecompiledHeaderFile=
".\Release/gsmpb.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Release/gsmpb.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"true"
ProgramDatabaseFile=
".\Release/gsmpb.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/gsmpb.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Debug/gsmpb.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/gsmpb.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Debug/gsmpb.exe"
LinkIncremental=
"2"
SuppressStartupBanner=
"true"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
".\Debug/gsmpb.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/gsmpb.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Quellcodedateien"
Filter=
"cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"getopt.c"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\apps\gsmpb.cc"
>
</File>
</Filter>
<Filter
Name=
"Header-Dateien"
Filter=
"h;hpp;hxx;hm;inl"
>
<File
RelativePath=
"getopt.h"
>
</File>
</Filter>
<Filter
Name=
"Ressourcendateien"
Filter=
"ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmsendsms.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"gsmsendsms"
ProjectGUID=
"{CF99664C-05D1-41A3-9B12-B79D55718377}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Debug/gsmsendsms.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/gsmsendsms.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Debug/gsmsendsms.exe"
LinkIncremental=
"2"
SuppressStartupBanner=
"true"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
".\Debug/gsmsendsms.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/gsmsendsms.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Release/gsmsendsms.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
PrecompiledHeaderFile=
".\Release/gsmsendsms.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Release/gsmsendsms.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"true"
ProgramDatabaseFile=
".\Release/gsmsendsms.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/gsmsendsms.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Quellcodedateien"
Filter=
"cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"getopt.c"
>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\apps\gsmsendsms.cc"
>
</File>
</Filter>
<Filter
Name=
"Header-Dateien"
Filter=
"h;hpp;hxx;hm;inl"
>
<File
RelativePath=
"getopt.h"
>
</File>
</Filter>
<Filter
Name=
"Ressourcendateien"
Filter=
"ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmsmsd.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"gsmsmsd"
ProjectGUID=
"{3C5D7948-5E49-4C78-9AAB-3AC53A15BEF4}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Debug/gsmsmsd.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/gsmsmsd.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Debug/gsmsmsd.exe"
LinkIncremental=
"2"
SuppressStartupBanner=
"true"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
".\Debug/gsmsmsd.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/gsmsmsd.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Release/gsmsmsd.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
PrecompiledHeaderFile=
".\Release/gsmsmsd.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Release/gsmsmsd.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"true"
ProgramDatabaseFile=
".\Release/gsmsmsd.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/gsmsmsd.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Quellcodedateien"
Filter=
"cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"getopt.c"
>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\apps\gsmsmsd.cc"
>
</File>
</Filter>
<Filter
Name=
"Header-Dateien"
Filter=
"h;hpp;hxx;hm;inl"
>
<File
RelativePath=
"getopt.h"
>
</File>
</Filter>
<Filter
Name=
"Ressourcendateien"
Filter=
"ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmsmsstore.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"gsmsmsstore"
ProjectGUID=
"{5A834BCC-8B96-4D1C-9811-ADC816797E3A}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Release/gsmsmsstore.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
PrecompiledHeaderFile=
".\Release/gsmsmsstore.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"wsock32.lib odbc32.lib odbccp32.lib"
OutputFile=
".\Release/gsmsmsstore.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"true"
ProgramDatabaseFile=
".\Release/gsmsmsstore.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/gsmsmsstore.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Debug/gsmsmsstore.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/gsmsmsstore.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1031"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"wsock32.lib odbc32.lib odbccp32.lib"
OutputFile=
".\Debug/gsmsmsstore.exe"
LinkIncremental=
"2"
SuppressStartupBanner=
"true"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
".\Debug/gsmsmsstore.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/gsmsmsstore.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Quellcodedateien"
Filter=
"cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"getopt.c"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
""
CompileAs=
"2"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\apps\gsmsmsstore.cc"
>
</File>
</Filter>
<Filter
Name=
"Header-Dateien"
Filter=
"h;hpp;hxx;hm;inl"
>
<File
RelativePath=
"getopt.h"
>
</File>
</Filter>
<Filter
Name=
"Ressourcendateien"
Filter=
"ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/testgsmlib.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"testgsmlib"
ProjectGUID=
"{248E3E22-2203-4352-964E-32946A1A0AEC}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Release/testgsmlib.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
PrecompiledHeaderFile=
".\Release/testgsmlib.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Release/testgsmlib.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"true"
ProgramDatabaseFile=
".\Release/testgsmlib.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/testgsmlib.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Debug/testgsmlib.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/testgsmlib.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Debug/testgsmlib.exe"
LinkIncremental=
"2"
SuppressStartupBanner=
"true"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
".\Debug/testgsmlib.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/testgsmlib.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"..\tests\testgsmlib.cc"
>
</File>
</Filter>
<Filter
Name=
"Header Files"
Filter=
"h;hpp;hxx;hm;inl"
>
</Filter>
<Filter
Name=
"Resource Files"
Filter=
"ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/testsms.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"testsms"
ProjectGUID=
"{BEE3EFDE-4C00-4CE5-9DFC-61DF6F0E5481}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Debug/testsms.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/testsms.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Debug/testsms.exe"
LinkIncremental=
"2"
SuppressStartupBanner=
"true"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
".\Debug/testsms.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/testsms.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Release/testsms.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
PrecompiledHeaderFile=
".\Release/testsms.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Release/testsms.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"true"
ProgramDatabaseFile=
".\Release/testsms.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/testsms.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"..\tests\testsms.cc"
>
</File>
</Filter>
<Filter
Name=
"Header Files"
Filter=
"h;hpp;hxx;hm;inl"
>
</Filter>
<Filter
Name=
"Resource Files"
Filter=
"ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/testsms2.vcproj
0 → 100755
浏览文件 @
6ea05d25
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"testsms2"
ProjectGUID=
"{3E08AF8F-6DD3-40EC-AA97-C8D4237CA127}"
TargetFrameworkVersion=
"0"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
".\Release"
IntermediateDirectory=
".\Release"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Release/testsms2.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
StringPooling=
"true"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"true"
PrecompiledHeaderFile=
".\Release/testsms2.pch"
AssemblerListingLocation=
".\Release/"
ObjectFile=
".\Release/"
ProgramDataBaseFileName=
".\Release/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"NDEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Release/testsms2.exe"
LinkIncremental=
"1"
SuppressStartupBanner=
"true"
ProgramDatabaseFile=
".\Release/testsms2.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Release/testsms2.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
".\Debug"
IntermediateDirectory=
".\Debug"
ConfigurationType=
"1"
InheritedPropertySheets=
"$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC=
"0"
ATLMinimizesCRunTimeLibraryUsage=
"false"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
TypeLibraryName=
".\Debug/testsms2.tlb"
HeaderFileName=
""
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../gsmlib,..,."
PreprocessorDefinitions=
"WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
PrecompiledHeaderFile=
".\Debug/testsms2.pch"
AssemblerListingLocation=
".\Debug/"
ObjectFile=
".\Debug/"
ProgramDataBaseFileName=
".\Debug/"
WarningLevel=
"3"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
PreprocessorDefinitions=
"_DEBUG"
Culture=
"1033"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
".\Debug/testsms2.exe"
LinkIncremental=
"2"
SuppressStartupBanner=
"true"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
".\Debug/testsms2.pdb"
SubSystem=
"1"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
SuppressStartupBanner=
"true"
OutputFile=
".\Debug/testsms2.bsc"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=
"..\tests\testsms2.cc"
>
</File>
</Filter>
<Filter
Name=
"Header Files"
Filter=
"h;hpp;hxx;hm;inl"
>
</Filter>
<Filter
Name=
"Resource Files"
Filter=
"ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论