Clone of UAS2 @ https://github.com/drudgedance/uas2

UAS.dsp 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. # Microsoft Developer Studio Project File - Name="UAS" - 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=UAS - Win32 Debug
  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 "UAS.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 "UAS.mak" CFG="UAS - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "UAS - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "UAS - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName "UAS"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "UAS - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
  41. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FR /YX /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
  51. # ADD LINK32 .\Release\CRCWheel.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib winmm.lib ws2_32.lib /nologo /subsystem:windows /machine:I386 /out:".\Release\Server.exe"
  52. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  53. # PROP BASE Use_MFC 0
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 0
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "Debug"
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Ignore_Export_Lib 0
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
  65. # ADD CPP /nologo /W3 /GX /ZI /Od /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /FD /GZ /c
  66. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  67. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  69. # ADD RSC /l 0x409 /d "_DEBUG"
  70. BSC32=bscmake.exe
  71. # ADD BASE BSC32 /nologo
  72. # ADD BSC32 /nologo
  73. LINK32=link.exe
  74. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  75. # ADD LINK32 ..\Debug\CRCWheel.lib comctl32.lib winmm.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /map /debug /machine:I386 /out:"..\Debug\Server.exe" /pdbtype:sept
  76. # SUBTRACT LINK32 /incremental:no /nodefaultlib
  77. !ENDIF
  78. # Begin Target
  79. # Name "UAS - Win32 Release"
  80. # Name "UAS - Win32 Debug"
  81. # Begin Group "Source Files"
  82. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  83. # Begin Group "Item Objects"
  84. # PROP Default_Filter ""
  85. # Begin Source File
  86. SOURCE=.\cAmmo.cpp
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\cArmor.cpp
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\cBooks.cpp
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.\cClothes.cpp
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\cFoci.cpp
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\cFood.cpp
  102. !IF "$(CFG)" == "UAS - Win32 Release"
  103. # ADD CPP /Zi
  104. # SUBTRACT CPP /O<none>
  105. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  106. !ENDIF
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.\cGems.cpp
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\cHealingCon.cpp
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\cHealingKits.cpp
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\cJewelry.cpp
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\cLockpicks.cpp
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\cManaStones.cpp
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\cMisc.cpp
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.\cPack.cpp
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\cPlants.cpp
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.\cPyreals.cpp
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.\cSalvage.cpp
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\cScrolls.cpp
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\cShield.cpp
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\cSpellComponents.cpp
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\cTradeNotes.cpp
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\cTradeSkillMats.cpp
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\cWand.cpp
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\cWeapon.cpp
  161. # End Source File
  162. # End Group
  163. # Begin Group "World Objects"
  164. # PROP Default_Filter ""
  165. # Begin Source File
  166. SOURCE=.\cAltar.cpp
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\cChest.cpp
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\cCovenantCrystal.cpp
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\cDoor.cpp
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\cHooks.cpp
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\cHouse.cpp
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\cLifestone.cpp
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.\cMerchantSign.cpp
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.\cPortal.cpp
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.\cStorage.cpp
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.\cWorldObject.cpp
  197. # End Source File
  198. # End Group
  199. # Begin Source File
  200. SOURCE=.\Allegiance.cpp
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\Avatar.cpp
  204. !IF "$(CFG)" == "UAS - Win32 Release"
  205. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  206. # SUBTRACT CPP /O<none>
  207. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  208. # SUBTRACT CPP /YX /Yc /Yu
  209. !ENDIF
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\CharacterServer.cpp
  213. !IF "$(CFG)" == "UAS - Win32 Release"
  214. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  215. # SUBTRACT CPP /O<none>
  216. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  217. # SUBTRACT CPP /YX /Yc /Yu
  218. !ENDIF
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\cItemModels.cpp
  222. !IF "$(CFG)" == "UAS - Win32 Release"
  223. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  224. # SUBTRACT CPP /O<none>
  225. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  226. !ENDIF
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=.\Client.cpp
  230. !IF "$(CFG)" == "UAS - Win32 Release"
  231. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  232. # SUBTRACT CPP /O<none>
  233. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  234. # SUBTRACT CPP /YX /Yc /Yu
  235. !ENDIF
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.\cMagicModels.cpp
  239. !IF "$(CFG)" == "UAS - Win32 Release"
  240. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  241. # SUBTRACT CPP /O<none>
  242. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  243. # SUBTRACT CPP /YX /Yc /Yu
  244. !ENDIF
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=.\cModels.cpp
  248. !IF "$(CFG)" == "UAS - Win32 Release"
  249. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  250. # SUBTRACT CPP /O<none>
  251. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  252. # SUBTRACT CPP /YX /Yc /Yu
  253. !ENDIF
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=.\cMonsterServer.cpp
  257. !IF "$(CFG)" == "UAS - Win32 Release"
  258. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  259. # SUBTRACT CPP /O<none>
  260. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  261. # SUBTRACT CPP /YX /Yc /Yu
  262. !ENDIF
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.\cNPC.cpp
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.\cNPCModels.cpp
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.\CommandParser.cpp
  272. !IF "$(CFG)" == "UAS - Win32 Release"
  273. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  274. # SUBTRACT CPP /O<none>
  275. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  276. # SUBTRACT CPP /YX /Yc /Yu
  277. !ENDIF
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=.\Corpse.cpp
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=.\CorpseCleaner.cpp
  284. !IF "$(CFG)" == "UAS - Win32 Release"
  285. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  286. # SUBTRACT CPP /O<none>
  287. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  288. # SUBTRACT CPP /YX /Yc /Yu
  289. !ENDIF
  290. # End Source File
  291. # Begin Source File
  292. SOURCE=.\cPhysics.cpp
  293. !IF "$(CFG)" == "UAS - Win32 Release"
  294. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  295. # SUBTRACT CPP /O<none>
  296. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  297. # SUBTRACT CPP /YX /Yc /Yu
  298. !ENDIF
  299. # End Source File
  300. # Begin Source File
  301. SOURCE=.\cSpell.cpp
  302. # End Source File
  303. # Begin Source File
  304. SOURCE=.\cWObjectModels.cpp
  305. # End Source File
  306. # Begin Source File
  307. SOURCE=.\Database.cpp
  308. !IF "$(CFG)" == "UAS - Win32 Release"
  309. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  310. # SUBTRACT CPP /O<none>
  311. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  312. # SUBTRACT CPP /YX /Yc /Yu
  313. !ENDIF
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=.\DatFile.cpp
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=.\Fellowship.cpp
  320. # End Source File
  321. # Begin Source File
  322. SOURCE=.\Job.cpp
  323. !IF "$(CFG)" == "UAS - Win32 Release"
  324. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  325. # SUBTRACT CPP /O<none>
  326. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  327. # SUBTRACT CPP /YX /Yc /Yu
  328. !ENDIF
  329. # End Source File
  330. # Begin Source File
  331. SOURCE=.\MagicSystem.cpp
  332. !IF "$(CFG)" == "UAS - Win32 Release"
  333. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  334. # SUBTRACT CPP /O<none>
  335. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  336. # SUBTRACT CPP /YX /Yc /Yu
  337. !ENDIF
  338. # End Source File
  339. # Begin Source File
  340. SOURCE=.\MasterServer.cpp
  341. !IF "$(CFG)" == "UAS - Win32 Release"
  342. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  343. # SUBTRACT CPP /O<none>
  344. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  345. # SUBTRACT CPP /YX /Yc /Yu
  346. !ENDIF
  347. # End Source File
  348. # Begin Source File
  349. SOURCE=.\Message.cpp
  350. !IF "$(CFG)" == "UAS - Win32 Release"
  351. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  352. # SUBTRACT CPP /O<none>
  353. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  354. # SUBTRACT CPP /YX /Yc /Yu
  355. !ENDIF
  356. # End Source File
  357. # Begin Source File
  358. SOURCE=.\Monster.cpp
  359. !IF "$(CFG)" == "UAS - Win32 Release"
  360. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  361. # SUBTRACT CPP /O<none>
  362. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  363. # SUBTRACT CPP /YX /Yc /Yu
  364. !ENDIF
  365. # End Source File
  366. # Begin Source File
  367. SOURCE=.\Object.cpp
  368. !IF "$(CFG)" == "UAS - Win32 Release"
  369. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  370. # SUBTRACT CPP /O<none>
  371. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  372. # SUBTRACT CPP /YX /Yc /Yu
  373. !ENDIF
  374. # End Source File
  375. # Begin Source File
  376. SOURCE=.\SimpleAI.cpp
  377. !IF "$(CFG)" == "UAS - Win32 Release"
  378. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  379. # SUBTRACT CPP /O<none>
  380. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  381. # SUBTRACT CPP /YX /Yc /Yu
  382. !ENDIF
  383. # End Source File
  384. # Begin Source File
  385. SOURCE=.\Status.cpp
  386. !IF "$(CFG)" == "UAS - Win32 Release"
  387. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  388. # SUBTRACT CPP /O<none>
  389. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  390. # SUBTRACT CPP /YX /Yc /Yu
  391. !ENDIF
  392. # End Source File
  393. # Begin Source File
  394. SOURCE=.\TreasureGen.cpp
  395. # End Source File
  396. # Begin Source File
  397. SOURCE=.\WarSpell.cpp
  398. !IF "$(CFG)" == "UAS - Win32 Release"
  399. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  400. # SUBTRACT CPP /O<none>
  401. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  402. # SUBTRACT CPP /YX /Yc /Yu
  403. !ENDIF
  404. # End Source File
  405. # Begin Source File
  406. SOURCE=.\WinMain.cpp
  407. !IF "$(CFG)" == "UAS - Win32 Release"
  408. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  409. # SUBTRACT CPP /O<none>
  410. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  411. # SUBTRACT CPP /YX /Yc /Yu
  412. !ENDIF
  413. # End Source File
  414. # Begin Source File
  415. SOURCE=.\WorldManager.cpp
  416. !IF "$(CFG)" == "UAS - Win32 Release"
  417. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  418. # SUBTRACT CPP /O<none>
  419. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  420. # SUBTRACT CPP /YX /Yc /Yu
  421. !ENDIF
  422. # End Source File
  423. # Begin Source File
  424. SOURCE=.\WorldServer.cpp
  425. !IF "$(CFG)" == "UAS - Win32 Release"
  426. # ADD CPP /Zi /I "C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE"
  427. # SUBTRACT CPP /O<none>
  428. !ELSEIF "$(CFG)" == "UAS - Win32 Debug"
  429. # SUBTRACT CPP /YX /Yc /Yu
  430. !ENDIF
  431. # End Source File
  432. # End Group
  433. # Begin Group "Header Files"
  434. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  435. # Begin Source File
  436. SOURCE=.\Account.h
  437. # End Source File
  438. # Begin Source File
  439. SOURCE=.\Allegiance.h
  440. # End Source File
  441. # Begin Source File
  442. SOURCE=.\Avatar.h
  443. # End Source File
  444. # Begin Source File
  445. SOURCE=.\CannedPackets.h
  446. # End Source File
  447. # Begin Source File
  448. SOURCE=.\CharacterServer.h
  449. # End Source File
  450. # Begin Source File
  451. SOURCE=.\cItemModels.h
  452. # End Source File
  453. # Begin Source File
  454. SOURCE=.\Client.h
  455. # End Source File
  456. # Begin Source File
  457. SOURCE=.\cMagicModels.h
  458. # End Source File
  459. # Begin Source File
  460. SOURCE=.\cModels.h
  461. # End Source File
  462. # Begin Source File
  463. SOURCE=.\cMonsterServer.h
  464. # End Source File
  465. # Begin Source File
  466. SOURCE=.\cNPCModels.h
  467. # End Source File
  468. # Begin Source File
  469. SOURCE=.\CommandParser.h
  470. # End Source File
  471. # Begin Source File
  472. SOURCE=.\CorpseCleaner.h
  473. # End Source File
  474. # Begin Source File
  475. SOURCE=.\cPhysics.h
  476. # End Source File
  477. # Begin Source File
  478. SOURCE=.\cSpell.h
  479. # End Source File
  480. # Begin Source File
  481. SOURCE=.\cWObjectModels.h
  482. # End Source File
  483. # Begin Source File
  484. SOURCE=.\Database.h
  485. # End Source File
  486. # Begin Source File
  487. SOURCE=.\DatFile.h
  488. # End Source File
  489. # Begin Source File
  490. SOURCE=.\events.h
  491. # End Source File
  492. # Begin Source File
  493. SOURCE=.\Fellowship.h
  494. # End Source File
  495. # Begin Source File
  496. SOURCE=.\Job.h
  497. # End Source File
  498. # Begin Source File
  499. SOURCE=.\MagicSystem.h
  500. # End Source File
  501. # Begin Source File
  502. SOURCE=.\mainpage.h
  503. # End Source File
  504. # Begin Source File
  505. SOURCE=.\MasterServer.h
  506. # End Source File
  507. # Begin Source File
  508. SOURCE=.\Message.h
  509. # End Source File
  510. # Begin Source File
  511. SOURCE=.\Object.h
  512. # End Source File
  513. # Begin Source File
  514. SOURCE=.\PacketPipe.h
  515. # End Source File
  516. # Begin Source File
  517. SOURCE=.\RecvPacket.h
  518. # End Source File
  519. # Begin Source File
  520. SOURCE=.\Shared.h
  521. # End Source File
  522. # Begin Source File
  523. SOURCE=.\SimpleAI.h
  524. # End Source File
  525. # Begin Source File
  526. SOURCE=.\Status.h
  527. # End Source File
  528. # Begin Source File
  529. SOURCE=.\TreasureGen.h
  530. # End Source File
  531. # Begin Source File
  532. SOURCE=.\uas.h
  533. # End Source File
  534. # Begin Source File
  535. SOURCE=.\VersionNo.h
  536. # End Source File
  537. # Begin Source File
  538. SOURCE=.\WorldManager.h
  539. # End Source File
  540. # Begin Source File
  541. SOURCE=.\WorldServer.h
  542. # End Source File
  543. # End Group
  544. # Begin Group "Resource Files"
  545. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  546. # Begin Source File
  547. SOURCE=.\resource.h
  548. # End Source File
  549. # Begin Source File
  550. SOURCE=.\UAS.ico
  551. # End Source File
  552. # Begin Source File
  553. SOURCE=.\UAS.rc
  554. # End Source File
  555. # Begin Source File
  556. SOURCE=.\resource\UAS2.ico
  557. # End Source File
  558. # End Group
  559. # Begin Source File
  560. SOURCE=.\blobage.txt
  561. # End Source File
  562. # Begin Source File
  563. SOURCE=.\UAS2_ver.dsm
  564. # End Source File
  565. # End Target
  566. # End Project