sample_auth_client.vcproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="sample_auth_client"
  6. ProjectGUID="{29A2BBC4-9ED9-4162-817C-FEEB36FB1714}"
  7. RootNamespace="sample_auth_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="Release|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="2"
  49. InlineFunctionExpansion="1"
  50. AdditionalIncludeDirectories="../..,../../include,../../lib/util/include,../../.."
  51. PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;CURL_STATICLIB"
  52. StringPooling="true"
  53. RuntimeLibrary="2"
  54. EnableFunctionLevelLinking="true"
  55. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  56. AssemblerListingLocation="$(IntDir)\"
  57. ObjectFile="$(IntDir)\"
  58. ProgramDataBaseFileName="$(IntDir)\"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. />
  62. <Tool
  63. Name="VCManagedResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="NDEBUG"
  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. ProgramDatabaseFile="$(IntDir)\$(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="Debug|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="0"
  136. AdditionalIncludeDirectories="../..,../../include,../../lib/util/include,../../.."
  137. PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;CURL_STATICLIB"
  138. MinimalRebuild="true"
  139. BasicRuntimeChecks="3"
  140. RuntimeLibrary="3"
  141. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  142. AssemblerListingLocation="$(IntDir)\"
  143. ObjectFile="$(IntDir)\"
  144. ProgramDataBaseFileName="$(IntDir)\"
  145. WarningLevel="3"
  146. SuppressStartupBanner="true"
  147. DebugInformationFormat="3"
  148. />
  149. <Tool
  150. Name="VCManagedResourceCompilerTool"
  151. />
  152. <Tool
  153. Name="VCResourceCompilerTool"
  154. PreprocessorDefinitions="_DEBUG"
  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. GenerateDebugInformation="true"
  166. ProgramDatabaseFile="$(OutDir)\$(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="Release|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="2"
  225. InlineFunctionExpansion="1"
  226. AdditionalIncludeDirectories="../..,../../include,../../lib/util/include,../../.."
  227. PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;CURL_STATICLIB"
  228. StringPooling="true"
  229. RuntimeLibrary="2"
  230. EnableFunctionLevelLinking="true"
  231. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  232. AssemblerListingLocation="$(IntDir)\"
  233. ObjectFile="$(IntDir)\"
  234. ProgramDataBaseFileName="$(IntDir)\"
  235. WarningLevel="3"
  236. SuppressStartupBanner="true"
  237. />
  238. <Tool
  239. Name="VCManagedResourceCompilerTool"
  240. />
  241. <Tool
  242. Name="VCResourceCompilerTool"
  243. PreprocessorDefinitions="NDEBUG"
  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. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  255. SubSystem="1"
  256. RandomizedBaseAddress="1"
  257. DataExecutionPrevention="0"
  258. TargetMachine="17"
  259. />
  260. <Tool
  261. Name="VCALinkTool"
  262. />
  263. <Tool
  264. Name="VCManifestTool"
  265. />
  266. <Tool
  267. Name="VCXDCMakeTool"
  268. />
  269. <Tool
  270. Name="VCBscMakeTool"
  271. SuppressStartupBanner="true"
  272. OutputFile="$(IntDir)\$(ProjectName).bsc"
  273. />
  274. <Tool
  275. Name="VCFxCopTool"
  276. />
  277. <Tool
  278. Name="VCAppVerifierTool"
  279. />
  280. <Tool
  281. Name="VCPostBuildEventTool"
  282. />
  283. </Configuration>
  284. <Configuration
  285. Name="Debug|x64"
  286. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  287. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  288. ConfigurationType="1"
  289. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  290. UseOfMFC="0"
  291. ATLMinimizesCRunTimeLibraryUsage="false"
  292. CharacterSet="2"
  293. >
  294. <Tool
  295. Name="VCPreBuildEventTool"
  296. />
  297. <Tool
  298. Name="VCCustomBuildTool"
  299. />
  300. <Tool
  301. Name="VCXMLDataGeneratorTool"
  302. />
  303. <Tool
  304. Name="VCWebServiceProxyGeneratorTool"
  305. />
  306. <Tool
  307. Name="VCMIDLTool"
  308. TargetEnvironment="3"
  309. />
  310. <Tool
  311. Name="VCCLCompilerTool"
  312. Optimization="0"
  313. AdditionalIncludeDirectories="../..,../../include,../../lib/util/include,../../.."
  314. PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;CURL_STATICLIB"
  315. MinimalRebuild="true"
  316. BasicRuntimeChecks="3"
  317. RuntimeLibrary="3"
  318. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  319. AssemblerListingLocation="$(IntDir)\"
  320. ObjectFile="$(IntDir)\"
  321. ProgramDataBaseFileName="$(IntDir)\"
  322. WarningLevel="3"
  323. SuppressStartupBanner="true"
  324. DebugInformationFormat="3"
  325. />
  326. <Tool
  327. Name="VCManagedResourceCompilerTool"
  328. />
  329. <Tool
  330. Name="VCResourceCompilerTool"
  331. PreprocessorDefinitions="_DEBUG"
  332. Culture="1033"
  333. />
  334. <Tool
  335. Name="VCPreLinkEventTool"
  336. />
  337. <Tool
  338. Name="VCLinkerTool"
  339. OutputFile="$(OutDir)\$(ProjectName).exe"
  340. LinkIncremental="1"
  341. SuppressStartupBanner="true"
  342. GenerateDebugInformation="true"
  343. ProgramDatabaseFile="$(OutDir)\$(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\auth_client.c"
  383. >
  384. <FileConfiguration
  385. Name="Release|Win32"
  386. >
  387. <Tool
  388. Name="VCCLCompilerTool"
  389. AdditionalIncludeDirectories=""
  390. PreprocessorDefinitions=""
  391. />
  392. </FileConfiguration>
  393. <FileConfiguration
  394. Name="Debug|Win32"
  395. >
  396. <Tool
  397. Name="VCCLCompilerTool"
  398. AdditionalIncludeDirectories=""
  399. PreprocessorDefinitions=""
  400. />
  401. </FileConfiguration>
  402. <FileConfiguration
  403. Name="Release|x64"
  404. >
  405. <Tool
  406. Name="VCCLCompilerTool"
  407. AdditionalIncludeDirectories=""
  408. PreprocessorDefinitions=""
  409. />
  410. </FileConfiguration>
  411. <FileConfiguration
  412. Name="Debug|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>