wx_vc8_wxjpeg.vcproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  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="wxjpeg"
  11. ProjectGUID="{4BDDC25D-2967-5450-8439-107D28E7B5D7}"
  12. >
  13. <Platforms>
  14. <Platform
  15. Name="Win32"
  16. />
  17. <Platform
  18. Name="x64"
  19. />
  20. </Platforms>
  21. <ToolFiles>
  22. </ToolFiles>
  23. <Configurations>
  24. <Configuration
  25. Name="Debug|Win32"
  26. OutputDirectory="..\..\lib\vc_lib"
  27. IntermediateDirectory="vc_mswud\wxjpeg"
  28. ConfigurationType="4"
  29. UseOfMFC="0"
  30. ATLMinimizesCRunTimeLibraryUsage="false"
  31. >
  32. <Tool
  33. Name="VCPreBuildEventTool"
  34. />
  35. <Tool
  36. Name="VCCustomBuildTool"
  37. />
  38. <Tool
  39. Name="VCXMLDataGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCWebServiceProxyGeneratorTool"
  43. />
  44. <Tool
  45. Name="VCMIDLTool"
  46. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  47. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"
  53. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  54. MinimalRebuild="true"
  55. ExceptionHandling="1"
  56. BasicRuntimeChecks="3"
  57. RuntimeLibrary="3"
  58. BufferSecurityCheck="true"
  59. RuntimeTypeInfo="true"
  60. ObjectFile="vc_mswud\wxjpeg\"
  61. ProgramDataBaseFileName="..\..\lib\vc_lib\wxjpegd.pdb"
  62. WarningLevel="3"
  63. SuppressStartupBanner="true"
  64. Detect64BitPortabilityProblems="true"
  65. DebugInformationFormat="3"
  66. />
  67. <Tool
  68. Name="VCManagedResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCResourceCompilerTool"
  72. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  73. Culture="1033"
  74. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"
  75. />
  76. <Tool
  77. Name="VCPreLinkEventTool"
  78. />
  79. <Tool
  80. Name="VCLibrarianTool"
  81. OutputFile="..\..\lib\vc_lib\wxjpegd.lib"
  82. SuppressStartupBanner="true"
  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. OutputFile="..\..\lib\vc_lib\wx_vc8_wxjpeg.bsc"
  96. SuppressStartupBanner="true"
  97. />
  98. <Tool
  99. Name="VCFxCopTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. />
  104. </Configuration>
  105. <Configuration
  106. Name="Release|Win32"
  107. OutputDirectory="..\..\lib\vc_lib"
  108. IntermediateDirectory="vc_mswu\wxjpeg"
  109. ConfigurationType="4"
  110. UseOfMFC="0"
  111. ATLMinimizesCRunTimeLibraryUsage="false"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  128. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. Optimization="2"
  133. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"
  134. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  135. ExceptionHandling="1"
  136. RuntimeLibrary="2"
  137. RuntimeTypeInfo="true"
  138. ObjectFile="vc_mswu\wxjpeg\"
  139. ProgramDataBaseFileName="..\..\lib\vc_lib\wxjpeg.pdb"
  140. WarningLevel="3"
  141. SuppressStartupBanner="true"
  142. Detect64BitPortabilityProblems="true"
  143. DebugInformationFormat="3"
  144. />
  145. <Tool
  146. Name="VCManagedResourceCompilerTool"
  147. />
  148. <Tool
  149. Name="VCResourceCompilerTool"
  150. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  151. Culture="1033"
  152. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"
  153. />
  154. <Tool
  155. Name="VCPreLinkEventTool"
  156. />
  157. <Tool
  158. Name="VCLibrarianTool"
  159. OutputFile="..\..\lib\vc_lib\wxjpeg.lib"
  160. SuppressStartupBanner="true"
  161. />
  162. <Tool
  163. Name="VCALinkTool"
  164. />
  165. <Tool
  166. Name="VCManifestTool"
  167. />
  168. <Tool
  169. Name="VCXDCMakeTool"
  170. />
  171. <Tool
  172. Name="VCBscMakeTool"
  173. OutputFile="..\..\lib\vc_lib\wx_vc8_wxjpeg.bsc"
  174. SuppressStartupBanner="true"
  175. />
  176. <Tool
  177. Name="VCFxCopTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. <Configuration
  184. Name="DLL Debug|Win32"
  185. OutputDirectory="..\..\lib\vc_dll"
  186. IntermediateDirectory="vc_mswuddll\wxjpeg"
  187. ConfigurationType="4"
  188. UseOfMFC="0"
  189. ATLMinimizesCRunTimeLibraryUsage="false"
  190. >
  191. <Tool
  192. Name="VCPreBuildEventTool"
  193. />
  194. <Tool
  195. Name="VCCustomBuildTool"
  196. />
  197. <Tool
  198. Name="VCXMLDataGeneratorTool"
  199. />
  200. <Tool
  201. Name="VCWebServiceProxyGeneratorTool"
  202. />
  203. <Tool
  204. Name="VCMIDLTool"
  205. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  206. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"
  207. />
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. Optimization="0"
  211. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"
  212. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  213. MinimalRebuild="true"
  214. ExceptionHandling="1"
  215. BasicRuntimeChecks="3"
  216. RuntimeLibrary="3"
  217. BufferSecurityCheck="true"
  218. RuntimeTypeInfo="true"
  219. ObjectFile="vc_mswuddll\wxjpeg\"
  220. ProgramDataBaseFileName="..\..\lib\vc_dll\wxjpegd.pdb"
  221. WarningLevel="3"
  222. SuppressStartupBanner="true"
  223. Detect64BitPortabilityProblems="true"
  224. DebugInformationFormat="3"
  225. />
  226. <Tool
  227. Name="VCManagedResourceCompilerTool"
  228. />
  229. <Tool
  230. Name="VCResourceCompilerTool"
  231. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  232. Culture="1033"
  233. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"
  234. />
  235. <Tool
  236. Name="VCPreLinkEventTool"
  237. />
  238. <Tool
  239. Name="VCLibrarianTool"
  240. OutputFile="..\..\lib\vc_dll\wxjpegd.lib"
  241. SuppressStartupBanner="true"
  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. OutputFile="..\..\lib\vc_dll\wx_vc8_wxjpeg.bsc"
  255. SuppressStartupBanner="true"
  256. />
  257. <Tool
  258. Name="VCFxCopTool"
  259. />
  260. <Tool
  261. Name="VCPostBuildEventTool"
  262. />
  263. </Configuration>
  264. <Configuration
  265. Name="DLL Release|Win32"
  266. OutputDirectory="..\..\lib\vc_dll"
  267. IntermediateDirectory="vc_mswudll\wxjpeg"
  268. ConfigurationType="4"
  269. UseOfMFC="0"
  270. ATLMinimizesCRunTimeLibraryUsage="false"
  271. >
  272. <Tool
  273. Name="VCPreBuildEventTool"
  274. />
  275. <Tool
  276. Name="VCCustomBuildTool"
  277. />
  278. <Tool
  279. Name="VCXMLDataGeneratorTool"
  280. />
  281. <Tool
  282. Name="VCWebServiceProxyGeneratorTool"
  283. />
  284. <Tool
  285. Name="VCMIDLTool"
  286. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  287. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"
  288. />
  289. <Tool
  290. Name="VCCLCompilerTool"
  291. Optimization="2"
  292. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"
  293. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  294. ExceptionHandling="1"
  295. RuntimeLibrary="2"
  296. RuntimeTypeInfo="true"
  297. ObjectFile="vc_mswudll\wxjpeg\"
  298. ProgramDataBaseFileName="..\..\lib\vc_dll\wxjpeg.pdb"
  299. WarningLevel="3"
  300. SuppressStartupBanner="true"
  301. Detect64BitPortabilityProblems="true"
  302. DebugInformationFormat="3"
  303. />
  304. <Tool
  305. Name="VCManagedResourceCompilerTool"
  306. />
  307. <Tool
  308. Name="VCResourceCompilerTool"
  309. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  310. Culture="1033"
  311. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"
  312. />
  313. <Tool
  314. Name="VCPreLinkEventTool"
  315. />
  316. <Tool
  317. Name="VCLibrarianTool"
  318. OutputFile="..\..\lib\vc_dll\wxjpeg.lib"
  319. SuppressStartupBanner="true"
  320. />
  321. <Tool
  322. Name="VCALinkTool"
  323. />
  324. <Tool
  325. Name="VCManifestTool"
  326. />
  327. <Tool
  328. Name="VCXDCMakeTool"
  329. />
  330. <Tool
  331. Name="VCBscMakeTool"
  332. OutputFile="..\..\lib\vc_dll\wx_vc8_wxjpeg.bsc"
  333. SuppressStartupBanner="true"
  334. />
  335. <Tool
  336. Name="VCFxCopTool"
  337. />
  338. <Tool
  339. Name="VCPostBuildEventTool"
  340. />
  341. </Configuration>
  342. <Configuration
  343. Name="Debug|x64"
  344. OutputDirectory="..\..\lib\vc_x64_lib"
  345. IntermediateDirectory="vc_mswud_x64\wxjpeg"
  346. ConfigurationType="4"
  347. UseOfMFC="0"
  348. ATLMinimizesCRunTimeLibraryUsage="false"
  349. >
  350. <Tool
  351. Name="VCPreBuildEventTool"
  352. />
  353. <Tool
  354. Name="VCCustomBuildTool"
  355. />
  356. <Tool
  357. Name="VCXMLDataGeneratorTool"
  358. />
  359. <Tool
  360. Name="VCWebServiceProxyGeneratorTool"
  361. />
  362. <Tool
  363. Name="VCMIDLTool"
  364. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  365. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud"
  366. />
  367. <Tool
  368. Name="VCCLCompilerTool"
  369. Optimization="0"
  370. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud"
  371. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  372. MinimalRebuild="true"
  373. ExceptionHandling="1"
  374. BasicRuntimeChecks="3"
  375. RuntimeLibrary="3"
  376. BufferSecurityCheck="true"
  377. RuntimeTypeInfo="true"
  378. ObjectFile="vc_mswud_x64\wxjpeg\"
  379. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxjpegd.pdb"
  380. WarningLevel="3"
  381. SuppressStartupBanner="true"
  382. Detect64BitPortabilityProblems="true"
  383. DebugInformationFormat="3"
  384. />
  385. <Tool
  386. Name="VCManagedResourceCompilerTool"
  387. />
  388. <Tool
  389. Name="VCResourceCompilerTool"
  390. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  391. Culture="1033"
  392. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud"
  393. />
  394. <Tool
  395. Name="VCPreLinkEventTool"
  396. />
  397. <Tool
  398. Name="VCLibrarianTool"
  399. OutputFile="..\..\lib\vc_x64_lib\wxjpegd.lib"
  400. SuppressStartupBanner="true"
  401. />
  402. <Tool
  403. Name="VCALinkTool"
  404. />
  405. <Tool
  406. Name="VCManifestTool"
  407. />
  408. <Tool
  409. Name="VCXDCMakeTool"
  410. />
  411. <Tool
  412. Name="VCBscMakeTool"
  413. OutputFile="..\..\lib\vc_x64_lib\wx_vc8_wxjpeg.bsc"
  414. SuppressStartupBanner="true"
  415. />
  416. <Tool
  417. Name="VCFxCopTool"
  418. />
  419. <Tool
  420. Name="VCPostBuildEventTool"
  421. />
  422. </Configuration>
  423. <Configuration
  424. Name="Release|x64"
  425. OutputDirectory="..\..\lib\vc_x64_lib"
  426. IntermediateDirectory="vc_mswu_x64\wxjpeg"
  427. ConfigurationType="4"
  428. UseOfMFC="0"
  429. ATLMinimizesCRunTimeLibraryUsage="false"
  430. >
  431. <Tool
  432. Name="VCPreBuildEventTool"
  433. />
  434. <Tool
  435. Name="VCCustomBuildTool"
  436. />
  437. <Tool
  438. Name="VCXMLDataGeneratorTool"
  439. />
  440. <Tool
  441. Name="VCWebServiceProxyGeneratorTool"
  442. />
  443. <Tool
  444. Name="VCMIDLTool"
  445. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  446. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu"
  447. />
  448. <Tool
  449. Name="VCCLCompilerTool"
  450. Optimization="2"
  451. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu"
  452. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  453. ExceptionHandling="1"
  454. RuntimeLibrary="2"
  455. RuntimeTypeInfo="true"
  456. ObjectFile="vc_mswu_x64\wxjpeg\"
  457. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxjpeg.pdb"
  458. WarningLevel="3"
  459. SuppressStartupBanner="true"
  460. Detect64BitPortabilityProblems="true"
  461. DebugInformationFormat="3"
  462. />
  463. <Tool
  464. Name="VCManagedResourceCompilerTool"
  465. />
  466. <Tool
  467. Name="VCResourceCompilerTool"
  468. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  469. Culture="1033"
  470. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu"
  471. />
  472. <Tool
  473. Name="VCPreLinkEventTool"
  474. />
  475. <Tool
  476. Name="VCLibrarianTool"
  477. OutputFile="..\..\lib\vc_x64_lib\wxjpeg.lib"
  478. SuppressStartupBanner="true"
  479. />
  480. <Tool
  481. Name="VCALinkTool"
  482. />
  483. <Tool
  484. Name="VCManifestTool"
  485. />
  486. <Tool
  487. Name="VCXDCMakeTool"
  488. />
  489. <Tool
  490. Name="VCBscMakeTool"
  491. OutputFile="..\..\lib\vc_x64_lib\wx_vc8_wxjpeg.bsc"
  492. SuppressStartupBanner="true"
  493. />
  494. <Tool
  495. Name="VCFxCopTool"
  496. />
  497. <Tool
  498. Name="VCPostBuildEventTool"
  499. />
  500. </Configuration>
  501. <Configuration
  502. Name="DLL Debug|x64"
  503. OutputDirectory="..\..\lib\vc_x64_dll"
  504. IntermediateDirectory="vc_mswuddll_x64\wxjpeg"
  505. ConfigurationType="4"
  506. UseOfMFC="0"
  507. ATLMinimizesCRunTimeLibraryUsage="false"
  508. >
  509. <Tool
  510. Name="VCPreBuildEventTool"
  511. />
  512. <Tool
  513. Name="VCCustomBuildTool"
  514. />
  515. <Tool
  516. Name="VCXMLDataGeneratorTool"
  517. />
  518. <Tool
  519. Name="VCWebServiceProxyGeneratorTool"
  520. />
  521. <Tool
  522. Name="VCMIDLTool"
  523. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  524. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud"
  525. />
  526. <Tool
  527. Name="VCCLCompilerTool"
  528. Optimization="0"
  529. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud"
  530. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  531. MinimalRebuild="true"
  532. ExceptionHandling="1"
  533. BasicRuntimeChecks="3"
  534. RuntimeLibrary="3"
  535. BufferSecurityCheck="true"
  536. RuntimeTypeInfo="true"
  537. ObjectFile="vc_mswuddll_x64\wxjpeg\"
  538. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxjpegd.pdb"
  539. WarningLevel="3"
  540. SuppressStartupBanner="true"
  541. Detect64BitPortabilityProblems="true"
  542. DebugInformationFormat="3"
  543. />
  544. <Tool
  545. Name="VCManagedResourceCompilerTool"
  546. />
  547. <Tool
  548. Name="VCResourceCompilerTool"
  549. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  550. Culture="1033"
  551. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud"
  552. />
  553. <Tool
  554. Name="VCPreLinkEventTool"
  555. />
  556. <Tool
  557. Name="VCLibrarianTool"
  558. OutputFile="..\..\lib\vc_x64_dll\wxjpegd.lib"
  559. SuppressStartupBanner="true"
  560. />
  561. <Tool
  562. Name="VCALinkTool"
  563. />
  564. <Tool
  565. Name="VCManifestTool"
  566. />
  567. <Tool
  568. Name="VCXDCMakeTool"
  569. />
  570. <Tool
  571. Name="VCBscMakeTool"
  572. OutputFile="..\..\lib\vc_x64_dll\wx_vc8_wxjpeg.bsc"
  573. SuppressStartupBanner="true"
  574. />
  575. <Tool
  576. Name="VCFxCopTool"
  577. />
  578. <Tool
  579. Name="VCPostBuildEventTool"
  580. />
  581. </Configuration>
  582. <Configuration
  583. Name="DLL Release|x64"
  584. OutputDirectory="..\..\lib\vc_x64_dll"
  585. IntermediateDirectory="vc_mswudll_x64\wxjpeg"
  586. ConfigurationType="4"
  587. UseOfMFC="0"
  588. ATLMinimizesCRunTimeLibraryUsage="false"
  589. >
  590. <Tool
  591. Name="VCPreBuildEventTool"
  592. />
  593. <Tool
  594. Name="VCCustomBuildTool"
  595. />
  596. <Tool
  597. Name="VCXMLDataGeneratorTool"
  598. />
  599. <Tool
  600. Name="VCWebServiceProxyGeneratorTool"
  601. />
  602. <Tool
  603. Name="VCMIDLTool"
  604. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  605. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu"
  606. />
  607. <Tool
  608. Name="VCCLCompilerTool"
  609. Optimization="2"
  610. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu"
  611. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  612. ExceptionHandling="1"
  613. RuntimeLibrary="2"
  614. RuntimeTypeInfo="true"
  615. ObjectFile="vc_mswudll_x64\wxjpeg\"
  616. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxjpeg.pdb"
  617. WarningLevel="3"
  618. SuppressStartupBanner="true"
  619. Detect64BitPortabilityProblems="true"
  620. DebugInformationFormat="3"
  621. />
  622. <Tool
  623. Name="VCManagedResourceCompilerTool"
  624. />
  625. <Tool
  626. Name="VCResourceCompilerTool"
  627. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS"
  628. Culture="1033"
  629. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu"
  630. />
  631. <Tool
  632. Name="VCPreLinkEventTool"
  633. />
  634. <Tool
  635. Name="VCLibrarianTool"
  636. OutputFile="..\..\lib\vc_x64_dll\wxjpeg.lib"
  637. SuppressStartupBanner="true"
  638. />
  639. <Tool
  640. Name="VCALinkTool"
  641. />
  642. <Tool
  643. Name="VCManifestTool"
  644. />
  645. <Tool
  646. Name="VCXDCMakeTool"
  647. />
  648. <Tool
  649. Name="VCBscMakeTool"
  650. OutputFile="..\..\lib\vc_x64_dll\wx_vc8_wxjpeg.bsc"
  651. SuppressStartupBanner="true"
  652. />
  653. <Tool
  654. Name="VCFxCopTool"
  655. />
  656. <Tool
  657. Name="VCPostBuildEventTool"
  658. />
  659. </Configuration>
  660. </Configurations>
  661. <References>
  662. </References>
  663. <Files>
  664. <Filter
  665. Name="Source Files"
  666. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  667. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  668. >
  669. <File
  670. RelativePath="..\..\src\jpeg\jcapimin.c"
  671. >
  672. </File>
  673. <File
  674. RelativePath="..\..\src\jpeg\jcapistd.c"
  675. >
  676. </File>
  677. <File
  678. RelativePath="..\..\src\jpeg\jccoefct.c"
  679. >
  680. </File>
  681. <File
  682. RelativePath="..\..\src\jpeg\jccolor.c"
  683. >
  684. </File>
  685. <File
  686. RelativePath="..\..\src\jpeg\jcdctmgr.c"
  687. >
  688. </File>
  689. <File
  690. RelativePath="..\..\src\jpeg\jchuff.c"
  691. >
  692. </File>
  693. <File
  694. RelativePath="..\..\src\jpeg\jcinit.c"
  695. >
  696. </File>
  697. <File
  698. RelativePath="..\..\src\jpeg\jcmainct.c"
  699. >
  700. </File>
  701. <File
  702. RelativePath="..\..\src\jpeg\jcmarker.c"
  703. >
  704. </File>
  705. <File
  706. RelativePath="..\..\src\jpeg\jcmaster.c"
  707. >
  708. </File>
  709. <File
  710. RelativePath="..\..\src\jpeg\jcomapi.c"
  711. >
  712. </File>
  713. <File
  714. RelativePath="..\..\src\jpeg\jcparam.c"
  715. >
  716. </File>
  717. <File
  718. RelativePath="..\..\src\jpeg\jcphuff.c"
  719. >
  720. </File>
  721. <File
  722. RelativePath="..\..\src\jpeg\jcprepct.c"
  723. >
  724. </File>
  725. <File
  726. RelativePath="..\..\src\jpeg\jcsample.c"
  727. >
  728. </File>
  729. <File
  730. RelativePath="..\..\src\jpeg\jctrans.c"
  731. >
  732. </File>
  733. <File
  734. RelativePath="..\..\src\jpeg\jdapimin.c"
  735. >
  736. </File>
  737. <File
  738. RelativePath="..\..\src\jpeg\jdapistd.c"
  739. >
  740. </File>
  741. <File
  742. RelativePath="..\..\src\jpeg\jdatadst.c"
  743. >
  744. </File>
  745. <File
  746. RelativePath="..\..\src\jpeg\jdatasrc.c"
  747. >
  748. </File>
  749. <File
  750. RelativePath="..\..\src\jpeg\jdcoefct.c"
  751. >
  752. </File>
  753. <File
  754. RelativePath="..\..\src\jpeg\jdcolor.c"
  755. >
  756. </File>
  757. <File
  758. RelativePath="..\..\src\jpeg\jddctmgr.c"
  759. >
  760. </File>
  761. <File
  762. RelativePath="..\..\src\jpeg\jdhuff.c"
  763. >
  764. </File>
  765. <File
  766. RelativePath="..\..\src\jpeg\jdinput.c"
  767. >
  768. </File>
  769. <File
  770. RelativePath="..\..\src\jpeg\jdmainct.c"
  771. >
  772. </File>
  773. <File
  774. RelativePath="..\..\src\jpeg\jdmarker.c"
  775. >
  776. </File>
  777. <File
  778. RelativePath="..\..\src\jpeg\jdmaster.c"
  779. >
  780. </File>
  781. <File
  782. RelativePath="..\..\src\jpeg\jdmerge.c"
  783. >
  784. </File>
  785. <File
  786. RelativePath="..\..\src\jpeg\jdphuff.c"
  787. >
  788. </File>
  789. <File
  790. RelativePath="..\..\src\jpeg\jdpostct.c"
  791. >
  792. </File>
  793. <File
  794. RelativePath="..\..\src\jpeg\jdsample.c"
  795. >
  796. </File>
  797. <File
  798. RelativePath="..\..\src\jpeg\jdtrans.c"
  799. >
  800. </File>
  801. <File
  802. RelativePath="..\..\src\jpeg\jerror.c"
  803. >
  804. </File>
  805. <File
  806. RelativePath="..\..\src\jpeg\jfdctflt.c"
  807. >
  808. </File>
  809. <File
  810. RelativePath="..\..\src\jpeg\jfdctfst.c"
  811. >
  812. </File>
  813. <File
  814. RelativePath="..\..\src\jpeg\jfdctint.c"
  815. >
  816. </File>
  817. <File
  818. RelativePath="..\..\src\jpeg\jidctflt.c"
  819. >
  820. </File>
  821. <File
  822. RelativePath="..\..\src\jpeg\jidctfst.c"
  823. >
  824. </File>
  825. <File
  826. RelativePath="..\..\src\jpeg\jidctint.c"
  827. >
  828. </File>
  829. <File
  830. RelativePath="..\..\src\jpeg\jidctred.c"
  831. >
  832. </File>
  833. <File
  834. RelativePath="..\..\src\jpeg\jmemmgr.c"
  835. >
  836. </File>
  837. <File
  838. RelativePath="..\..\src\jpeg\jmemnobs.c"
  839. >
  840. </File>
  841. <File
  842. RelativePath="..\..\src\jpeg\jquant1.c"
  843. >
  844. </File>
  845. <File
  846. RelativePath="..\..\src\jpeg\jquant2.c"
  847. >
  848. </File>
  849. <File
  850. RelativePath="..\..\src\jpeg\jutils.c"
  851. >
  852. </File>
  853. </Filter>
  854. </Files>
  855. <Globals>
  856. </Globals>
  857. </VisualStudioProject>