LibDLL.vcproj 8.8 KB

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