sample_add_server_w32httpsys.vcproj 9.9 KB

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