You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
176 lines
4.8 KiB
176 lines
4.8 KiB
<?xml version="1.0" encoding = "Windows-1252"?> |
|
<VisualStudioProject |
|
ProjectType="Visual C++" |
|
Version="7.00" |
|
Name="XmlRpc" |
|
ProjectGUID="{C9C8B7B0-2509-4B8A-9224-9FF04297C33B}" |
|
Keyword="Win32Proj"> |
|
<Platforms> |
|
<Platform |
|
Name="Win32"/> |
|
</Platforms> |
|
<Configurations> |
|
<Configuration |
|
Name="Debug|Win32" |
|
OutputDirectory="Debug" |
|
IntermediateDirectory="Debug" |
|
ConfigurationType="4" |
|
CharacterSet="2"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="0" |
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TCXMLRPC_EXPORTS" |
|
MinimalRebuild="FALSE" |
|
ExceptionHandling="TRUE" |
|
BasicRuntimeChecks="3" |
|
RuntimeLibrary="3" |
|
BufferSecurityCheck="FALSE" |
|
DisableLanguageExtensions="FALSE" |
|
ForceConformanceInForLoopScope="TRUE" |
|
UsePrecompiledHeader="0" |
|
WarningLevel="3" |
|
Detect64BitPortabilityProblems="FALSE" |
|
DebugInformationFormat="3"> |
|
<IntelOptions |
|
Optimization="0" |
|
MinimalRebuild="0" |
|
ExceptionHandling="1" |
|
BasicRuntimeChecks="3" |
|
RuntimeLibrary="3" |
|
BufferSecurityCheck="0" |
|
DisableLanguageExtensions="0" |
|
AllOptions="/c /Zi /nologo /W3 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "TCXMLRPC_EXPORTS" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fo"Debug/" /Fd"Debug/vc70.pdb" /Gd /TP"/> |
|
</Tool> |
|
<Tool |
|
Name="VCCustomBuildTool"/> |
|
<Tool |
|
Name="VCLibrarianTool" |
|
OutputFile="$(OutDir)/XmlRpc.lib"> |
|
<IntelOptions |
|
AllOptions="/OUT:"Debug/XmlRpc.lib" /NOLOGO"/> |
|
</Tool> |
|
<Tool |
|
Name="VCMIDLTool"/> |
|
<Tool |
|
Name="VCPostBuildEventTool"/> |
|
<Tool |
|
Name="VCPreBuildEventTool"/> |
|
<Tool |
|
Name="VCPreLinkEventTool"/> |
|
<Tool |
|
Name="VCResourceCompilerTool"/> |
|
<Tool |
|
Name="VCWebServiceProxyGeneratorTool"/> |
|
<IntelOptions |
|
CompilerName="1"/> |
|
</Configuration> |
|
<Configuration |
|
Name="Release|Win32" |
|
OutputDirectory="Release" |
|
IntermediateDirectory="Release" |
|
ConfigurationType="4" |
|
CharacterSet="2"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="2" |
|
InlineFunctionExpansion="1" |
|
OmitFramePointers="TRUE" |
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TCXMLRPC_EXPORTS" |
|
StringPooling="TRUE" |
|
RuntimeLibrary="2" |
|
EnableFunctionLevelLinking="TRUE" |
|
ForceConformanceInForLoopScope="TRUE" |
|
UsePrecompiledHeader="0" |
|
WarningLevel="3" |
|
Detect64BitPortabilityProblems="TRUE" |
|
DebugInformationFormat="3"> |
|
<IntelOptions |
|
Optimization="2" |
|
InlineFuncExpansion="1" |
|
OmitFramePtrs="1" |
|
StringPooling="1" |
|
RuntimeLibrary="2" |
|
BufferSecurityCheck="1" |
|
FunctionLevelLinking="1" |
|
AllOptions="/c /Zi /nologo /W3 /Wp64 /O2 /Ob1 /Oy /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "TCXMLRPC_EXPORTS" /D "_MBCS" /GF /FD /EHsc /MD /GS /Gy /Fo"Release/" /Fd"Release/vc70.pdb" /Gd /TP"/> |
|
</Tool> |
|
<Tool |
|
Name="VCCustomBuildTool"/> |
|
<Tool |
|
Name="VCLibrarianTool" |
|
OutputFile="$(OutDir)/XmlRpc.lib"> |
|
<IntelOptions |
|
AllOptions="/OUT:"Release/XmlRpc.lib" /NOLOGO"/> |
|
</Tool> |
|
<Tool |
|
Name="VCMIDLTool"/> |
|
<Tool |
|
Name="VCPostBuildEventTool"/> |
|
<Tool |
|
Name="VCPreBuildEventTool"/> |
|
<Tool |
|
Name="VCPreLinkEventTool"/> |
|
<Tool |
|
Name="VCResourceCompilerTool"/> |
|
<Tool |
|
Name="VCWebServiceProxyGeneratorTool"/> |
|
<IntelOptions |
|
CompilerName="1"/> |
|
</Configuration> |
|
</Configurations> |
|
<Files> |
|
<Filter |
|
Name="Source Files" |
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> |
|
<File |
|
RelativePath="src\XmlRpcClient.cpp"/> |
|
<File |
|
RelativePath="src\XmlRpcDispatch.cpp"/> |
|
<File |
|
RelativePath="src\XmlRpcServer.cpp"/> |
|
<File |
|
RelativePath="src\XmlRpcServerConnection.cpp"/> |
|
<File |
|
RelativePath="src\XmlRpcServerMethod.cpp"/> |
|
<File |
|
RelativePath="src\XmlRpcSocket.cpp"/> |
|
<File |
|
RelativePath="src\XmlRpcSource.cpp"/> |
|
<File |
|
RelativePath="src\XmlRpcUtil.cpp"/> |
|
<File |
|
RelativePath="src\XmlRpcValue.cpp"/> |
|
</Filter> |
|
<Filter |
|
Name="Header Files" |
|
Filter="h;hpp;hxx;hm;inl;inc"> |
|
<File |
|
RelativePath="src\XmlRpc.h"/> |
|
<File |
|
RelativePath="src\XmlRpcClient.h"/> |
|
<File |
|
RelativePath="src\XmlRpcDispatch.h"/> |
|
<File |
|
RelativePath="src\XmlRpcServer.h"/> |
|
<File |
|
RelativePath="src\XmlRpcServerConnection.h"/> |
|
<File |
|
RelativePath="src\XmlRpcServerMethod.h"/> |
|
<File |
|
RelativePath="src\XmlRpcSocket.h"/> |
|
<File |
|
RelativePath="src\XmlRpcSource.h"/> |
|
<File |
|
RelativePath="src\XmlRpcUtil.h"/> |
|
<File |
|
RelativePath="src\XmlRpcValue.h"/> |
|
<File |
|
RelativePath="src\base64.h"/> |
|
</Filter> |
|
<File |
|
RelativePath="COPYING"/> |
|
<File |
|
RelativePath="README.html"/> |
|
</Files> |
|
<Globals/> |
|
</VisualStudioProject>
|
|
|