cn3d.dsp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:22k
源码类别:

生物技术

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="cn3d" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=cn3d - Win32 ReleaseDLL
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE 
  9. !MESSAGE NMAKE /f "cn3d.mak".
  10. !MESSAGE 
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "cn3d.mak" CFG="cn3d - Win32 ReleaseDLL"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "cn3d - Win32 ReleaseDLL" (based on "Win32 (x86) Application")
  19. !MESSAGE "cn3d - Win32 ReleaseMT" (based on "Win32 (x86) Application")
  20. !MESSAGE "cn3d - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "cn3d - Win32 DebugDLL" (based on "Win32 (x86) Application")
  22. !MESSAGE "cn3d - Win32 DebugMT" (based on "Win32 (x86) Application")
  23. !MESSAGE "cn3d - Win32 Debug" (based on "Win32 (x86) Application")
  24. !MESSAGE 
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""
  28. # PROP Scc_LocalPath ""
  29. CPP=cl.exe
  30. MTL=midl.exe
  31. RSC=rc.exe
  32. !IF  "$(CFG)" == "cn3d - Win32 ReleaseDLL"
  33. # PROP BASE Use_MFC 0
  34. # PROP BASE Use_Debug_Libraries 0
  35. # PROP BASE Output_Dir "ReleaseDLL"
  36. # PROP BASE Intermediate_Dir "ReleaseDLL"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 0
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir "....binReleaseDLL"
  41. # PROP Intermediate_Dir "ReleaseDLL"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. LIB32=link.exe -lib
  45. # ADD BASE LIB32 /nologo
  46. # ADD LIB32 /nologo
  47. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "WXUSINGDLL=1" /YX /FD /c
  48. # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "........include" /I "........srcapp" /I "........srcalgostructure" /I "...........wxwininclude" /I "...........ncbiinclude" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "__WXMSW__" /D "__WIN32__" /D "_WINDOWS" /D "__WINDOWS__" /D WINVER=0x0400 /D "WXUSINGDLL=1" /YX /FD /c
  49. # SUBTRACT CPP /Fr
  50. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  51. # ADD RSC /l 0x409 /i "...........wxwininclude" /d "NDEBUG"
  52. BSC32=bscmake.exe
  53. # ADD BASE BSC32 /nologo
  54. # ADD BSC32 /nologo
  55. LINK32=link.exe
  56. # ADD BASE LINK32 /pdb:none /machine:IX86
  57. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib jpeg.lib png.lib tiff.lib zlib.lib wx.lib opengl32.lib glu32.lib comdlg32.lib advapi32.lib user32.lib gdi32.lib comctl32.lib ole32.lib ws2_32.lib shell32.lib rpcrt4.lib /nologo /incremental:no /subsystem:windows /pdb:none /machine:IX86 /libpath:"...........wxwinReleaseDLL" /libpath:"...........ncbiReleaseDLL"
  58. !ELSEIF  "$(CFG)" == "cn3d - Win32 ReleaseMT"
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 0
  61. # PROP BASE Output_Dir "ReleaseMT"
  62. # PROP BASE Intermediate_Dir "ReleaseMT"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 0
  65. # PROP Use_Debug_Libraries 0
  66. # PROP Output_Dir "....binReleaseMT"
  67. # PROP Intermediate_Dir "ReleaseMT"
  68. # PROP Ignore_Export_Lib 0
  69. # PROP Target_Dir ""
  70. LIB32=link.exe -lib
  71. # ADD BASE LIB32 /nologo
  72. # ADD LIB32 /nologo
  73. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  74. # ADD CPP /nologo /MT /W3 /GR /GX /O2 /I "........include" /I "........srcapp" /I "........srcalgostructure" /I "...........wxwininclude" /I "...........ncbiinclude" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "__WXMSW__" /D "__WIN32__" /D "_WINDOWS" /D "__WINDOWS__" /D WINVER=0x0400 /YX /FD /c
  75. # SUBTRACT CPP /Fr
  76. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  77. # ADD RSC /l 0x409 /i "...........wxwininclude" /d "NDEBUG"
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. LINK32=link.exe
  82. # ADD BASE LINK32 /pdb:none /machine:IX86
  83. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib jpeg.lib png.lib tiff.lib zlib.lib wx.lib opengl32.lib glu32.lib comdlg32.lib advapi32.lib user32.lib gdi32.lib comctl32.lib ole32.lib ws2_32.lib shell32.lib rpcrt4.lib /nologo /incremental:no /subsystem:windows /pdb:none /machine:IX86 /libpath:"...........wxwinReleaseMT" /libpath:"...........ncbiReleaseMT"
  84. !ELSEIF  "$(CFG)" == "cn3d - Win32 Release"
  85. # PROP BASE Use_MFC 0
  86. # PROP BASE Use_Debug_Libraries 0
  87. # PROP BASE Output_Dir "Release"
  88. # PROP BASE Intermediate_Dir "Release"
  89. # PROP BASE Target_Dir ""
  90. # PROP Use_MFC 0
  91. # PROP Use_Debug_Libraries 0
  92. # PROP Output_Dir "....binRelease"
  93. # PROP Intermediate_Dir "Release"
  94. # PROP Ignore_Export_Lib 0
  95. # PROP Target_Dir ""
  96. LIB32=link.exe -lib
  97. # ADD BASE LIB32 /nologo
  98. # ADD LIB32 /nologo
  99. # ADD BASE CPP /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  100. # ADD CPP /nologo /ML /W3 /GR /GX /O2 /I "........include" /I "........srcapp" /I "........srcalgostructure" /I "...........wxwininclude" /I "...........ncbiinclude" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "__WXMSW__" /D "__WIN32__" /D "_WINDOWS" /D "__WINDOWS__" /D WINVER=0x0400 /YX /FD /c
  101. # SUBTRACT CPP /Fr
  102. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  103. # ADD RSC /l 0x409 /i "...........wxwininclude" /d "NDEBUG"
  104. BSC32=bscmake.exe
  105. # ADD BASE BSC32 /nologo
  106. # ADD BSC32 /nologo
  107. LINK32=link.exe
  108. # ADD BASE LINK32 /pdb:none /machine:IX86
  109. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib jpeg.lib png.lib tiff.lib zlib.lib wx.lib opengl32.lib glu32.lib comdlg32.lib advapi32.lib user32.lib gdi32.lib comctl32.lib ole32.lib ws2_32.lib shell32.lib rpcrt4.lib /nologo /incremental:no /subsystem:windows /pdb:none /machine:IX86 /libpath:"...........wxwinRelease" /libpath:"...........ncbiRelease"
  110. !ELSEIF  "$(CFG)" == "cn3d - Win32 DebugDLL"
  111. # PROP BASE Use_MFC 0
  112. # PROP BASE Use_Debug_Libraries 1
  113. # PROP BASE Output_Dir "DebugDLL"
  114. # PROP BASE Intermediate_Dir "DebugDLL"
  115. # PROP BASE Target_Dir ""
  116. # PROP Use_MFC 0
  117. # PROP Use_Debug_Libraries 1
  118. # PROP Output_Dir "....binDebugDLL"
  119. # PROP Intermediate_Dir "DebugDLL"
  120. # PROP Ignore_Export_Lib 0
  121. # PROP Target_Dir ""
  122. LIB32=link.exe -lib
  123. # ADD BASE LIB32 /nologo
  124. # ADD LIB32 /nologo
  125. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "__WXDEBUG__=1" /D "WXUSINGDLL=1" /YX /FD /GZ /c
  126. # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Z7 /Od /I "........include" /I "........srcapp" /I "........srcalgostructure" /I "...........wxwininclude" /I "...........ncbiinclude" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "__WXMSW__" /D "__WIN32__" /D "_WINDOWS" /D "__WINDOWS__" /D WINVER=0x0400 /D "__WXDEBUG__=1" /D "WXUSINGDLL=1" /YX /FD /GZ /c
  127. # SUBTRACT CPP /Fr
  128. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  129. # ADD RSC /l 0x409 /i "...........wxwininclude" /d "_DEBUG"
  130. BSC32=bscmake.exe
  131. # ADD BASE BSC32 /nologo
  132. # ADD BSC32 /nologo
  133. LINK32=link.exe
  134. # ADD BASE LINK32 /pdb:none /debug /machine:IX86
  135. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib jpeg.lib png.lib tiff.lib zlib.lib wx.lib opengl32.lib glu32.lib comdlg32.lib advapi32.lib user32.lib gdi32.lib comctl32.lib ole32.lib ws2_32.lib shell32.lib rpcrt4.lib /nologo /incremental:yes /subsystem:windows /pdb:none /debug /machine:IX86 /libpath:"...........wxwinDebugDLL" /libpath:"...........ncbiDebugDLL"
  136. !ELSEIF  "$(CFG)" == "cn3d - Win32 DebugMT"
  137. # PROP BASE Use_MFC 0
  138. # PROP BASE Use_Debug_Libraries 1
  139. # PROP BASE Output_Dir "DebugMT"
  140. # PROP BASE Intermediate_Dir "DebugMT"
  141. # PROP BASE Target_Dir ""
  142. # PROP Use_MFC 0
  143. # PROP Use_Debug_Libraries 1
  144. # PROP Output_Dir "....binDebugMT"
  145. # PROP Intermediate_Dir "DebugMT"
  146. # PROP Ignore_Export_Lib 0
  147. # PROP Target_Dir ""
  148. LIB32=link.exe -lib
  149. # ADD BASE LIB32 /nologo
  150. # ADD LIB32 /nologo
  151. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "__WXDEBUG__=1" /YX /FD /GZ /c
  152. # ADD CPP /nologo /MTd /W3 /Gm /GR /GX /Z7 /Od /I "........include" /I "........srcapp" /I "........srcalgostructure" /I "...........wxwininclude" /I "...........ncbiinclude" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "__WXMSW__" /D "__WIN32__" /D "_WINDOWS" /D "__WINDOWS__" /D WINVER=0x0400 /D "__WXDEBUG__=1" /YX /FD /GZ /c
  153. # SUBTRACT CPP /Fr
  154. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  155. # ADD RSC /l 0x409 /i "...........wxwininclude" /d "_DEBUG"
  156. BSC32=bscmake.exe
  157. # ADD BASE BSC32 /nologo
  158. # ADD BSC32 /nologo
  159. LINK32=link.exe
  160. # ADD BASE LINK32 /pdb:none /debug /machine:IX86
  161. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib jpeg.lib png.lib tiff.lib zlib.lib wx.lib opengl32.lib glu32.lib comdlg32.lib advapi32.lib user32.lib gdi32.lib comctl32.lib ole32.lib ws2_32.lib shell32.lib rpcrt4.lib /nologo /incremental:yes /subsystem:windows /pdb:none /debug /machine:IX86 /libpath:"...........wxwinDebugMT" /libpath:"...........ncbiDebugMT"
  162. !ELSEIF  "$(CFG)" == "cn3d - Win32 Debug"
  163. # PROP BASE Use_MFC 0
  164. # PROP BASE Use_Debug_Libraries 1
  165. # PROP BASE Output_Dir "Debug"
  166. # PROP BASE Intermediate_Dir "Debug"
  167. # PROP BASE Target_Dir ""
  168. # PROP Use_MFC 0
  169. # PROP Use_Debug_Libraries 1
  170. # PROP Output_Dir "....binDebug"
  171. # PROP Intermediate_Dir "Debug"
  172. # PROP Ignore_Export_Lib 0
  173. # PROP Target_Dir ""
  174. LIB32=link.exe -lib
  175. # ADD BASE LIB32 /nologo
  176. # ADD LIB32 /nologo
  177. # ADD BASE CPP /nologo /MLd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "__WXDEBUG__=1" /YX /FD /GZ /c
  178. # ADD CPP /nologo /MLd /W3 /Gm /GR /GX /Z7 /Od /I "........include" /I "........srcapp" /I "........srcalgostructure" /I "...........wxwininclude" /I "...........ncbiinclude" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "__WXMSW__" /D "__WIN32__" /D "_WINDOWS" /D "__WINDOWS__" /D WINVER=0x0400 /D "__WXDEBUG__=1" /YX /FD /GZ /c
  179. # SUBTRACT CPP /Fr
  180. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  181. # ADD RSC /l 0x409 /i "...........wxwininclude" /d "_DEBUG"
  182. BSC32=bscmake.exe
  183. # ADD BASE BSC32 /nologo
  184. # ADD BSC32 /nologo
  185. LINK32=link.exe
  186. # ADD BASE LINK32 /pdb:none /debug /machine:IX86
  187. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib jpeg.lib png.lib tiff.lib zlib.lib wx.lib opengl32.lib glu32.lib comdlg32.lib advapi32.lib user32.lib gdi32.lib comctl32.lib ole32.lib ws2_32.lib shell32.lib rpcrt4.lib /nologo /incremental:yes /subsystem:windows /pdb:none /debug /machine:IX86 /libpath:"...........wxwinDebug" /libpath:"...........ncbiDebug"
  188. !ENDIF 
  189. # Begin Target
  190. # Name "cn3d - Win32 ReleaseDLL"
  191. # Name "cn3d - Win32 ReleaseMT"
  192. # Name "cn3d - Win32 Release"
  193. # Name "cn3d - Win32 DebugDLL"
  194. # Name "cn3d - Win32 DebugMT"
  195. # Name "cn3d - Win32 Debug"
  196. # Begin Group "Source Files"
  197. # PROP Default_Filter "cpp;c;cxx;def;r;odl;idl;hpj;bat"
  198. # Begin Source File
  199. SOURCE=........srcappcn3dalignment_manager.cpp
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=........srcappcn3dalignment_set.cpp
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=........srcappcn3danimation_controls.cpp
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=........srcappcn3dannotate_dialog.cpp
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=........srcappcn3datom_set.cpp
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=........srcappcn3dblock_multiple_alignment.cpp
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=........srcappcn3dbond.cpp
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=........srcappcn3dcdd_annot_dialog.cpp
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=........srcappcn3dcdd_book_ref_dialog.cpp
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=........srcappcn3dcdd_ref_dialog.cpp
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=........srcappcn3dcdd_splash_dialog.cpp
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=........srcappcn3dchemical_graph.cpp
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=........srcappcn3dcn3d_app.cpp
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=........srcappcn3dcn3d_ba_interface.cpp
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=........srcappcn3dcn3d_blast.cpp
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=........srcappcn3dcn3d_cache.cpp
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=........srcappcn3dcn3d_colors.cpp
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=........srcappcn3dcn3d_glcanvas.cpp
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=........srcappcn3dcn3d_png.cpp
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=........srcappcn3dcn3d_threader.cpp
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=........srcappcn3dcn3d_tools.cpp
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=........srcappcn3dcommand_processor.cpp
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=........srcappcn3dconservation_colorer.cpp
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=........srcappcn3dcoord_set.cpp
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=........srcappcn3ddata_manager.cpp
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=........srcappcn3dfile_messaging.cpp
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=........srcappcn3dmessenger.cpp
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=........srcappcn3dmolecule.cpp
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=........srcappcn3dmolecule_identifier.cpp
  284. # End Source File
  285. # Begin Source File
  286. SOURCE=........srcappcn3dmultitext_dialog.cpp
  287. # End Source File
  288. # Begin Source File
  289. SOURCE=........srcappcn3dobject_3d.cpp
  290. # End Source File
  291. # Begin Source File
  292. SOURCE=........srcappcn3dopengl_renderer.cpp
  293. # End Source File
  294. # Begin Source File
  295. SOURCE=........srcappcn3dperiodic_table.cpp
  296. # End Source File
  297. # Begin Source File
  298. SOURCE=........srcappcn3dpreferences_dialog.cpp
  299. # End Source File
  300. # Begin Source File
  301. SOURCE=........srcappcn3dprogress_meter.cpp
  302. # End Source File
  303. # Begin Source File
  304. SOURCE=........srcappcn3dresidue.cpp
  305. # End Source File
  306. # Begin Source File
  307. SOURCE=........srcappcn3dsequence_display.cpp
  308. # End Source File
  309. # Begin Source File
  310. SOURCE=........srcappcn3dsequence_set.cpp
  311. # End Source File
  312. # Begin Source File
  313. SOURCE=........srcappcn3dsequence_viewer.cpp
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=........srcappcn3dsequence_viewer_widget.cpp
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=........srcappcn3dsequence_viewer_window.cpp
  320. # End Source File
  321. # Begin Source File
  322. SOURCE=........srcappcn3dshow_hide_dialog.cpp
  323. # End Source File
  324. # Begin Source File
  325. SOURCE=........srcappcn3dshow_hide_manager.cpp
  326. # End Source File
  327. # Begin Source File
  328. SOURCE=........srcappcn3dstructure_base.cpp
  329. # End Source File
  330. # Begin Source File
  331. SOURCE=........srcappcn3dstructure_set.cpp
  332. # End Source File
  333. # Begin Source File
  334. SOURCE=........srcappcn3dstructure_window.cpp
  335. # End Source File
  336. # Begin Source File
  337. SOURCE=........srcappcn3dstyle_dialog.cpp
  338. # End Source File
  339. # Begin Source File
  340. SOURCE=........srcappcn3dstyle_manager.cpp
  341. # End Source File
  342. # Begin Source File
  343. SOURCE=........srcappcn3dtaxonomy_tree.cpp
  344. # End Source File
  345. # Begin Source File
  346. SOURCE=........srcappcn3dupdate_viewer.cpp
  347. # End Source File
  348. # Begin Source File
  349. SOURCE=........srcappcn3dupdate_viewer_window.cpp
  350. # End Source File
  351. # Begin Source File
  352. SOURCE=........srcappcn3dvector_math.cpp
  353. # End Source File
  354. # Begin Source File
  355. SOURCE=........srcappcn3dviewer_base.cpp
  356. # End Source File
  357. # Begin Source File
  358. SOURCE=........srcappcn3dviewer_window_base.cpp
  359. # End Source File
  360. # Begin Source File
  361. SOURCE=........srcappcn3dwx_tools.cpp
  362. # End Source File
  363. # End Group
  364. # Begin Group "Header Files"
  365. # PROP Default_Filter ".hpp .h"
  366. # Begin Source File
  367. SOURCE=........srcappcn3dalignment_manager.hpp
  368. # End Source File
  369. # Begin Source File
  370. SOURCE=........srcappcn3dalignment_set.hpp
  371. # End Source File
  372. # Begin Source File
  373. SOURCE=........srcappcn3danimation_controls.hpp
  374. # End Source File
  375. # Begin Source File
  376. SOURCE=........srcappcn3dannotate_dialog.hpp
  377. # End Source File
  378. # Begin Source File
  379. SOURCE=........srcappcn3dasn_converter.hpp
  380. # End Source File
  381. # Begin Source File
  382. SOURCE=........srcappcn3dasn_reader.hpp
  383. # End Source File
  384. # Begin Source File
  385. SOURCE=........srcappcn3datom_set.hpp
  386. # End Source File
  387. # Begin Source File
  388. SOURCE=........srcappcn3dblock_multiple_alignment.hpp
  389. # End Source File
  390. # Begin Source File
  391. SOURCE=........srcappcn3dbond.hpp
  392. # End Source File
  393. # Begin Source File
  394. SOURCE=........srcappcn3dcdd_annot_dialog.hpp
  395. # End Source File
  396. # Begin Source File
  397. SOURCE=........srcappcn3dcdd_book_ref_dialog.hpp
  398. # End Source File
  399. # Begin Source File
  400. SOURCE=........srcappcn3dcdd_ref_dialog.hpp
  401. # End Source File
  402. # Begin Source File
  403. SOURCE=........srcappcn3dcdd_splash_dialog.hpp
  404. # End Source File
  405. # Begin Source File
  406. SOURCE=........srcappcn3dchemical_graph.hpp
  407. # End Source File
  408. # Begin Source File
  409. SOURCE=........srcappcn3dcn3d_app.hpp
  410. # End Source File
  411. # Begin Source File
  412. SOURCE=........srcappcn3dcn3d_ba_interface.hpp
  413. # End Source File
  414. # Begin Source File
  415. SOURCE=........srcappcn3dcn3d_blast.hpp
  416. # End Source File
  417. # Begin Source File
  418. SOURCE=........srcappcn3dcn3d_cache.hpp
  419. # End Source File
  420. # Begin Source File
  421. SOURCE=........srcappcn3dcn3d_colors.hpp
  422. # End Source File
  423. # Begin Source File
  424. SOURCE=........srcappcn3dcn3d_glcanvas.hpp
  425. # End Source File
  426. # Begin Source File
  427. SOURCE=........srcappcn3dcn3d_png.hpp
  428. # End Source File
  429. # Begin Source File
  430. SOURCE=........srcappcn3dcn3d_threader.hpp
  431. # End Source File
  432. # Begin Source File
  433. SOURCE=........srcappcn3dcn3d_tools.hpp
  434. # End Source File
  435. # Begin Source File
  436. SOURCE=........srcappcn3dcommand_processor.hpp
  437. # End Source File
  438. # Begin Source File
  439. SOURCE=........srcappcn3dconservation_colorer.hpp
  440. # End Source File
  441. # Begin Source File
  442. SOURCE=........srcappcn3dcoord_set.hpp
  443. # End Source File
  444. # Begin Source File
  445. SOURCE=........srcappcn3ddata_manager.hpp
  446. # End Source File
  447. # Begin Source File
  448. SOURCE=........srcappcn3dfile_messaging.hpp
  449. # End Source File
  450. # Begin Source File
  451. SOURCE=........srcappcn3dmessenger.hpp
  452. # End Source File
  453. # Begin Source File
  454. SOURCE=........srcappcn3dmolecule.hpp
  455. # End Source File
  456. # Begin Source File
  457. SOURCE=........srcappcn3dmolecule_identifier.hpp
  458. # End Source File
  459. # Begin Source File
  460. SOURCE=........srcappcn3dmultitext_dialog.hpp
  461. # End Source File
  462. # Begin Source File
  463. SOURCE=........srcappcn3dobject_3d.hpp
  464. # End Source File
  465. # Begin Source File
  466. SOURCE=........srcappcn3dopengl_renderer.hpp
  467. # End Source File
  468. # Begin Source File
  469. SOURCE=........srcappcn3dperiodic_table.hpp
  470. # End Source File
  471. # Begin Source File
  472. SOURCE=........srcappcn3dpng.h
  473. # End Source File
  474. # Begin Source File
  475. SOURCE=........srcappcn3dpngconf.h
  476. # End Source File
  477. # Begin Source File
  478. SOURCE=........srcappcn3dpreferences_dialog.hpp
  479. # End Source File
  480. # Begin Source File
  481. SOURCE=........srcappcn3dprogress_meter.hpp
  482. # End Source File
  483. # Begin Source File
  484. SOURCE=........srcappcn3dresidue.hpp
  485. # End Source File
  486. # Begin Source File
  487. SOURCE=........srcappcn3dsequence_display.hpp
  488. # End Source File
  489. # Begin Source File
  490. SOURCE=........srcappcn3dsequence_set.hpp
  491. # End Source File
  492. # Begin Source File
  493. SOURCE=........srcappcn3dsequence_viewer.hpp
  494. # End Source File
  495. # Begin Source File
  496. SOURCE=........srcappcn3dsequence_viewer_widget.hpp
  497. # End Source File
  498. # Begin Source File
  499. SOURCE=........srcappcn3dsequence_viewer_window.hpp
  500. # End Source File
  501. # Begin Source File
  502. SOURCE=........srcappcn3dshow_hide_callback.hpp
  503. # End Source File
  504. # Begin Source File
  505. SOURCE=........srcappcn3dshow_hide_dialog.hpp
  506. # End Source File
  507. # Begin Source File
  508. SOURCE=........srcappcn3dshow_hide_manager.hpp
  509. # End Source File
  510. # Begin Source File
  511. SOURCE=........srcappcn3dstructure_base.hpp
  512. # End Source File
  513. # Begin Source File
  514. SOURCE=........srcappcn3dstructure_set.hpp
  515. # End Source File
  516. # Begin Source File
  517. SOURCE=........srcappcn3dstructure_window.hpp
  518. # End Source File
  519. # Begin Source File
  520. SOURCE=........srcappcn3dstyle_dialog.hpp
  521. # End Source File
  522. # Begin Source File
  523. SOURCE=........srcappcn3dstyle_manager.hpp
  524. # End Source File
  525. # Begin Source File
  526. SOURCE=........srcappcn3dtaxonomy_tree.hpp
  527. # End Source File
  528. # Begin Source File
  529. SOURCE=........srcappcn3dupdate_viewer.hpp
  530. # End Source File
  531. # Begin Source File
  532. SOURCE=........srcappcn3dupdate_viewer_window.hpp
  533. # End Source File
  534. # Begin Source File
  535. SOURCE=........srcappcn3dvector_math.hpp
  536. # End Source File
  537. # Begin Source File
  538. SOURCE=........srcappcn3dviewable_alignment.hpp
  539. # End Source File
  540. # Begin Source File
  541. SOURCE=........srcappcn3dviewer_base.hpp
  542. # End Source File
  543. # Begin Source File
  544. SOURCE=........srcappcn3dviewer_window_base.hpp
  545. # End Source File
  546. # Begin Source File
  547. SOURCE=........srcappcn3dwx_tools.hpp
  548. # End Source File
  549. # Begin Source File
  550. SOURCE=........srcappcn3dzconf.h
  551. # End Source File
  552. # Begin Source File
  553. SOURCE=........srcappcn3dzlib.h
  554. # End Source File
  555. # End Group
  556. # Begin Group "Resource Files"
  557. # PROP Default_Filter "rc;rc2;ico;cur;bmp;dlg;rct;bin;rgs;gif;jpg;jpeg;jpe"
  558. # Begin Source File
  559. SOURCE=........srcappcn3dcn3d.rc
  560. # End Source File
  561. # End Group
  562. # End Target
  563. # End Project