blob: 82eecb768b64dd030279a37586aa755b5707be31 [file] [log] [blame]
Roshan Pius4e2ea812015-09-23 14:46:15 -07001<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="XmlRpc"
6 ProjectGUID="{C9C8B7B0-2509-4B8A-9224-9FF04297C33B}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="4"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TCXMLRPC_EXPORTS"
23 MinimalRebuild="FALSE"
24 ExceptionHandling="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="3"
27 BufferSecurityCheck="FALSE"
28 DisableLanguageExtensions="FALSE"
29 ForceConformanceInForLoopScope="TRUE"
30 UsePrecompiledHeader="0"
31 WarningLevel="3"
32 Detect64BitPortabilityProblems="FALSE"
33 DebugInformationFormat="3">
34 <IntelOptions
35 Optimization="0"
36 MinimalRebuild="0"
37 ExceptionHandling="1"
38 BasicRuntimeChecks="3"
39 RuntimeLibrary="3"
40 BufferSecurityCheck="0"
41 DisableLanguageExtensions="0"
42 AllOptions="/c /Zi /nologo /W3 /Od /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_WINDOWS&quot; /D &quot;_USRDLL&quot; /D &quot;TCXMLRPC_EXPORTS&quot; /D &quot;_MBCS&quot; /FD /EHsc /RTC1 /MDd /Fo&quot;Debug/&quot; /Fd&quot;Debug/vc70.pdb&quot; /Gd /TP"/>
43 </Tool>
44 <Tool
45 Name="VCCustomBuildTool"/>
46 <Tool
47 Name="VCLibrarianTool"
48 OutputFile="$(OutDir)/XmlRpc.lib">
49 <IntelOptions
50 AllOptions="/OUT:&quot;Debug/XmlRpc.lib&quot; /NOLOGO"/>
51 </Tool>
52 <Tool
53 Name="VCMIDLTool"/>
54 <Tool
55 Name="VCPostBuildEventTool"/>
56 <Tool
57 Name="VCPreBuildEventTool"/>
58 <Tool
59 Name="VCPreLinkEventTool"/>
60 <Tool
61 Name="VCResourceCompilerTool"/>
62 <Tool
63 Name="VCWebServiceProxyGeneratorTool"/>
64 <IntelOptions
65 CompilerName="1"/>
66 </Configuration>
67 <Configuration
68 Name="Release|Win32"
69 OutputDirectory="Release"
70 IntermediateDirectory="Release"
71 ConfigurationType="4"
72 CharacterSet="2">
73 <Tool
74 Name="VCCLCompilerTool"
75 Optimization="2"
76 InlineFunctionExpansion="1"
77 OmitFramePointers="TRUE"
78 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TCXMLRPC_EXPORTS"
79 StringPooling="TRUE"
80 RuntimeLibrary="2"
81 EnableFunctionLevelLinking="TRUE"
82 ForceConformanceInForLoopScope="TRUE"
83 UsePrecompiledHeader="0"
84 WarningLevel="3"
85 Detect64BitPortabilityProblems="TRUE"
86 DebugInformationFormat="3">
87 <IntelOptions
88 Optimization="2"
89 InlineFuncExpansion="1"
90 OmitFramePtrs="1"
91 StringPooling="1"
92 RuntimeLibrary="2"
93 BufferSecurityCheck="1"
94 FunctionLevelLinking="1"
95 AllOptions="/c /Zi /nologo /W3 /Wp64 /O2 /Ob1 /Oy /D &quot;WIN32&quot; /D &quot;NDEBUG&quot; /D &quot;_WINDOWS&quot; /D &quot;_USRDLL&quot; /D &quot;TCXMLRPC_EXPORTS&quot; /D &quot;_MBCS&quot; /GF /FD /EHsc /MD /GS /Gy /Fo&quot;Release/&quot; /Fd&quot;Release/vc70.pdb&quot; /Gd /TP"/>
96 </Tool>
97 <Tool
98 Name="VCCustomBuildTool"/>
99 <Tool
100 Name="VCLibrarianTool"
101 OutputFile="$(OutDir)/XmlRpc.lib">
102 <IntelOptions
103 AllOptions="/OUT:&quot;Release/XmlRpc.lib&quot; /NOLOGO"/>
104 </Tool>
105 <Tool
106 Name="VCMIDLTool"/>
107 <Tool
108 Name="VCPostBuildEventTool"/>
109 <Tool
110 Name="VCPreBuildEventTool"/>
111 <Tool
112 Name="VCPreLinkEventTool"/>
113 <Tool
114 Name="VCResourceCompilerTool"/>
115 <Tool
116 Name="VCWebServiceProxyGeneratorTool"/>
117 <IntelOptions
118 CompilerName="1"/>
119 </Configuration>
120 </Configurations>
121 <Files>
122 <Filter
123 Name="Source Files"
124 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
125 <File
126 RelativePath="src\XmlRpcClient.cpp"/>
127 <File
128 RelativePath="src\XmlRpcDispatch.cpp"/>
129 <File
130 RelativePath="src\XmlRpcServer.cpp"/>
131 <File
132 RelativePath="src\XmlRpcServerConnection.cpp"/>
133 <File
134 RelativePath="src\XmlRpcServerMethod.cpp"/>
135 <File
136 RelativePath="src\XmlRpcSocket.cpp"/>
137 <File
138 RelativePath="src\XmlRpcSource.cpp"/>
139 <File
140 RelativePath="src\XmlRpcUtil.cpp"/>
141 <File
142 RelativePath="src\XmlRpcValue.cpp"/>
143 </Filter>
144 <Filter
145 Name="Header Files"
146 Filter="h;hpp;hxx;hm;inl;inc">
147 <File
148 RelativePath="src\XmlRpc.h"/>
149 <File
150 RelativePath="src\XmlRpcClient.h"/>
151 <File
152 RelativePath="src\XmlRpcDispatch.h"/>
153 <File
154 RelativePath="src\XmlRpcServer.h"/>
155 <File
156 RelativePath="src\XmlRpcServerConnection.h"/>
157 <File
158 RelativePath="src\XmlRpcServerMethod.h"/>
159 <File
160 RelativePath="src\XmlRpcSocket.h"/>
161 <File
162 RelativePath="src\XmlRpcSource.h"/>
163 <File
164 RelativePath="src\XmlRpcUtil.h"/>
165 <File
166 RelativePath="src\XmlRpcValue.h"/>
167 <File
168 RelativePath="src\base64.h"/>
169 </Filter>
170 <File
171 RelativePath="COPYING"/>
172 <File
173 RelativePath="README.html"/>
174 </Files>
175 <Globals/>
176</VisualStudioProject>