xmlrpc.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libxmlrpc"
  6. ProjectGUID="{226AB06F-60CA-4B21-9040-C6ECC0581522}"
  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. ShowProgress="0"
  157. ImportLibrary="$(OutDir)\$(ProjectName).lib"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. SuppressStartupBanner="true"
  171. OutputFile="$(IntDir)\$(ProjectName).bsc"
  172. />
  173. <Tool
  174. Name="VCFxCopTool"
  175. />
  176. <Tool
  177. Name="VCAppVerifierTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. <Configuration
  184. Name="Debug|x64"
  185. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  186. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  187. ConfigurationType="2"
  188. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  189. UseOfMFC="0"
  190. ATLMinimizesCRunTimeLibraryUsage="false"
  191. CharacterSet="2"
  192. >
  193. <Tool
  194. Name="VCPreBuildEventTool"
  195. />
  196. <Tool
  197. Name="VCCustomBuildTool"
  198. />
  199. <Tool
  200. Name="VCXMLDataGeneratorTool"
  201. />
  202. <Tool
  203. Name="VCWebServiceProxyGeneratorTool"
  204. />
  205. <Tool
  206. Name="VCMIDLTool"
  207. TargetEnvironment="3"
  208. />
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. Optimization="0"
  212. AdditionalIncludeDirectories="../../lib,../../lib/util/include,../../include,../..,../../lib/expat/xmlparse,../../lib/abyss/src,../../lib/wininet_transport"
  213. PreprocessorDefinitions="_DEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB"
  214. MinimalRebuild="true"
  215. BasicRuntimeChecks="3"
  216. RuntimeLibrary="3"
  217. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  218. AssemblerListingLocation="$(IntDir)\"
  219. ObjectFile="$(IntDir)\"
  220. ProgramDataBaseFileName="$(IntDir)\"
  221. WarningLevel="3"
  222. SuppressStartupBanner="true"
  223. DebugInformationFormat="3"
  224. />
  225. <Tool
  226. Name="VCManagedResourceCompilerTool"
  227. />
  228. <Tool
  229. Name="VCResourceCompilerTool"
  230. PreprocessorDefinitions="_DEBUG"
  231. Culture="1033"
  232. />
  233. <Tool
  234. Name="VCPreLinkEventTool"
  235. />
  236. <Tool
  237. Name="VCLinkerTool"
  238. GenerateDebugInformation="true"
  239. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  240. ImportLibrary="$(OutDir)\$(ProjectName).lib"
  241. TargetMachine="17"
  242. />
  243. <Tool
  244. Name="VCALinkTool"
  245. />
  246. <Tool
  247. Name="VCManifestTool"
  248. />
  249. <Tool
  250. Name="VCXDCMakeTool"
  251. />
  252. <Tool
  253. Name="VCBscMakeTool"
  254. SuppressStartupBanner="true"
  255. OutputFile="$(IntDir)\$(ProjectName).bsc"
  256. />
  257. <Tool
  258. Name="VCFxCopTool"
  259. />
  260. <Tool
  261. Name="VCAppVerifierTool"
  262. />
  263. <Tool
  264. Name="VCPostBuildEventTool"
  265. />
  266. </Configuration>
  267. <Configuration
  268. Name="Release|x64"
  269. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  270. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  271. ConfigurationType="2"
  272. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  273. UseOfMFC="0"
  274. ATLMinimizesCRunTimeLibraryUsage="false"
  275. CharacterSet="2"
  276. >
  277. <Tool
  278. Name="VCPreBuildEventTool"
  279. />
  280. <Tool
  281. Name="VCCustomBuildTool"
  282. />
  283. <Tool
  284. Name="VCXMLDataGeneratorTool"
  285. />
  286. <Tool
  287. Name="VCWebServiceProxyGeneratorTool"
  288. />
  289. <Tool
  290. Name="VCMIDLTool"
  291. TargetEnvironment="3"
  292. />
  293. <Tool
  294. Name="VCCLCompilerTool"
  295. Optimization="2"
  296. InlineFunctionExpansion="1"
  297. AdditionalIncludeDirectories="../../lib,../../lib/util/include,../../include,../..,../../lib/expat/xmlparse,../../lib/abyss/src,../../lib/wininet_transport"
  298. PreprocessorDefinitions="NDEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB"
  299. StringPooling="true"
  300. RuntimeLibrary="2"
  301. EnableFunctionLevelLinking="true"
  302. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  303. AssemblerListingLocation="$(IntDir)\"
  304. ObjectFile="$(IntDir)\"
  305. ProgramDataBaseFileName="$(IntDir)\"
  306. WarningLevel="3"
  307. SuppressStartupBanner="true"
  308. />
  309. <Tool
  310. Name="VCManagedResourceCompilerTool"
  311. />
  312. <Tool
  313. Name="VCResourceCompilerTool"
  314. PreprocessorDefinitions="NDEBUG"
  315. Culture="1033"
  316. />
  317. <Tool
  318. Name="VCPreLinkEventTool"
  319. />
  320. <Tool
  321. Name="VCLinkerTool"
  322. ShowProgress="0"
  323. ImportLibrary="$(OutDir)\$(ProjectName).lib"
  324. TargetMachine="17"
  325. />
  326. <Tool
  327. Name="VCALinkTool"
  328. />
  329. <Tool
  330. Name="VCManifestTool"
  331. />
  332. <Tool
  333. Name="VCXDCMakeTool"
  334. />
  335. <Tool
  336. Name="VCBscMakeTool"
  337. SuppressStartupBanner="true"
  338. OutputFile="$(IntDir)\$(ProjectName).bsc"
  339. />
  340. <Tool
  341. Name="VCFxCopTool"
  342. />
  343. <Tool
  344. Name="VCAppVerifierTool"
  345. />
  346. <Tool
  347. Name="VCPostBuildEventTool"
  348. />
  349. </Configuration>
  350. </Configurations>
  351. <References>
  352. </References>
  353. <Files>
  354. <Filter
  355. Name="Source Files"
  356. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;cc"
  357. >
  358. <File
  359. RelativePath="..\..\src\double.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\..\src\parse_datetime.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\..\src\parse_value.c"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\..\src\resource.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\..\src\trace.c"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\..\src\version.c"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\..\src\xmlrpc_array.c"
  384. >
  385. </File>
  386. <File
  387. RelativePath="..\..\src\xmlrpc_base64.c"
  388. >
  389. </File>
  390. <File
  391. RelativePath="..\..\src\xmlrpc_build.c"
  392. >
  393. </File>
  394. <File
  395. RelativePath="..\..\src\xmlrpc_data.c"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\..\src\xmlrpc_datetime.c"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\..\src\xmlrpc_decompose.c"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\..\src\xmlrpc_expat.c"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\..\src\xmlrpc_parse.c"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\..\src\xmlrpc_serialize.c"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\..\src\xmlrpc_string.c"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\..\src\xmlrpc_struct.c"
  424. >
  425. </File>
  426. </Filter>
  427. <Filter
  428. Name="Header Files"
  429. Filter="h;hpp;hxx;hm;inl"
  430. >
  431. <File
  432. RelativePath="..\..\include\xmlrpc-c\base.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\..\include\xmlrpc-c\base_int.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\..\include\xmlrpc-c\c_util.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\..\include\xmlrpc-c\config.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\..\src\double.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\..\src\parse_datetime.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\..\src\parse_value.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\..\src\registry.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\..\include\xmlrpc-c\string_int.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..\..\src\system_method.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..\..\include\xmlrpc-c\util.h"
  473. >
  474. </File>
  475. </Filter>
  476. </Files>
  477. <Globals>
  478. </Globals>
  479. </VisualStudioProject>