help_vc8.vcproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <!--
  3. This project was generated by
  4. Bakefile 0.2.9 (http://www.bakefile.org)
  5. Do not modify, all changes will be overwritten!
  6. -->
  7. <VisualStudioProject
  8. ProjectType="Visual C++"
  9. Version="8.00"
  10. Name="help"
  11. ProjectGUID="{585C2176-F6A6-583C-AC9B-0D9563D86BB7}"
  12. >
  13. <Platforms>
  14. <Platform
  15. Name="Win32"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="vc_mswud"
  24. IntermediateDirectory="vc_mswud\help"
  25. ConfigurationType="1"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. CharacterSet="1"
  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. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
  45. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
  51. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
  52. MinimalRebuild="true"
  53. ExceptionHandling="1"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="3"
  56. BufferSecurityCheck="true"
  57. RuntimeTypeInfo="true"
  58. ObjectFile="vc_mswud\help\"
  59. ProgramDataBaseFileName="vc_mswud\help.pdb"
  60. WarningLevel="4"
  61. SuppressStartupBanner="true"
  62. Detect64BitPortabilityProblems="true"
  63. DebugInformationFormat="3"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
  71. Culture="1033"
  72. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
  73. />
  74. <Tool
  75. Name="VCPreLinkEventTool"
  76. />
  77. <Tool
  78. Name="VCLinkerTool"
  79. AdditionalOptions=""
  80. AdditionalDependencies="wxmsw30ud_html.lib wxmsw30ud_adv.lib wxmsw30ud_core.lib wxbase30ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
  81. OutputFile="vc_mswud\help.exe"
  82. LinkIncremental="2"
  83. SuppressStartupBanner="true"
  84. AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
  85. GenerateManifest="true"
  86. GenerateDebugInformation="true"
  87. ProgramDatabaseFile="vc_mswud\help.pdb"
  88. SubSystem="2"
  89. TargetMachine="1"
  90. />
  91. <Tool
  92. Name="VCALinkTool"
  93. />
  94. <Tool
  95. Name="VCManifestTool"
  96. />
  97. <Tool
  98. Name="VCXDCMakeTool"
  99. />
  100. <Tool
  101. Name="VCBscMakeTool"
  102. OutputFile="vc_mswud\help_vc8.bsc"
  103. SuppressStartupBanner="true"
  104. />
  105. <Tool
  106. Name="VCFxCopTool"
  107. />
  108. <Tool
  109. Name="VCAppVerifierTool"
  110. />
  111. <Tool
  112. Name="VCWebDeploymentTool"
  113. />
  114. <Tool
  115. Name="VCPostBuildEventTool"
  116. />
  117. </Configuration>
  118. <Configuration
  119. Name="Release|Win32"
  120. OutputDirectory="vc_mswu"
  121. IntermediateDirectory="vc_mswu\help"
  122. ConfigurationType="1"
  123. UseOfMFC="0"
  124. ATLMinimizesCRunTimeLibraryUsage="false"
  125. CharacterSet="1"
  126. >
  127. <Tool
  128. Name="VCPreBuildEventTool"
  129. />
  130. <Tool
  131. Name="VCCustomBuildTool"
  132. />
  133. <Tool
  134. Name="VCXMLDataGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"
  138. />
  139. <Tool
  140. Name="VCMIDLTool"
  141. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
  142. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
  143. />
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="2"
  147. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
  148. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
  149. ExceptionHandling="1"
  150. RuntimeLibrary="2"
  151. RuntimeTypeInfo="true"
  152. ObjectFile="vc_mswu\help\"
  153. ProgramDataBaseFileName="vc_mswu\help.pdb"
  154. WarningLevel="4"
  155. SuppressStartupBanner="true"
  156. Detect64BitPortabilityProblems="true"
  157. DebugInformationFormat="3"
  158. />
  159. <Tool
  160. Name="VCManagedResourceCompilerTool"
  161. />
  162. <Tool
  163. Name="VCResourceCompilerTool"
  164. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
  165. Culture="1033"
  166. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
  167. />
  168. <Tool
  169. Name="VCPreLinkEventTool"
  170. />
  171. <Tool
  172. Name="VCLinkerTool"
  173. AdditionalOptions=""
  174. AdditionalDependencies="wxmsw30u_html.lib wxmsw30u_adv.lib wxmsw30u_core.lib wxbase30u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
  175. OutputFile="vc_mswu\help.exe"
  176. LinkIncremental="1"
  177. SuppressStartupBanner="true"
  178. AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
  179. GenerateManifest="true"
  180. GenerateDebugInformation="true"
  181. ProgramDatabaseFile="vc_mswu\help.pdb"
  182. SubSystem="2"
  183. TargetMachine="1"
  184. OptimizeReferences="2"
  185. EnableCOMDATFolding="2"
  186. />
  187. <Tool
  188. Name="VCALinkTool"
  189. />
  190. <Tool
  191. Name="VCManifestTool"
  192. />
  193. <Tool
  194. Name="VCXDCMakeTool"
  195. />
  196. <Tool
  197. Name="VCBscMakeTool"
  198. OutputFile="vc_mswu\help_vc8.bsc"
  199. SuppressStartupBanner="true"
  200. />
  201. <Tool
  202. Name="VCFxCopTool"
  203. />
  204. <Tool
  205. Name="VCAppVerifierTool"
  206. />
  207. <Tool
  208. Name="VCWebDeploymentTool"
  209. />
  210. <Tool
  211. Name="VCPostBuildEventTool"
  212. />
  213. </Configuration>
  214. <Configuration
  215. Name="DLL Debug|Win32"
  216. OutputDirectory="vc_mswuddll"
  217. IntermediateDirectory="vc_mswuddll\help"
  218. ConfigurationType="1"
  219. UseOfMFC="0"
  220. ATLMinimizesCRunTimeLibraryUsage="false"
  221. CharacterSet="1"
  222. >
  223. <Tool
  224. Name="VCPreBuildEventTool"
  225. />
  226. <Tool
  227. Name="VCCustomBuildTool"
  228. />
  229. <Tool
  230. Name="VCXMLDataGeneratorTool"
  231. />
  232. <Tool
  233. Name="VCWebServiceProxyGeneratorTool"
  234. />
  235. <Tool
  236. Name="VCMIDLTool"
  237. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
  238. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
  239. />
  240. <Tool
  241. Name="VCCLCompilerTool"
  242. Optimization="0"
  243. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
  244. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
  245. MinimalRebuild="true"
  246. ExceptionHandling="1"
  247. BasicRuntimeChecks="3"
  248. RuntimeLibrary="3"
  249. BufferSecurityCheck="true"
  250. RuntimeTypeInfo="true"
  251. ObjectFile="vc_mswuddll\help\"
  252. ProgramDataBaseFileName="vc_mswuddll\help.pdb"
  253. WarningLevel="4"
  254. SuppressStartupBanner="true"
  255. Detect64BitPortabilityProblems="true"
  256. DebugInformationFormat="3"
  257. />
  258. <Tool
  259. Name="VCManagedResourceCompilerTool"
  260. />
  261. <Tool
  262. Name="VCResourceCompilerTool"
  263. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
  264. Culture="1033"
  265. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
  266. />
  267. <Tool
  268. Name="VCPreLinkEventTool"
  269. />
  270. <Tool
  271. Name="VCLinkerTool"
  272. AdditionalOptions=""
  273. AdditionalDependencies="wxmsw30ud_html.lib wxmsw30ud_adv.lib wxmsw30ud_core.lib wxbase30ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
  274. OutputFile="vc_mswuddll\help.exe"
  275. LinkIncremental="2"
  276. SuppressStartupBanner="true"
  277. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  278. GenerateManifest="true"
  279. GenerateDebugInformation="true"
  280. ProgramDatabaseFile="vc_mswuddll\help.pdb"
  281. SubSystem="2"
  282. TargetMachine="1"
  283. />
  284. <Tool
  285. Name="VCALinkTool"
  286. />
  287. <Tool
  288. Name="VCManifestTool"
  289. />
  290. <Tool
  291. Name="VCXDCMakeTool"
  292. />
  293. <Tool
  294. Name="VCBscMakeTool"
  295. OutputFile="vc_mswuddll\help_vc8.bsc"
  296. SuppressStartupBanner="true"
  297. />
  298. <Tool
  299. Name="VCFxCopTool"
  300. />
  301. <Tool
  302. Name="VCAppVerifierTool"
  303. />
  304. <Tool
  305. Name="VCWebDeploymentTool"
  306. />
  307. <Tool
  308. Name="VCPostBuildEventTool"
  309. />
  310. </Configuration>
  311. <Configuration
  312. Name="DLL Release|Win32"
  313. OutputDirectory="vc_mswudll"
  314. IntermediateDirectory="vc_mswudll\help"
  315. ConfigurationType="1"
  316. UseOfMFC="0"
  317. ATLMinimizesCRunTimeLibraryUsage="false"
  318. CharacterSet="1"
  319. >
  320. <Tool
  321. Name="VCPreBuildEventTool"
  322. />
  323. <Tool
  324. Name="VCCustomBuildTool"
  325. />
  326. <Tool
  327. Name="VCXMLDataGeneratorTool"
  328. />
  329. <Tool
  330. Name="VCWebServiceProxyGeneratorTool"
  331. />
  332. <Tool
  333. Name="VCMIDLTool"
  334. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
  335. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
  336. />
  337. <Tool
  338. Name="VCCLCompilerTool"
  339. Optimization="2"
  340. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
  341. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
  342. ExceptionHandling="1"
  343. RuntimeLibrary="2"
  344. RuntimeTypeInfo="true"
  345. ObjectFile="vc_mswudll\help\"
  346. ProgramDataBaseFileName="vc_mswudll\help.pdb"
  347. WarningLevel="4"
  348. SuppressStartupBanner="true"
  349. Detect64BitPortabilityProblems="true"
  350. DebugInformationFormat="3"
  351. />
  352. <Tool
  353. Name="VCManagedResourceCompilerTool"
  354. />
  355. <Tool
  356. Name="VCResourceCompilerTool"
  357. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
  358. Culture="1033"
  359. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
  360. />
  361. <Tool
  362. Name="VCPreLinkEventTool"
  363. />
  364. <Tool
  365. Name="VCLinkerTool"
  366. AdditionalOptions=""
  367. AdditionalDependencies="wxmsw30u_html.lib wxmsw30u_adv.lib wxmsw30u_core.lib wxbase30u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
  368. OutputFile="vc_mswudll\help.exe"
  369. LinkIncremental="1"
  370. SuppressStartupBanner="true"
  371. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  372. GenerateManifest="true"
  373. GenerateDebugInformation="true"
  374. ProgramDatabaseFile="vc_mswudll\help.pdb"
  375. SubSystem="2"
  376. TargetMachine="1"
  377. OptimizeReferences="2"
  378. EnableCOMDATFolding="2"
  379. />
  380. <Tool
  381. Name="VCALinkTool"
  382. />
  383. <Tool
  384. Name="VCManifestTool"
  385. />
  386. <Tool
  387. Name="VCXDCMakeTool"
  388. />
  389. <Tool
  390. Name="VCBscMakeTool"
  391. OutputFile="vc_mswudll\help_vc8.bsc"
  392. SuppressStartupBanner="true"
  393. />
  394. <Tool
  395. Name="VCFxCopTool"
  396. />
  397. <Tool
  398. Name="VCAppVerifierTool"
  399. />
  400. <Tool
  401. Name="VCWebDeploymentTool"
  402. />
  403. <Tool
  404. Name="VCPostBuildEventTool"
  405. />
  406. </Configuration>
  407. </Configurations>
  408. <References>
  409. </References>
  410. <Files>
  411. <Filter
  412. Name="Source Files"
  413. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  414. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  415. >
  416. <File
  417. RelativePath=".\demo.cpp"
  418. >
  419. </File>
  420. </Filter>
  421. <Filter
  422. Name="Header Files"
  423. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  424. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  425. >
  426. <File
  427. RelativePath=".\doc.h"
  428. >
  429. </File>
  430. </Filter>
  431. <Filter
  432. Name="Resource Files"
  433. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  434. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  435. >
  436. <File
  437. RelativePath="..\..\samples\sample.rc"
  438. >
  439. </File>
  440. </Filter>
  441. </Files>
  442. <Globals>
  443. </Globals>
  444. </VisualStudioProject>