RocketControlsLua.vcproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="RocketcontrolsLua"
  6. ProjectGUID="{45C9CB50-E22C-465E-AB17-CA81D2372DEF}"
  7. RootNamespace="RocketLua"
  8. TargetFrameworkVersion="196613"
  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="$(IntDir)"
  21. IntermediateDirectory="build\$(ProjectName)\$(ConfigurationName)"
  22. ConfigurationType="2"
  23. CharacterSet="2"
  24. DeleteExtensionsOnClean="*.pch;*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath)"
  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. AdditionalIncludeDirectories="&quot;$(SolutionDir)..\Include&quot;;&quot;$(SolutionDir)..\Source\Core&quot;;&quot;$(SolutionDir)..\Dependencies\lua\src&quot;;&quot;$(SolutionDir)..\Source\Controls\Lua&quot;"
  45. PreprocessorDefinitions="_WIN32,_DEBUG,RocketcontrolsLua_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="2"
  50. PrecompiledHeaderThrough="precompiled.h"
  51. WarningLevel="3"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. LinkLibraryDependencies="false"
  66. AdditionalDependencies="lua51.lib RocketCore_d.lib RocketControls_d.lib RocketCoreLua_d.lib"
  67. ShowProgress="0"
  68. OutputFile="..\bin\$(ProjectName)_d.dll"
  69. AdditionalLibraryDirectories="$(SolutionDir)..\bin"
  70. GenerateManifest="false"
  71. EnableUAC="false"
  72. GenerateDebugInformation="true"
  73. ImportLibrary="$(TargetDir)$(TargetName).lib"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="$(IntDir)"
  101. IntermediateDirectory="build\$(ProjectName)\$(ConfigurationName)"
  102. ConfigurationType="2"
  103. CharacterSet="2"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. Optimization="3"
  124. InlineFunctionExpansion="0"
  125. EnableIntrinsicFunctions="true"
  126. WholeProgramOptimization="true"
  127. AdditionalIncludeDirectories="&quot;$(SolutionDir)..\Include&quot;;&quot;$(SolutionDir)..\Source\Core&quot;;&quot;$(SolutionDir)..\Dependencies\lua\src&quot;;&quot;$(SolutionDir)..\Source\Controls\Lua&quot;"
  128. PreprocessorDefinitions="_WIN32,NDEBUG,RocketcontrolsLua_EXPORTS"
  129. RuntimeLibrary="2"
  130. EnableFunctionLevelLinking="true"
  131. UsePrecompiledHeader="2"
  132. PrecompiledHeaderThrough="precompiled.h"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. />
  142. <Tool
  143. Name="VCPreLinkEventTool"
  144. />
  145. <Tool
  146. Name="VCLinkerTool"
  147. LinkLibraryDependencies="true"
  148. AdditionalDependencies="lua51.lib RocketCore.lib RocketControls.lib RocketCoreLua.lib"
  149. ShowProgress="0"
  150. OutputFile="..\bin\$(ProjectName).dll"
  151. AdditionalLibraryDirectories="$(SolutionDir)..\bin"
  152. GenerateManifest="false"
  153. EnableUAC="true"
  154. GenerateDebugInformation="false"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. LinkTimeCodeGeneration="1"
  158. ImportLibrary="$(TargetDir)$(TargetName).lib"
  159. TargetMachine="1"
  160. />
  161. <Tool
  162. Name="VCALinkTool"
  163. />
  164. <Tool
  165. Name="VCManifestTool"
  166. />
  167. <Tool
  168. Name="VCXDCMakeTool"
  169. />
  170. <Tool
  171. Name="VCBscMakeTool"
  172. />
  173. <Tool
  174. Name="VCFxCopTool"
  175. />
  176. <Tool
  177. Name="VCAppVerifierTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. </Configurations>
  184. <References>
  185. </References>
  186. <Files>
  187. <Filter
  188. Name="Controls"
  189. >
  190. <File
  191. RelativePath="..\Source\Controls\Lua\DataFormatter.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\Source\Controls\Lua\DataFormatter.h"
  196. >
  197. </File>
  198. <File
  199. RelativePath="..\Source\Controls\Lua\DataSource.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\Source\Controls\Lua\DataSource.h"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\Source\Controls\Lua\ElementDataGrid.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\Source\Controls\Lua\ElementDataGrid.h"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\Source\Controls\Lua\ElementDataGridRow.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\Source\Controls\Lua\ElementDataGridRow.h"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\Source\Controls\Lua\ElementTabSet.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\Source\Controls\Lua\ElementTabSet.h"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\Source\Controls\Lua\LuaDataFormatter.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\Source\Controls\Lua\LuaDataFormatter.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\Source\Controls\Lua\LuaDataSource.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\Source\Controls\Lua\LuaDataSource.h"
  244. >
  245. </File>
  246. <Filter
  247. Name="Forms"
  248. >
  249. <File
  250. RelativePath="..\Source\Controls\Lua\ElementForm.cpp"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\Source\Controls\Lua\ElementForm.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\Source\Controls\Lua\ElementFormControl.cpp"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\Source\Controls\Lua\ElementFormControl.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\Source\Controls\Lua\ElementFormControlDataSelect.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\Source\Controls\Lua\ElementFormControlDataSelect.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\Source\Controls\Lua\ElementFormControlInput.cpp"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\Source\Controls\Lua\ElementFormControlInput.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\Source\Controls\Lua\ElementFormControlSelect.cpp"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\Source\Controls\Lua\ElementFormControlSelect.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\Source\Controls\Lua\ElementFormControlTextArea.cpp"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\Source\Controls\Lua\ElementFormControlTextArea.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath="..\Source\Controls\Lua\SelectOptionsProxy.cpp"
  299. >
  300. </File>
  301. <File
  302. RelativePath="..\Source\Controls\Lua\SelectOptionsProxy.h"
  303. >
  304. </File>
  305. </Filter>
  306. </Filter>
  307. <File
  308. RelativePath="..\Source\Controls\Lua\Controls.cpp"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\Include\Rocket\Controls\Lua\Controls.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\Source\Core\Lua\precompiled.cpp"
  317. >
  318. <FileConfiguration
  319. Name="Debug|Win32"
  320. >
  321. <Tool
  322. Name="VCCLCompilerTool"
  323. UsePrecompiledHeader="1"
  324. />
  325. </FileConfiguration>
  326. <FileConfiguration
  327. Name="Release|Win32"
  328. >
  329. <Tool
  330. Name="VCCLCompilerTool"
  331. UsePrecompiledHeader="1"
  332. />
  333. </FileConfiguration>
  334. </File>
  335. <File
  336. RelativePath="..\Source\Core\Lua\precompiled.h"
  337. >
  338. </File>
  339. </Files>
  340. <Globals>
  341. </Globals>
  342. </VisualStudioProject>