xmlrpc_server_cgi.vcproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libxmlrpc_server_cgi"
  6. ProjectGUID="{A2AAAF37-F382-4A11-8D86-53B589921616}"
  7. TargetFrameworkVersion="0"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. <Platform
  14. Name="x64"
  15. />
  16. </Platforms>
  17. <ToolFiles>
  18. </ToolFiles>
  19. <Configurations>
  20. <Configuration
  21. Name="Debug|Win32"
  22. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  23. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  24. ConfigurationType="2"
  25. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. CharacterSet="2"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="../../lib,../../lib/util/include,../../include,../..,../../lib/expat/xmlparse,../../lib/abyss/src,../../lib/wininet_transport"
  49. PreprocessorDefinitions="_DEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  54. AssemblerListingLocation="$(IntDir)\"
  55. ObjectFile="$(IntDir)\"
  56. ProgramDataBaseFileName="$(IntDir)\"
  57. WarningLevel="3"
  58. SuppressStartupBanner="true"
  59. DebugInformationFormat="4"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_DEBUG"
  67. Culture="1033"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. GenerateDebugInformation="true"
  75. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  76. ImportLibrary="$(OutDir)\$(ProjectName).lib"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. SuppressStartupBanner="true"
  90. OutputFile="$(IntDir)\$(ProjectName).bsc"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  105. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  106. ConfigurationType="2"
  107. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  108. UseOfMFC="0"
  109. ATLMinimizesCRunTimeLibraryUsage="false"
  110. CharacterSet="2"
  111. >
  112. <Tool
  113. Name="VCPreBuildEventTool"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. Optimization="2"
  130. InlineFunctionExpansion="1"
  131. AdditionalIncludeDirectories="../../lib,../../lib/util/include,../../include,../..,../../lib/expat/xmlparse,../../lib/abyss/src,../../lib/wininet_transport"
  132. PreprocessorDefinitions="NDEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB"
  133. StringPooling="true"
  134. RuntimeLibrary="2"
  135. EnableFunctionLevelLinking="true"
  136. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  137. AssemblerListingLocation="$(IntDir)\"
  138. ObjectFile="$(IntDir)\"
  139. ProgramDataBaseFileName="$(IntDir)\"
  140. WarningLevel="3"
  141. SuppressStartupBanner="true"
  142. />
  143. <Tool
  144. Name="VCManagedResourceCompilerTool"
  145. />
  146. <Tool
  147. Name="VCResourceCompilerTool"
  148. PreprocessorDefinitions="NDEBUG"
  149. Culture="1033"
  150. />
  151. <Tool
  152. Name="VCPreLinkEventTool"
  153. />
  154. <Tool
  155. Name="VCLinkerTool"
  156. ImportLibrary="$(OutDir)\$(ProjectName).lib"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. SuppressStartupBanner="true"
  170. OutputFile="$(IntDir)\$(ProjectName).bsc"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. </Configuration>
  182. <Configuration
  183. Name="Debug|x64"
  184. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  185. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  186. ConfigurationType="2"
  187. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  188. UseOfMFC="0"
  189. ATLMinimizesCRunTimeLibraryUsage="false"
  190. CharacterSet="2"
  191. >
  192. <Tool
  193. Name="VCPreBuildEventTool"
  194. />
  195. <Tool
  196. Name="VCCustomBuildTool"
  197. />
  198. <Tool
  199. Name="VCXMLDataGeneratorTool"
  200. />
  201. <Tool
  202. Name="VCWebServiceProxyGeneratorTool"
  203. />
  204. <Tool
  205. Name="VCMIDLTool"
  206. TargetEnvironment="3"
  207. />
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. Optimization="0"
  211. AdditionalIncludeDirectories="../../lib,../../lib/util/include,../../include,../..,../../lib/expat/xmlparse,../../lib/abyss/src,../../lib/wininet_transport"
  212. PreprocessorDefinitions="_DEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB"
  213. MinimalRebuild="true"
  214. BasicRuntimeChecks="3"
  215. RuntimeLibrary="3"
  216. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  217. AssemblerListingLocation="$(IntDir)\"
  218. ObjectFile="$(IntDir)\"
  219. ProgramDataBaseFileName="$(IntDir)\"
  220. WarningLevel="3"
  221. SuppressStartupBanner="true"
  222. DebugInformationFormat="3"
  223. />
  224. <Tool
  225. Name="VCManagedResourceCompilerTool"
  226. />
  227. <Tool
  228. Name="VCResourceCompilerTool"
  229. PreprocessorDefinitions="_DEBUG"
  230. Culture="1033"
  231. />
  232. <Tool
  233. Name="VCPreLinkEventTool"
  234. />
  235. <Tool
  236. Name="VCLinkerTool"
  237. GenerateDebugInformation="true"
  238. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  239. ImportLibrary="$(OutDir)\$(ProjectName).lib"
  240. TargetMachine="17"
  241. />
  242. <Tool
  243. Name="VCALinkTool"
  244. />
  245. <Tool
  246. Name="VCManifestTool"
  247. />
  248. <Tool
  249. Name="VCXDCMakeTool"
  250. />
  251. <Tool
  252. Name="VCBscMakeTool"
  253. SuppressStartupBanner="true"
  254. OutputFile="$(IntDir)\$(ProjectName).bsc"
  255. />
  256. <Tool
  257. Name="VCFxCopTool"
  258. />
  259. <Tool
  260. Name="VCAppVerifierTool"
  261. />
  262. <Tool
  263. Name="VCPostBuildEventTool"
  264. />
  265. </Configuration>
  266. <Configuration
  267. Name="Release|x64"
  268. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  269. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  270. ConfigurationType="2"
  271. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  272. UseOfMFC="0"
  273. ATLMinimizesCRunTimeLibraryUsage="false"
  274. CharacterSet="2"
  275. >
  276. <Tool
  277. Name="VCPreBuildEventTool"
  278. />
  279. <Tool
  280. Name="VCCustomBuildTool"
  281. />
  282. <Tool
  283. Name="VCXMLDataGeneratorTool"
  284. />
  285. <Tool
  286. Name="VCWebServiceProxyGeneratorTool"
  287. />
  288. <Tool
  289. Name="VCMIDLTool"
  290. TargetEnvironment="3"
  291. />
  292. <Tool
  293. Name="VCCLCompilerTool"
  294. Optimization="2"
  295. InlineFunctionExpansion="1"
  296. AdditionalIncludeDirectories="../../lib,../../lib/util/include,../../include,../..,../../lib/expat/xmlparse,../../lib/abyss/src,../../lib/wininet_transport"
  297. PreprocessorDefinitions="NDEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB"
  298. StringPooling="true"
  299. RuntimeLibrary="2"
  300. EnableFunctionLevelLinking="true"
  301. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  302. AssemblerListingLocation="$(IntDir)\"
  303. ObjectFile="$(IntDir)\"
  304. ProgramDataBaseFileName="$(IntDir)\"
  305. WarningLevel="3"
  306. SuppressStartupBanner="true"
  307. />
  308. <Tool
  309. Name="VCManagedResourceCompilerTool"
  310. />
  311. <Tool
  312. Name="VCResourceCompilerTool"
  313. PreprocessorDefinitions="NDEBUG"
  314. Culture="1033"
  315. />
  316. <Tool
  317. Name="VCPreLinkEventTool"
  318. />
  319. <Tool
  320. Name="VCLinkerTool"
  321. ImportLibrary="$(OutDir)\$(ProjectName).lib"
  322. TargetMachine="17"
  323. />
  324. <Tool
  325. Name="VCALinkTool"
  326. />
  327. <Tool
  328. Name="VCManifestTool"
  329. />
  330. <Tool
  331. Name="VCXDCMakeTool"
  332. />
  333. <Tool
  334. Name="VCBscMakeTool"
  335. SuppressStartupBanner="true"
  336. OutputFile="$(IntDir)\$(ProjectName).bsc"
  337. />
  338. <Tool
  339. Name="VCFxCopTool"
  340. />
  341. <Tool
  342. Name="VCAppVerifierTool"
  343. />
  344. <Tool
  345. Name="VCPostBuildEventTool"
  346. />
  347. </Configuration>
  348. </Configurations>
  349. <References>
  350. </References>
  351. <Files>
  352. <Filter
  353. Name="Source Files"
  354. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;cc"
  355. >
  356. <File
  357. RelativePath="..\..\src\xmlrpc_server_cgi.c"
  358. >
  359. </File>
  360. </Filter>
  361. <Filter
  362. Name="Header Files"
  363. Filter="h;hpp;hxx;hm;inl"
  364. >
  365. <File
  366. RelativePath="..\..\include\xmlrpc-c\base.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath="..\..\include\xmlrpc-c\base_int.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath="..\..\include\xmlrpc-c\c_util.h"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\..\include\xmlrpc-c\config.h"
  379. >
  380. </File>
  381. <File
  382. RelativePath="..\..\include\xmlrpc-c\server.h"
  383. >
  384. </File>
  385. <File
  386. RelativePath="..\..\include\xmlrpc-c\server_cgi.h"
  387. >
  388. </File>
  389. <File
  390. RelativePath="..\..\include\xmlrpc-c\string_int.h"
  391. >
  392. </File>
  393. <File
  394. RelativePath="..\..\include\xmlrpc-c\util.h"
  395. >
  396. </File>
  397. </Filter>
  398. </Files>
  399. <Globals>
  400. </Globals>
  401. </VisualStudioProject>