Lua5.1.vcproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Lua5.1"
  6. ProjectGUID="{443BDD4C-9246-41E8-8511-56FA94192C20}"
  7. RootNamespace="Lua51"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug_MDDLL|Win32"
  21. OutputDirectory="..\..\..\..\..\bin\Lua\"
  22. IntermediateDirectory="$(OutDir)obj5.1\$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. PreprocessorDefinitions="WIN32;_DEBUG;LUA_BUILD_AS_DLL"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. DebugInformationFormat="4"
  51. CompileAs="1"
  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. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCManifestTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCAppVerifierTool"
  82. />
  83. <Tool
  84. Name="VCPostBuildEventTool"
  85. />
  86. </Configuration>
  87. <Configuration
  88. Name="Release_MDDLL|Win32"
  89. OutputDirectory="..\..\..\..\..\bin\Lua\"
  90. IntermediateDirectory="$(OutDir)obj5.1\$(ConfigurationName)"
  91. ConfigurationType="2"
  92. CharacterSet="1"
  93. WholeProgramOptimization="1"
  94. >
  95. <Tool
  96. Name="VCPreBuildEventTool"
  97. />
  98. <Tool
  99. Name="VCCustomBuildTool"
  100. />
  101. <Tool
  102. Name="VCXMLDataGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCWebServiceProxyGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCMIDLTool"
  109. />
  110. <Tool
  111. Name="VCCLCompilerTool"
  112. Optimization="2"
  113. EnableIntrinsicFunctions="true"
  114. PreprocessorDefinitions="WIN32;NDEBUG;LUA_BUILD_AS_DLL"
  115. RuntimeLibrary="2"
  116. EnableFunctionLevelLinking="true"
  117. UsePrecompiledHeader="0"
  118. WarningLevel="3"
  119. DebugInformationFormat="3"
  120. CompileAs="1"
  121. />
  122. <Tool
  123. Name="VCManagedResourceCompilerTool"
  124. />
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. />
  128. <Tool
  129. Name="VCPreLinkEventTool"
  130. />
  131. <Tool
  132. Name="VCLinkerTool"
  133. />
  134. <Tool
  135. Name="VCALinkTool"
  136. />
  137. <Tool
  138. Name="VCManifestTool"
  139. />
  140. <Tool
  141. Name="VCXDCMakeTool"
  142. />
  143. <Tool
  144. Name="VCBscMakeTool"
  145. />
  146. <Tool
  147. Name="VCFxCopTool"
  148. />
  149. <Tool
  150. Name="VCAppVerifierTool"
  151. />
  152. <Tool
  153. Name="VCPostBuildEventTool"
  154. />
  155. </Configuration>
  156. <Configuration
  157. Name="Debug_MDLIB|Win32"
  158. OutputDirectory="..\..\..\..\..\bin\Lua\"
  159. IntermediateDirectory="$(OutDir)obj5.1\$(ConfigurationName)"
  160. ConfigurationType="4"
  161. CharacterSet="1"
  162. >
  163. <Tool
  164. Name="VCPreBuildEventTool"
  165. />
  166. <Tool
  167. Name="VCCustomBuildTool"
  168. />
  169. <Tool
  170. Name="VCXMLDataGeneratorTool"
  171. />
  172. <Tool
  173. Name="VCWebServiceProxyGeneratorTool"
  174. />
  175. <Tool
  176. Name="VCMIDLTool"
  177. />
  178. <Tool
  179. Name="VCCLCompilerTool"
  180. Optimization="0"
  181. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  182. MinimalRebuild="true"
  183. BasicRuntimeChecks="3"
  184. RuntimeLibrary="3"
  185. UsePrecompiledHeader="0"
  186. WarningLevel="3"
  187. DebugInformationFormat="4"
  188. CompileAs="1"
  189. />
  190. <Tool
  191. Name="VCManagedResourceCompilerTool"
  192. />
  193. <Tool
  194. Name="VCResourceCompilerTool"
  195. />
  196. <Tool
  197. Name="VCPreLinkEventTool"
  198. />
  199. <Tool
  200. Name="VCLibrarianTool"
  201. />
  202. <Tool
  203. Name="VCALinkTool"
  204. />
  205. <Tool
  206. Name="VCXDCMakeTool"
  207. />
  208. <Tool
  209. Name="VCBscMakeTool"
  210. />
  211. <Tool
  212. Name="VCFxCopTool"
  213. />
  214. <Tool
  215. Name="VCPostBuildEventTool"
  216. />
  217. </Configuration>
  218. <Configuration
  219. Name="Debug_MTDLL|Win32"
  220. OutputDirectory="..\..\..\..\..\bin\Lua\"
  221. IntermediateDirectory="$(OutDir)obj5.1\$(ConfigurationName)"
  222. ConfigurationType="2"
  223. CharacterSet="1"
  224. >
  225. <Tool
  226. Name="VCPreBuildEventTool"
  227. />
  228. <Tool
  229. Name="VCCustomBuildTool"
  230. />
  231. <Tool
  232. Name="VCXMLDataGeneratorTool"
  233. />
  234. <Tool
  235. Name="VCWebServiceProxyGeneratorTool"
  236. />
  237. <Tool
  238. Name="VCMIDLTool"
  239. />
  240. <Tool
  241. Name="VCCLCompilerTool"
  242. Optimization="0"
  243. PreprocessorDefinitions="WIN32;_DEBUG;LUA_BUILD_AS_DLL"
  244. MinimalRebuild="true"
  245. BasicRuntimeChecks="3"
  246. RuntimeLibrary="1"
  247. UsePrecompiledHeader="0"
  248. WarningLevel="3"
  249. DebugInformationFormat="4"
  250. CompileAs="1"
  251. />
  252. <Tool
  253. Name="VCManagedResourceCompilerTool"
  254. />
  255. <Tool
  256. Name="VCResourceCompilerTool"
  257. />
  258. <Tool
  259. Name="VCPreLinkEventTool"
  260. />
  261. <Tool
  262. Name="VCLinkerTool"
  263. />
  264. <Tool
  265. Name="VCALinkTool"
  266. />
  267. <Tool
  268. Name="VCManifestTool"
  269. />
  270. <Tool
  271. Name="VCXDCMakeTool"
  272. />
  273. <Tool
  274. Name="VCBscMakeTool"
  275. />
  276. <Tool
  277. Name="VCFxCopTool"
  278. />
  279. <Tool
  280. Name="VCAppVerifierTool"
  281. />
  282. <Tool
  283. Name="VCPostBuildEventTool"
  284. />
  285. </Configuration>
  286. <Configuration
  287. Name="Debug_MTLIB|Win32"
  288. OutputDirectory="..\..\..\..\..\bin\Lua\"
  289. IntermediateDirectory="$(OutDir)obj5.1\$(ConfigurationName)"
  290. ConfigurationType="4"
  291. CharacterSet="1"
  292. >
  293. <Tool
  294. Name="VCPreBuildEventTool"
  295. />
  296. <Tool
  297. Name="VCCustomBuildTool"
  298. />
  299. <Tool
  300. Name="VCXMLDataGeneratorTool"
  301. />
  302. <Tool
  303. Name="VCWebServiceProxyGeneratorTool"
  304. />
  305. <Tool
  306. Name="VCMIDLTool"
  307. />
  308. <Tool
  309. Name="VCCLCompilerTool"
  310. Optimization="0"
  311. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  312. MinimalRebuild="true"
  313. BasicRuntimeChecks="3"
  314. RuntimeLibrary="1"
  315. UsePrecompiledHeader="0"
  316. WarningLevel="3"
  317. DebugInformationFormat="4"
  318. CompileAs="1"
  319. />
  320. <Tool
  321. Name="VCManagedResourceCompilerTool"
  322. />
  323. <Tool
  324. Name="VCResourceCompilerTool"
  325. />
  326. <Tool
  327. Name="VCPreLinkEventTool"
  328. />
  329. <Tool
  330. Name="VCLibrarianTool"
  331. />
  332. <Tool
  333. Name="VCALinkTool"
  334. />
  335. <Tool
  336. Name="VCXDCMakeTool"
  337. />
  338. <Tool
  339. Name="VCBscMakeTool"
  340. />
  341. <Tool
  342. Name="VCFxCopTool"
  343. />
  344. <Tool
  345. Name="VCPostBuildEventTool"
  346. />
  347. </Configuration>
  348. <Configuration
  349. Name="Release_MDLIB|Win32"
  350. OutputDirectory="..\..\..\..\..\bin\Lua\"
  351. IntermediateDirectory="$(OutDir)obj5.1\$(ConfigurationName)"
  352. ConfigurationType="4"
  353. CharacterSet="1"
  354. WholeProgramOptimization="1"
  355. >
  356. <Tool
  357. Name="VCPreBuildEventTool"
  358. />
  359. <Tool
  360. Name="VCCustomBuildTool"
  361. />
  362. <Tool
  363. Name="VCXMLDataGeneratorTool"
  364. />
  365. <Tool
  366. Name="VCWebServiceProxyGeneratorTool"
  367. />
  368. <Tool
  369. Name="VCMIDLTool"
  370. />
  371. <Tool
  372. Name="VCCLCompilerTool"
  373. Optimization="2"
  374. EnableIntrinsicFunctions="true"
  375. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  376. RuntimeLibrary="2"
  377. EnableFunctionLevelLinking="true"
  378. UsePrecompiledHeader="0"
  379. WarningLevel="3"
  380. DebugInformationFormat="3"
  381. CompileAs="1"
  382. />
  383. <Tool
  384. Name="VCManagedResourceCompilerTool"
  385. />
  386. <Tool
  387. Name="VCResourceCompilerTool"
  388. />
  389. <Tool
  390. Name="VCPreLinkEventTool"
  391. />
  392. <Tool
  393. Name="VCLibrarianTool"
  394. />
  395. <Tool
  396. Name="VCALinkTool"
  397. />
  398. <Tool
  399. Name="VCXDCMakeTool"
  400. />
  401. <Tool
  402. Name="VCBscMakeTool"
  403. />
  404. <Tool
  405. Name="VCFxCopTool"
  406. />
  407. <Tool
  408. Name="VCPostBuildEventTool"
  409. />
  410. </Configuration>
  411. <Configuration
  412. Name="Release_MTDLL|Win32"
  413. OutputDirectory="..\..\..\..\..\bin\Lua\"
  414. IntermediateDirectory="$(OutDir)obj5.1\$(ConfigurationName)"
  415. ConfigurationType="2"
  416. CharacterSet="1"
  417. WholeProgramOptimization="1"
  418. >
  419. <Tool
  420. Name="VCPreBuildEventTool"
  421. />
  422. <Tool
  423. Name="VCCustomBuildTool"
  424. />
  425. <Tool
  426. Name="VCXMLDataGeneratorTool"
  427. />
  428. <Tool
  429. Name="VCWebServiceProxyGeneratorTool"
  430. />
  431. <Tool
  432. Name="VCMIDLTool"
  433. />
  434. <Tool
  435. Name="VCCLCompilerTool"
  436. Optimization="2"
  437. EnableIntrinsicFunctions="true"
  438. PreprocessorDefinitions="WIN32;NDEBUG;LUA_BUILD_AS_DLL"
  439. RuntimeLibrary="0"
  440. EnableFunctionLevelLinking="true"
  441. UsePrecompiledHeader="0"
  442. WarningLevel="3"
  443. DebugInformationFormat="3"
  444. CompileAs="1"
  445. />
  446. <Tool
  447. Name="VCManagedResourceCompilerTool"
  448. />
  449. <Tool
  450. Name="VCResourceCompilerTool"
  451. />
  452. <Tool
  453. Name="VCPreLinkEventTool"
  454. />
  455. <Tool
  456. Name="VCLinkerTool"
  457. />
  458. <Tool
  459. Name="VCALinkTool"
  460. />
  461. <Tool
  462. Name="VCManifestTool"
  463. />
  464. <Tool
  465. Name="VCXDCMakeTool"
  466. />
  467. <Tool
  468. Name="VCBscMakeTool"
  469. />
  470. <Tool
  471. Name="VCFxCopTool"
  472. />
  473. <Tool
  474. Name="VCAppVerifierTool"
  475. />
  476. <Tool
  477. Name="VCPostBuildEventTool"
  478. />
  479. </Configuration>
  480. <Configuration
  481. Name="Release_MTLIB|Win32"
  482. OutputDirectory="..\..\..\..\..\bin\Lua\"
  483. IntermediateDirectory="$(OutDir)obj5.1\$(ConfigurationName)"
  484. ConfigurationType="4"
  485. CharacterSet="1"
  486. WholeProgramOptimization="1"
  487. >
  488. <Tool
  489. Name="VCPreBuildEventTool"
  490. />
  491. <Tool
  492. Name="VCCustomBuildTool"
  493. />
  494. <Tool
  495. Name="VCXMLDataGeneratorTool"
  496. />
  497. <Tool
  498. Name="VCWebServiceProxyGeneratorTool"
  499. />
  500. <Tool
  501. Name="VCMIDLTool"
  502. />
  503. <Tool
  504. Name="VCCLCompilerTool"
  505. Optimization="2"
  506. EnableIntrinsicFunctions="true"
  507. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  508. RuntimeLibrary="0"
  509. EnableFunctionLevelLinking="true"
  510. UsePrecompiledHeader="0"
  511. WarningLevel="3"
  512. DebugInformationFormat="3"
  513. CompileAs="1"
  514. />
  515. <Tool
  516. Name="VCManagedResourceCompilerTool"
  517. />
  518. <Tool
  519. Name="VCResourceCompilerTool"
  520. />
  521. <Tool
  522. Name="VCPreLinkEventTool"
  523. />
  524. <Tool
  525. Name="VCLibrarianTool"
  526. />
  527. <Tool
  528. Name="VCALinkTool"
  529. />
  530. <Tool
  531. Name="VCXDCMakeTool"
  532. />
  533. <Tool
  534. Name="VCBscMakeTool"
  535. />
  536. <Tool
  537. Name="VCFxCopTool"
  538. />
  539. <Tool
  540. Name="VCPostBuildEventTool"
  541. />
  542. </Configuration>
  543. </Configurations>
  544. <References>
  545. </References>
  546. <Files>
  547. <Filter
  548. Name="Ô´Îļþ"
  549. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  550. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  551. >
  552. <File
  553. RelativePath="..\..\lua-5.1.5\src\lapi.c"
  554. >
  555. </File>
  556. <File
  557. RelativePath="..\..\lua-5.1.5\src\lauxlib.c"
  558. >
  559. </File>
  560. <File
  561. RelativePath="..\..\lua-5.1.5\src\lbaselib.c"
  562. >
  563. </File>
  564. <File
  565. RelativePath="..\..\lua-5.1.5\src\lcode.c"
  566. >
  567. </File>
  568. <File
  569. RelativePath="..\..\lua-5.1.5\src\ldblib.c"
  570. >
  571. </File>
  572. <File
  573. RelativePath="..\..\lua-5.1.5\src\ldebug.c"
  574. >
  575. </File>
  576. <File
  577. RelativePath="..\..\lua-5.1.5\src\ldo.c"
  578. >
  579. </File>
  580. <File
  581. RelativePath="..\..\lua-5.1.5\src\ldump.c"
  582. >
  583. </File>
  584. <File
  585. RelativePath="..\..\lua-5.1.5\src\lfunc.c"
  586. >
  587. </File>
  588. <File
  589. RelativePath="..\..\lua-5.1.5\src\lgc.c"
  590. >
  591. </File>
  592. <File
  593. RelativePath="..\..\lua-5.1.5\src\linit.c"
  594. >
  595. </File>
  596. <File
  597. RelativePath="..\..\lua-5.1.5\src\liolib.c"
  598. >
  599. </File>
  600. <File
  601. RelativePath="..\..\lua-5.1.5\src\llex.c"
  602. >
  603. </File>
  604. <File
  605. RelativePath="..\..\lua-5.1.5\src\lmathlib.c"
  606. >
  607. </File>
  608. <File
  609. RelativePath="..\..\lua-5.1.5\src\lmem.c"
  610. >
  611. </File>
  612. <File
  613. RelativePath="..\..\lua-5.1.5\src\loadlib.c"
  614. >
  615. </File>
  616. <File
  617. RelativePath="..\..\lua-5.1.5\src\lobject.c"
  618. >
  619. </File>
  620. <File
  621. RelativePath="..\..\lua-5.1.5\src\lopcodes.c"
  622. >
  623. </File>
  624. <File
  625. RelativePath="..\..\lua-5.1.5\src\loslib.c"
  626. >
  627. </File>
  628. <File
  629. RelativePath="..\..\lua-5.1.5\src\lparser.c"
  630. >
  631. </File>
  632. <File
  633. RelativePath="..\..\lua-5.1.5\src\lstate.c"
  634. >
  635. </File>
  636. <File
  637. RelativePath="..\..\lua-5.1.5\src\lstring.c"
  638. >
  639. </File>
  640. <File
  641. RelativePath="..\..\lua-5.1.5\src\lstrlib.c"
  642. >
  643. </File>
  644. <File
  645. RelativePath="..\..\lua-5.1.5\src\ltable.c"
  646. >
  647. </File>
  648. <File
  649. RelativePath="..\..\lua-5.1.5\src\ltablib.c"
  650. >
  651. </File>
  652. <File
  653. RelativePath="..\..\lua-5.1.5\src\ltm.c"
  654. >
  655. </File>
  656. <File
  657. RelativePath="..\..\lua-5.1.5\src\lundump.c"
  658. >
  659. </File>
  660. <File
  661. RelativePath="..\..\lua-5.1.5\src\lvm.c"
  662. >
  663. </File>
  664. <File
  665. RelativePath="..\..\lua-5.1.5\src\lzio.c"
  666. >
  667. </File>
  668. <File
  669. RelativePath="..\..\lua-5.1.5\src\print.c"
  670. >
  671. </File>
  672. </Filter>
  673. <Filter
  674. Name="Í·Îļþ"
  675. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  676. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  677. >
  678. <File
  679. RelativePath="..\..\lua-5.1.5\src\lapi.h"
  680. >
  681. </File>
  682. <File
  683. RelativePath="..\..\lua-5.1.5\src\lauxlib.h"
  684. >
  685. </File>
  686. <File
  687. RelativePath="..\..\lua-5.1.5\src\lcode.h"
  688. >
  689. </File>
  690. <File
  691. RelativePath="..\..\lua-5.1.5\src\ldebug.h"
  692. >
  693. </File>
  694. <File
  695. RelativePath="..\..\lua-5.1.5\src\ldo.h"
  696. >
  697. </File>
  698. <File
  699. RelativePath="..\..\lua-5.1.5\src\lfunc.h"
  700. >
  701. </File>
  702. <File
  703. RelativePath="..\..\lua-5.1.5\src\lgc.h"
  704. >
  705. </File>
  706. <File
  707. RelativePath="..\..\lua-5.1.5\src\llex.h"
  708. >
  709. </File>
  710. <File
  711. RelativePath="..\..\lua-5.1.5\src\llimits.h"
  712. >
  713. </File>
  714. <File
  715. RelativePath="..\..\lua-5.1.5\src\lmem.h"
  716. >
  717. </File>
  718. <File
  719. RelativePath="..\..\lua-5.1.5\src\lobject.h"
  720. >
  721. </File>
  722. <File
  723. RelativePath="..\..\lua-5.1.5\src\lopcodes.h"
  724. >
  725. </File>
  726. <File
  727. RelativePath="..\..\lua-5.1.5\src\lparser.h"
  728. >
  729. </File>
  730. <File
  731. RelativePath="..\..\lua-5.1.5\src\lstate.h"
  732. >
  733. </File>
  734. <File
  735. RelativePath="..\..\lua-5.1.5\src\lstring.h"
  736. >
  737. </File>
  738. <File
  739. RelativePath="..\..\lua-5.1.5\src\ltable.h"
  740. >
  741. </File>
  742. <File
  743. RelativePath="..\..\lua-5.1.5\src\ltm.h"
  744. >
  745. </File>
  746. <File
  747. RelativePath="..\..\lua-5.1.5\src\lua.h"
  748. >
  749. </File>
  750. <File
  751. RelativePath="..\..\lua-5.1.5\src\luaconf.h"
  752. >
  753. </File>
  754. <File
  755. RelativePath="..\..\lua-5.1.5\src\lualib.h"
  756. >
  757. </File>
  758. <File
  759. RelativePath="..\..\lua-5.1.5\src\lundump.h"
  760. >
  761. </File>
  762. <File
  763. RelativePath="..\..\lua-5.1.5\src\lvm.h"
  764. >
  765. </File>
  766. <File
  767. RelativePath="..\..\lua-5.1.5\src\lzio.h"
  768. >
  769. </File>
  770. </Filter>
  771. <Filter
  772. Name="×ÊÔ´Îļþ"
  773. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  774. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  775. >
  776. </Filter>
  777. <File
  778. RelativePath="..\..\lua-5.1.5\src\Makefile"
  779. >
  780. </File>
  781. <File
  782. RelativePath=".\ReadMe.txt"
  783. >
  784. </File>
  785. </Files>
  786. <Globals>
  787. </Globals>
  788. </VisualStudioProject>