Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

430 рядки
8.3 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;..\win32\ffmpeg\include"
  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 avutil-50.lib avformat-52.lib avcodec-52.lib swscale-0.lib"
  65. OutputFile="$(OutDir)\$(ProjectName)-0.dll"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="..\win32\ffmpeg\lib"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  70. RandomizedBaseAddress="1"
  71. DataExecutionPrevention="0"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. CommandLine="xcopy /Y /D $(SolutionDir)\win32\ffmpeg\lib\*.dll $(OutDir)"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\bin"
  100. IntermediateDirectory="$(OutDir)\$(ProjectName)"
  101. ConfigurationType="2"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. AdditionalIncludeDirectories="..\win32;..;.;..\win32\ffmpeg\include"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;__LIBPIPI__"
  122. RuntimeLibrary="2"
  123. UsePrecompiledHeader="0"
  124. WarningLevel="3"
  125. Detect64BitPortabilityProblems="true"
  126. DebugInformationFormat="3"
  127. />
  128. <Tool
  129. Name="VCManagedResourceCompilerTool"
  130. />
  131. <Tool
  132. Name="VCResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. />
  137. <Tool
  138. Name="VCLinkerTool"
  139. AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib avutil-50.lib avformat-52.lib avcodec-52.lib swscale-0.lib"
  140. OutputFile="$(OutDir)\$(ProjectName)-0.dll"
  141. LinkIncremental="2"
  142. AdditionalLibraryDirectories="..\win32\ffmpeg\lib"
  143. GenerateDebugInformation="true"
  144. SubSystem="2"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. RandomizedBaseAddress="1"
  148. DataExecutionPrevention="0"
  149. TargetMachine="1"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. CommandLine="xcopy /Y /D $(SolutionDir)\win32\ffmpeg\lib\*.dll $(OutDir)"
  172. />
  173. </Configuration>
  174. </Configurations>
  175. <References>
  176. </References>
  177. <Files>
  178. <Filter
  179. Name="Header Files"
  180. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  181. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  182. >
  183. <File
  184. RelativePath="..\win32\config.h"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\pipi.h"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\pipi_internals.h"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\pipi_stubs.h"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\pipi_template.h"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\win32\pipi_types.h"
  205. >
  206. </File>
  207. </Filter>
  208. <Filter
  209. Name="Source Files"
  210. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  211. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  212. >
  213. <File
  214. RelativePath=".\accessors.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\codec.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\colorstring.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\context.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\dither.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\pipi.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\pixels.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\crop.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\sequence.c"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\stock.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\tiles.c"
  255. >
  256. </File>
  257. <Filter
  258. Name="codec"
  259. >
  260. <File
  261. RelativePath=".\codec\gdi.c"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\codec\gdiplus.cpp"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\codec\oric.c"
  270. >
  271. </File>
  272. </Filter>
  273. <Filter
  274. Name="resample"
  275. >
  276. <File
  277. RelativePath=".\resample\bresenham.c"
  278. >
  279. </File>
  280. </Filter>
  281. <Filter
  282. Name="combine"
  283. >
  284. <File
  285. RelativePath=".\combine\blit.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\combine\merge.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=".\combine\rgb.c"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\combine\subadd.c"
  306. >
  307. </File>
  308. </Filter>
  309. <Filter
  310. Name="dither"
  311. >
  312. <File
  313. RelativePath=".\dither\dbs.c"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\dither\ediff.c"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\dither\ordered.c"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\dither\ostromoukhov.c"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\dither\random.c"
  330. >
  331. </File>
  332. </Filter>
  333. <Filter
  334. Name="filter"
  335. >
  336. <File
  337. RelativePath=".\filter\autocontrast.c"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\filter\blur.c"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\filter\color.c"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\filter\convolution.c"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\filter\dilate.c"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\filter\median.c"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\filter\rotate.c"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\filter\transform.c"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\filter\wave.c"
  370. >
  371. </File>
  372. </Filter>
  373. <Filter
  374. Name="quantize"
  375. >
  376. <File
  377. RelativePath=".\quantize\reduce.c"
  378. >
  379. </File>
  380. </Filter>
  381. <Filter
  382. Name="paint"
  383. >
  384. <File
  385. RelativePath=".\paint\bezier.c"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\paint\floodfill.c"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\paint\line.c"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\paint\tile.c"
  398. >
  399. </File>
  400. </Filter>
  401. <Filter
  402. Name="render"
  403. >
  404. <File
  405. RelativePath=".\render\noise.c"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\render\screen.c"
  410. >
  411. </File>
  412. </Filter>
  413. <Filter
  414. Name="analysis"
  415. >
  416. <File
  417. RelativePath=".\analysis\histogram.c"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\analysis\measure.c"
  422. >
  423. </File>
  424. </Filter>
  425. </Filter>
  426. </Files>
  427. <Globals>
  428. </Globals>
  429. </VisualStudioProject>