LibDLL.vcproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="LibPlaqueDLL"
  6. ProjectGUID="{4FD21B55-F834-400E-8951-55740734A2C8}"
  7. RootNamespace="LibIMTDLL"
  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)\..\lib"
  22. IntermediateDirectory="Debug"
  23. ConfigurationType="2"
  24. UseOfMFC="1"
  25. UseOfATL="0"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. AdditionalOptions=" "
  46. Optimization="0"
  47. AdditionalIncludeDirectories="&quot;..\LibExt\dcmtk-3.5.4\include&quot;;&quot;..\LibExt\libxml2-2.6.26\include&quot;"
  48. PreprocessorDefinitions="_USE_MATH_DEFINES;WIN32;_WIN32_DCOM;COM_NO_WINDOWS_H;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;WINVER=0x501;PLAQUE_DLL;MATH_DLL_EXPORTS;UNICODE;_UNICODE"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="0"
  51. RuntimeLibrary="1"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. Detect64BitPortabilityProblems="true"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLinkerTool"
  68. IgnoreImportLibrary="true"
  69. AdditionalDependencies="dcmnet.lib dcmdata.lib ofstd.lib ws2_32.lib netapi32.lib wsock32.lib dcmimgle.lib dcmimage.lib dcmjpeg.lib ijg8.lib ijg12.lib ijg16.lib zlibd.lib libxml2d.lib iconvd.lib comsuppw.lib"
  70. AdditionalLibraryDirectories="&quot;$(SolutionDir)\..\LibExt\dcmtk-3.5.4\lib_d&quot;;&quot;$(SolutionDir)\..\LibExt\zlib-1.2.3\lib&quot;;&quot;$(SolutionDir)\..\LibExt\libxml2-2.6.26\lib&quot;;&quot;$(SolutionDir)\..\LibExt\OpenCV-1.0\lib&quot;"
  71. ModuleDefinitionFile=""
  72. GenerateDebugInformation="true"
  73. HeapReserveSize="0"
  74. HeapCommitSize="0"
  75. StackReserveSize="8000000"
  76. StackCommitSize="8000000"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="$(SolutionDir)\..\lib"
  105. IntermediateDirectory="$(ConfigurationName)"
  106. ConfigurationType="2"
  107. UseOfMFC="1"
  108. UseOfATL="0"
  109. CharacterSet="2"
  110. WholeProgramOptimization="1"
  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. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\LibExt\dcmtk-3.5.4\include&quot;;&quot;$(SolutionDir)\..\include&quot;;&quot;$(SolutionDir)\..\LibExt\libxml2-2.6.26\include&quot;"
  130. PreprocessorDefinitions="_USE_MATH_DEFINES;WIN32;_WIN32_DCOM;COM_NO_WINDOWS_H;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;WINVER=0x501;IMT_DLL;MATH_DLL_EXPORTS;UNICODE;_UNICODE"
  131. RuntimeLibrary="0"
  132. TreatWChar_tAsBuiltInType="true"
  133. UsePrecompiledHeader="0"
  134. WarningLevel="3"
  135. Detect64BitPortabilityProblems="true"
  136. DebugInformationFormat="0"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCPreLinkEventTool"
  146. />
  147. <Tool
  148. Name="VCLinkerTool"
  149. AdditionalDependencies="ws2_32.lib netapi32.lib ofstd.lib dcmdata.lib dcmimgle.lib dcmimage.lib dcmjpeg.lib ijg8.lib ijg12.lib ijg16.lib zlib.lib libxml2.lib iconv.lib comsuppw.lib"
  150. AdditionalLibraryDirectories="&quot;$(SolutionDir)\..\LibExt\dcmtk-3.5.4\lib&quot;;&quot;$(SolutionDir)\..\LibExt\zlib-1.2.3\lib&quot;;&quot;$(SolutionDir)\..\LibExt\libxml2-2.6.26\lib&quot;;&quot;$(SolutionDir)\..\LibExt\OpenCV-1.0\lib&quot;"
  151. ModuleDefinitionFile=""
  152. RandomizedBaseAddress="1"
  153. DataExecutionPrevention="0"
  154. />
  155. <Tool
  156. Name="VCALinkTool"
  157. />
  158. <Tool
  159. Name="VCManifestTool"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. />
  167. <Tool
  168. Name="VCFxCopTool"
  169. />
  170. <Tool
  171. Name="VCAppVerifierTool"
  172. />
  173. <Tool
  174. Name="VCPostBuildEventTool"
  175. />
  176. </Configuration>
  177. </Configurations>
  178. <References>
  179. </References>
  180. <Files>
  181. <Filter
  182. Name="Pattern Headers"
  183. >
  184. <File
  185. RelativePath=".\Pattern\Singleton.h"
  186. >
  187. </File>
  188. </Filter>
  189. <Filter
  190. Name="IO Sources"
  191. >
  192. <File
  193. RelativePath=".\IO\DicomIO.cpp"
  194. >
  195. </File>
  196. </Filter>
  197. <Filter
  198. Name="IO Headers"
  199. >
  200. <File
  201. RelativePath=".\IO\DicomIO.h"
  202. >
  203. </File>
  204. </Filter>
  205. <Filter
  206. Name="Container Sources"
  207. >
  208. <File
  209. RelativePath=".\Container\ExtendedImage.cpp"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\Container\Video.cpp"
  214. >
  215. </File>
  216. </Filter>
  217. <Filter
  218. Name="Container Headers"
  219. >
  220. <File
  221. RelativePath=".\Container\ExtendedImage.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\Container\Video.h"
  226. >
  227. </File>
  228. </Filter>
  229. <Filter
  230. Name="NR Sources"
  231. >
  232. <File
  233. RelativePath=".\NR\ToolsMath.cpp"
  234. >
  235. </File>
  236. </Filter>
  237. <Filter
  238. Name="NR Headers"
  239. >
  240. <File
  241. RelativePath=".\NR\ToolsMath.h"
  242. >
  243. </File>
  244. </Filter>
  245. <Filter
  246. Name="Plaque Headers"
  247. >
  248. <File
  249. RelativePath=".\Plaque\CPlaqueInfo.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\Plaque\CPlaqueResult.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\Plaque\MeanEstimate.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\Plaque\PlaqueBase.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\Plaque\PlaqueInterface.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\Plaque\PlaqueInterfaceDLL.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\Plaque\PlaqueResult.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\Plaque\region.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\Plaque\Ressource.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\Plaque\scale.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\Plaque\vector.h"
  290. >
  291. </File>
  292. </Filter>
  293. <Filter
  294. Name="Plaque Sources"
  295. >
  296. <File
  297. RelativePath=".\Plaque\CPlaqueResult.cpp"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\Plaque\MeanEstimate.cpp"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\Plaque\PlaqueBase.cpp"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\Plaque\PlaqueInterface.cpp"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\Plaque\PlaqueInterfaceDLL.cpp"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\Plaque\region.cpp"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\Plaque\scale.cpp"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\Plaque\vector.cpp"
  326. >
  327. </File>
  328. </Filter>
  329. <Filter
  330. Name="Mouchard Headers"
  331. >
  332. <File
  333. RelativePath=".\Mouchard\Identifiant.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\Mouchard\Mouchard.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\Mouchard\MouchardInterfaceDLL.h"
  342. >
  343. </File>
  344. </Filter>
  345. <Filter
  346. Name="Mouchard Sources"
  347. >
  348. <File
  349. RelativePath=".\Mouchard\Mouchard.cpp"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\Mouchard\MouchardInterfaceDLL.cpp"
  354. >
  355. </File>
  356. </Filter>
  357. <Filter
  358. Name="Object Headers"
  359. >
  360. <File
  361. RelativePath=".\Object\drawEllipse.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\Object\point.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\Object\rectangle.h"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\Object\regionEllipse.h"
  374. >
  375. </File>
  376. </Filter>
  377. <Filter
  378. Name="Object Sources"
  379. >
  380. <File
  381. RelativePath=".\Object\drawEllipse.cpp"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\Object\point.cpp"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\Object\rectangle.cpp"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\Object\regionEllipse.cpp"
  394. >
  395. </File>
  396. </Filter>
  397. <Filter
  398. Name="TRIM Headers"
  399. >
  400. <File
  401. RelativePath=".\TRIM\imgBase.cpp"
  402. >
  403. </File>
  404. </Filter>
  405. <Filter
  406. Name="TRIM Sources"
  407. >
  408. <File
  409. RelativePath=".\TRIM\img.h"
  410. >
  411. </File>
  412. </Filter>
  413. <File
  414. RelativePath=".\LibIMTDLL.rc"
  415. >
  416. </File>
  417. <File
  418. RelativePath=".\ReadMe.txt"
  419. >
  420. </File>
  421. <File
  422. RelativePath=".\resource.h"
  423. >
  424. </File>
  425. </Files>
  426. <Globals>
  427. </Globals>
  428. </VisualStudioProject>