sample_add_sync_client.vcproj 9.9 KB

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