libjpeg.2008.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. <?xml version="1.0" encoding="windows-1255"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libjpeg"
  6. ProjectGUID="{FE02CD06-DD97-489C-8F61-B5E7F89BCC0A}"
  7. RootNamespace="libjpeg"
  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="$(ConfigurationName)"
  24. IntermediateDirectory="$(ConfigurationName)"
  25. ConfigurationType="4"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. CommandLine="if not exist &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.h&quot; type &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.vc&quot; &gt; &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.h&quot;"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="2"
  47. InlineFunctionExpansion="1"
  48. AdditionalIncludeDirectories="..\..\jpeg-8d\include"
  49. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  50. StringPooling="true"
  51. RuntimeLibrary="0"
  52. EnableFunctionLevelLinking="true"
  53. ObjectFile=".\Static_Release/"
  54. WarningLevel="0"
  55. SuppressStartupBanner="true"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="NDEBUG"
  63. Culture="1033"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLibrarianTool"
  70. OutputFile="$(OutDir)/libjpeg.lib"
  71. SuppressStartupBanner="true"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. SuppressStartupBanner="true"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCPostBuildEventTool"
  88. />
  89. </Configuration>
  90. <Configuration
  91. Name="Release|x64"
  92. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  93. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  94. ConfigurationType="4"
  95. CharacterSet="2"
  96. >
  97. <Tool
  98. Name="VCPreBuildEventTool"
  99. CommandLine="if not exist &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.h&quot; type &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.vc&quot; &gt; &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.h&quot;"
  100. />
  101. <Tool
  102. Name="VCCustomBuildTool"
  103. />
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCMIDLTool"
  112. TargetEnvironment="3"
  113. />
  114. <Tool
  115. Name="VCCLCompilerTool"
  116. Optimization="2"
  117. InlineFunctionExpansion="1"
  118. AdditionalIncludeDirectories="..\..\jpeg-8d\include"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  120. StringPooling="true"
  121. RuntimeLibrary="0"
  122. EnableFunctionLevelLinking="true"
  123. WarningLevel="0"
  124. SuppressStartupBanner="true"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. PreprocessorDefinitions="NDEBUG"
  132. Culture="1033"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. />
  137. <Tool
  138. Name="VCLibrarianTool"
  139. OutputFile="$(OutDir)/libjpeg.lib"
  140. SuppressStartupBanner="true"
  141. />
  142. <Tool
  143. Name="VCALinkTool"
  144. />
  145. <Tool
  146. Name="VCXDCMakeTool"
  147. />
  148. <Tool
  149. Name="VCBscMakeTool"
  150. SuppressStartupBanner="true"
  151. />
  152. <Tool
  153. Name="VCFxCopTool"
  154. />
  155. <Tool
  156. Name="VCPostBuildEventTool"
  157. />
  158. </Configuration>
  159. <Configuration
  160. Name="Debug|Win32"
  161. OutputDirectory="$(ConfigurationName)"
  162. IntermediateDirectory="$(ConfigurationName)"
  163. ConfigurationType="4"
  164. CharacterSet="2"
  165. >
  166. <Tool
  167. Name="VCPreBuildEventTool"
  168. CommandLine="if not exist &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.h&quot; type &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.vc&quot; &gt; &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.h&quot;"
  169. />
  170. <Tool
  171. Name="VCCustomBuildTool"
  172. />
  173. <Tool
  174. Name="VCXMLDataGeneratorTool"
  175. />
  176. <Tool
  177. Name="VCWebServiceProxyGeneratorTool"
  178. />
  179. <Tool
  180. Name="VCMIDLTool"
  181. />
  182. <Tool
  183. Name="VCCLCompilerTool"
  184. Optimization="0"
  185. AdditionalIncludeDirectories="..\..\jpeg-8d\include"
  186. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  187. MinimalRebuild="true"
  188. BasicRuntimeChecks="3"
  189. RuntimeLibrary="1"
  190. WarningLevel="0"
  191. SuppressStartupBanner="true"
  192. DebugInformationFormat="3"
  193. />
  194. <Tool
  195. Name="VCManagedResourceCompilerTool"
  196. />
  197. <Tool
  198. Name="VCResourceCompilerTool"
  199. PreprocessorDefinitions="_DEBUG"
  200. Culture="1033"
  201. />
  202. <Tool
  203. Name="VCPreLinkEventTool"
  204. />
  205. <Tool
  206. Name="VCLibrarianTool"
  207. OutputFile="$(OutDir)/libjpeg.lib"
  208. SuppressStartupBanner="true"
  209. />
  210. <Tool
  211. Name="VCALinkTool"
  212. />
  213. <Tool
  214. Name="VCXDCMakeTool"
  215. />
  216. <Tool
  217. Name="VCBscMakeTool"
  218. SuppressStartupBanner="true"
  219. />
  220. <Tool
  221. Name="VCFxCopTool"
  222. />
  223. <Tool
  224. Name="VCPostBuildEventTool"
  225. />
  226. </Configuration>
  227. <Configuration
  228. Name="Debug|x64"
  229. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  230. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  231. ConfigurationType="4"
  232. CharacterSet="2"
  233. >
  234. <Tool
  235. Name="VCPreBuildEventTool"
  236. CommandLine="if not exist &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.h&quot; type &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.vc&quot; &gt; &quot;$(ProjectDir)..\..\jpeg-8d\jconfig.h&quot;"
  237. />
  238. <Tool
  239. Name="VCCustomBuildTool"
  240. />
  241. <Tool
  242. Name="VCXMLDataGeneratorTool"
  243. />
  244. <Tool
  245. Name="VCWebServiceProxyGeneratorTool"
  246. />
  247. <Tool
  248. Name="VCMIDLTool"
  249. TargetEnvironment="3"
  250. />
  251. <Tool
  252. Name="VCCLCompilerTool"
  253. Optimization="0"
  254. AdditionalIncludeDirectories="..\..\jpeg-8d\include"
  255. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  256. MinimalRebuild="true"
  257. BasicRuntimeChecks="3"
  258. RuntimeLibrary="1"
  259. WarningLevel="0"
  260. SuppressStartupBanner="true"
  261. DebugInformationFormat="3"
  262. />
  263. <Tool
  264. Name="VCManagedResourceCompilerTool"
  265. />
  266. <Tool
  267. Name="VCResourceCompilerTool"
  268. PreprocessorDefinitions="_DEBUG"
  269. Culture="1033"
  270. />
  271. <Tool
  272. Name="VCPreLinkEventTool"
  273. />
  274. <Tool
  275. Name="VCLibrarianTool"
  276. OutputFile="$(OutDir)/libjpeg.lib"
  277. SuppressStartupBanner="true"
  278. />
  279. <Tool
  280. Name="VCALinkTool"
  281. />
  282. <Tool
  283. Name="VCXDCMakeTool"
  284. />
  285. <Tool
  286. Name="VCBscMakeTool"
  287. SuppressStartupBanner="true"
  288. />
  289. <Tool
  290. Name="VCFxCopTool"
  291. />
  292. <Tool
  293. Name="VCPostBuildEventTool"
  294. />
  295. </Configuration>
  296. </Configurations>
  297. <References>
  298. </References>
  299. <Files>
  300. <Filter
  301. Name="Source Files"
  302. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  303. >
  304. <File
  305. RelativePath="..\..\jpeg-8d\jaricom.c"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\..\jpeg-8d\jcapimin.c"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\..\jpeg-8d\jcapistd.c"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\..\jpeg-8d\jcarith.c"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\..\jpeg-8d\jccoefct.c"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\..\jpeg-8d\jccolor.c"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\..\jpeg-8d\jcdctmgr.c"
  330. >
  331. </File>
  332. <File
  333. RelativePath="..\..\jpeg-8d\jchuff.c"
  334. >
  335. </File>
  336. <File
  337. RelativePath="..\..\jpeg-8d\jcinit.c"
  338. >
  339. </File>
  340. <File
  341. RelativePath="..\..\jpeg-8d\jcmainct.c"
  342. >
  343. </File>
  344. <File
  345. RelativePath="..\..\jpeg-8d\jcmarker.c"
  346. >
  347. </File>
  348. <File
  349. RelativePath="..\..\jpeg-8d\jcmaster.c"
  350. >
  351. </File>
  352. <File
  353. RelativePath="..\..\jpeg-8d\jcomapi.c"
  354. >
  355. </File>
  356. <File
  357. RelativePath="..\..\jpeg-8d\jcparam.c"
  358. >
  359. </File>
  360. <File
  361. RelativePath="..\..\jpeg-8d\jcprepct.c"
  362. >
  363. </File>
  364. <File
  365. RelativePath="..\..\jpeg-8d\jcsample.c"
  366. >
  367. </File>
  368. <File
  369. RelativePath="..\..\jpeg-8d\jctrans.c"
  370. >
  371. </File>
  372. <File
  373. RelativePath="..\..\jpeg-8d\jdapimin.c"
  374. >
  375. </File>
  376. <File
  377. RelativePath="..\..\jpeg-8d\jdapistd.c"
  378. >
  379. </File>
  380. <File
  381. RelativePath="..\..\jpeg-8d\jdarith.c"
  382. >
  383. </File>
  384. <File
  385. RelativePath="..\..\jpeg-8d\jdatadst.c"
  386. >
  387. </File>
  388. <File
  389. RelativePath="..\..\jpeg-8d\jdatasrc.c"
  390. >
  391. </File>
  392. <File
  393. RelativePath="..\..\jpeg-8d\jdcoefct.c"
  394. >
  395. </File>
  396. <File
  397. RelativePath="..\..\jpeg-8d\jdcolor.c"
  398. >
  399. </File>
  400. <File
  401. RelativePath="..\..\jpeg-8d\jddctmgr.c"
  402. >
  403. </File>
  404. <File
  405. RelativePath="..\..\jpeg-8d\jdhuff.c"
  406. >
  407. </File>
  408. <File
  409. RelativePath="..\..\jpeg-8d\jdinput.c"
  410. >
  411. </File>
  412. <File
  413. RelativePath="..\..\jpeg-8d\jdmainct.c"
  414. >
  415. </File>
  416. <File
  417. RelativePath="..\..\jpeg-8d\jdmarker.c"
  418. >
  419. </File>
  420. <File
  421. RelativePath="..\..\jpeg-8d\jdmaster.c"
  422. >
  423. </File>
  424. <File
  425. RelativePath="..\..\jpeg-8d\jdmerge.c"
  426. >
  427. </File>
  428. <File
  429. RelativePath="..\..\jpeg-8d\jdpostct.c"
  430. >
  431. </File>
  432. <File
  433. RelativePath="..\..\jpeg-8d\jdsample.c"
  434. >
  435. </File>
  436. <File
  437. RelativePath="..\..\jpeg-8d\jdtrans.c"
  438. >
  439. </File>
  440. <File
  441. RelativePath="..\..\jpeg-8d\jerror.c"
  442. >
  443. </File>
  444. <File
  445. RelativePath="..\..\jpeg-8d\jfdctflt.c"
  446. >
  447. </File>
  448. <File
  449. RelativePath="..\..\jpeg-8d\jfdctfst.c"
  450. >
  451. </File>
  452. <File
  453. RelativePath="..\..\jpeg-8d\jfdctint.c"
  454. >
  455. </File>
  456. <File
  457. RelativePath="..\..\jpeg-8d\jidctflt.c"
  458. >
  459. </File>
  460. <File
  461. RelativePath="..\..\jpeg-8d\jidctfst.c"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\..\jpeg-8d\jidctint.c"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\..\jpeg-8d\jmemmgr.c"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\..\jpeg-8d\jmemnobs.c"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\..\jpeg-8d\jquant1.c"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\..\jpeg-8d\jquant2.c"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\..\jpeg-8d\jutils.c"
  486. >
  487. </File>
  488. </Filter>
  489. <Filter
  490. Name="Header Files"
  491. Filter="h;hpp;hxx;hm;inl"
  492. >
  493. <File
  494. RelativePath="..\..\jpeg-8d\jconfig.h"
  495. >
  496. </File>
  497. <File
  498. RelativePath="..\..\jpeg-8d\jdct.h"
  499. >
  500. </File>
  501. <File
  502. RelativePath="..\..\jpeg-8d\jerror.h"
  503. >
  504. </File>
  505. <File
  506. RelativePath="..\..\jpeg-8d\jinclude.h"
  507. >
  508. </File>
  509. <File
  510. RelativePath="..\..\jpeg-8d\jmemsys.h"
  511. >
  512. </File>
  513. <File
  514. RelativePath="..\..\jpeg-8d\jmorecfg.h"
  515. >
  516. </File>
  517. <File
  518. RelativePath="..\..\jpeg-8d\jpegint.h"
  519. >
  520. </File>
  521. <File
  522. RelativePath="..\..\jpeg-8d\jpeglib.h"
  523. >
  524. </File>
  525. <File
  526. RelativePath="..\..\jpeg-8d\jversion.h"
  527. >
  528. </File>
  529. </Filter>
  530. </Files>
  531. <Globals>
  532. </Globals>
  533. </VisualStudioProject>