Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

libpipi.vcproj 6.6 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="libpipi"
  6. ProjectGUID="{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}"
  7. RootNamespace="libpipi"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="."
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="2"
  23. >
  24. <Tool
  25. Name="VCPreBuildEventTool"
  26. />
  27. <Tool
  28. Name="VCCustomBuildTool"
  29. />
  30. <Tool
  31. Name="VCXMLDataGeneratorTool"
  32. />
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCCLCompilerTool"
  41. Optimization="0"
  42. AdditionalIncludeDirectories="..\win32;.;.."
  43. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;__LIBPIPI__"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. UsePrecompiledHeader="0"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. LinkIncremental="2"
  64. GenerateDebugInformation="true"
  65. SubSystem="2"
  66. TargetMachine="1"
  67. />
  68. <Tool
  69. Name="VCALinkTool"
  70. />
  71. <Tool
  72. Name="VCManifestTool"
  73. />
  74. <Tool
  75. Name="VCXDCMakeTool"
  76. />
  77. <Tool
  78. Name="VCBscMakeTool"
  79. />
  80. <Tool
  81. Name="VCFxCopTool"
  82. />
  83. <Tool
  84. Name="VCAppVerifierTool"
  85. />
  86. <Tool
  87. Name="VCWebDeploymentTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="."
  96. IntermediateDirectory="$(ConfigurationName)"
  97. ConfigurationType="2"
  98. >
  99. <Tool
  100. Name="VCPreBuildEventTool"
  101. />
  102. <Tool
  103. Name="VCCustomBuildTool"
  104. />
  105. <Tool
  106. Name="VCXMLDataGeneratorTool"
  107. />
  108. <Tool
  109. Name="VCWebServiceProxyGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCMIDLTool"
  113. />
  114. <Tool
  115. Name="VCCLCompilerTool"
  116. AdditionalIncludeDirectories="..\win32;.;.."
  117. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;__LIBPIPI__"
  118. RuntimeLibrary="2"
  119. UsePrecompiledHeader="0"
  120. WarningLevel="3"
  121. Detect64BitPortabilityProblems="true"
  122. DebugInformationFormat="3"
  123. />
  124. <Tool
  125. Name="VCManagedResourceCompilerTool"
  126. />
  127. <Tool
  128. Name="VCResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCPreLinkEventTool"
  132. />
  133. <Tool
  134. Name="VCLinkerTool"
  135. LinkIncremental="2"
  136. GenerateDebugInformation="true"
  137. SubSystem="2"
  138. OptimizeReferences="2"
  139. EnableCOMDATFolding="2"
  140. TargetMachine="1"
  141. />
  142. <Tool
  143. Name="VCALinkTool"
  144. />
  145. <Tool
  146. Name="VCManifestTool"
  147. />
  148. <Tool
  149. Name="VCXDCMakeTool"
  150. />
  151. <Tool
  152. Name="VCBscMakeTool"
  153. />
  154. <Tool
  155. Name="VCFxCopTool"
  156. />
  157. <Tool
  158. Name="VCAppVerifierTool"
  159. />
  160. <Tool
  161. Name="VCWebDeploymentTool"
  162. />
  163. <Tool
  164. Name="VCPostBuildEventTool"
  165. />
  166. </Configuration>
  167. </Configurations>
  168. <References>
  169. </References>
  170. <Files>
  171. <Filter
  172. Name="Header Files"
  173. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  174. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  175. >
  176. <File
  177. RelativePath="..\win32\config.h"
  178. >
  179. </File>
  180. <File
  181. RelativePath=".\pipi.h"
  182. >
  183. </File>
  184. <File
  185. RelativePath=".\pipi_internals.h"
  186. >
  187. </File>
  188. <File
  189. RelativePath=".\pipi_stubs.h"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\pipi_template.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\win32\pipi_types.h"
  198. >
  199. </File>
  200. </Filter>
  201. <Filter
  202. Name="Resource Files"
  203. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  204. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  205. >
  206. </Filter>
  207. <Filter
  208. Name="Source Files"
  209. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  210. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  211. >
  212. <File
  213. RelativePath=".\accessors.c"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\filter\autocontrast.c"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\paint\bezier.c"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\filter\blur.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\codec.c"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\filter\color.c"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\colorstring.c"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\context.c"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\filter\convolution.c"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\dither\dbs.c"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\filter\dilate.c"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\dither.c"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\dither\ediff.c"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\paint\floodfill.c"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\codec\gdi.c"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\histogram\histogram.c"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\paint\line.c"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\combine\mean.c"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\measure.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\filter\median.c"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\combine\minmax.c"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\combine\mulscreen.c"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\render\noise.c"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\dither\ordered.c"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\codec\oric.c"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\dither\ostromoukhov.c"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\pipi.c"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\pixels.c"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\dither\random.c"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\quantize\reduce.c"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\resize.c"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\combine\rgb.c"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\render\screen.c"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\stock.c"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\combine\subadd.c"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\paint\tile.c"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\filter\transform.c"
  358. >
  359. </File>
  360. </Filter>
  361. </Files>
  362. <Globals>
  363. </Globals>
  364. </VisualStudioProject>