wx_vc9_wxjpeg.vcproj 20 KB

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