You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

414 lines
7.7 KiB

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