/xbmc/visualizations/Vortex/angelscript/angelscript/projects/msvc9/angelscript.vcproj

http://github.com/xbmc/xbmc · MSBuild · 437 lines · 437 code · 0 blank · 0 comment · 0 complexity · 51a2323ae032c02414420c8c2710e756 MD5 · raw file

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="angelscript"
  6. ProjectGUID="{39E6AF97-6BA3-4A72-8C61-BCEBF214EBFD}"
  7. RootNamespace="angelscript"
  8. TargetFrameworkVersion="131072"
  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="..\..\lib"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="4"
  23. WholeProgramOptimization="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. WholeProgramOptimization="false"
  44. PreprocessorDefinitions="ANGELSCRIPT_EXPORT;AS_DEBUG;WIN32;_DEBUG;_LIB"
  45. StringPooling="true"
  46. ExceptionHandling="0"
  47. BasicRuntimeChecks="3"
  48. SmallerTypeCheck="false"
  49. RuntimeLibrary="1"
  50. RuntimeTypeInfo="false"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="3"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLibrarianTool"
  66. LinkLibraryDependencies="true"
  67. OutputFile="$(OutDir)\$(ProjectName)d.lib"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCXDCMakeTool"
  74. />
  75. <Tool
  76. Name="VCBscMakeTool"
  77. />
  78. <Tool
  79. Name="VCFxCopTool"
  80. />
  81. <Tool
  82. Name="VCPostBuildEventTool"
  83. />
  84. </Configuration>
  85. <Configuration
  86. Name="Release|Win32"
  87. OutputDirectory="../../lib"
  88. IntermediateDirectory="$(ConfigurationName)"
  89. ConfigurationType="4"
  90. >
  91. <Tool
  92. Name="VCPreBuildEventTool"
  93. />
  94. <Tool
  95. Name="VCCustomBuildTool"
  96. />
  97. <Tool
  98. Name="VCXMLDataGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCMIDLTool"
  105. />
  106. <Tool
  107. Name="VCCLCompilerTool"
  108. Optimization="3"
  109. FavorSizeOrSpeed="1"
  110. WholeProgramOptimization="true"
  111. PreprocessorDefinitions="ANGELSCRIPT_EXPORT;WIN32;NDEBUG;_LIB"
  112. StringPooling="true"
  113. ExceptionHandling="0"
  114. RuntimeLibrary="0"
  115. BufferSecurityCheck="false"
  116. RuntimeTypeInfo="false"
  117. WarningLevel="3"
  118. Detect64BitPortabilityProblems="true"
  119. />
  120. <Tool
  121. Name="VCManagedResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCPreLinkEventTool"
  128. />
  129. <Tool
  130. Name="VCLibrarianTool"
  131. />
  132. <Tool
  133. Name="VCALinkTool"
  134. />
  135. <Tool
  136. Name="VCXDCMakeTool"
  137. />
  138. <Tool
  139. Name="VCBscMakeTool"
  140. />
  141. <Tool
  142. Name="VCFxCopTool"
  143. />
  144. <Tool
  145. Name="VCPostBuildEventTool"
  146. />
  147. </Configuration>
  148. </Configurations>
  149. <References>
  150. </References>
  151. <Files>
  152. <Filter
  153. Name="Source Files"
  154. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  155. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  156. >
  157. <File
  158. RelativePath="..\..\source\as_arrayobject.cpp"
  159. >
  160. </File>
  161. <File
  162. RelativePath="..\..\source\as_atomic.cpp"
  163. >
  164. </File>
  165. <File
  166. RelativePath="..\..\source\as_builder.cpp"
  167. >
  168. </File>
  169. <File
  170. RelativePath="..\..\source\as_bytecode.cpp"
  171. >
  172. </File>
  173. <File
  174. RelativePath="..\..\source\as_callfunc.cpp"
  175. >
  176. </File>
  177. <File
  178. RelativePath="..\..\source\as_callfunc_arm.cpp"
  179. >
  180. </File>
  181. <File
  182. RelativePath="..\..\source\as_callfunc_mips.cpp"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\..\source\as_callfunc_sh4.cpp"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\..\source\as_callfunc_x86.cpp"
  191. >
  192. </File>
  193. <File
  194. RelativePath="..\..\source\as_compiler.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\..\source\as_configgroup.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\..\source\as_context.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\..\source\as_datatype.cpp"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\..\source\as_gc.cpp"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\..\source\as_generic.cpp"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\..\source\as_globalproperty.cpp"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\..\source\as_memory.cpp"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\..\source\as_module.cpp"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\..\source\as_objecttype.cpp"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\..\source\as_outputbuffer.cpp"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\..\source\as_parser.cpp"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\..\source\as_restore.cpp"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\..\source\as_scriptcode.cpp"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\..\source\as_scriptengine.cpp"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\..\source\as_scriptfunction.cpp"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\..\source\as_scriptnode.cpp"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\..\source\as_scriptobject.cpp"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\..\source\as_string.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\..\source\as_string_util.cpp"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\..\source\as_thread.cpp"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\..\source\as_tokenizer.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\..\source\as_typeinfo.cpp"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\..\source\as_variablescope.cpp"
  287. >
  288. </File>
  289. </Filter>
  290. <Filter
  291. Name="Header Files"
  292. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  293. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  294. >
  295. <File
  296. RelativePath="..\..\include\angelscript.h"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\..\source\as_array.h"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\..\source\as_arrayobject.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\..\source\as_builder.h"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\..\source\as_bytecode.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\..\source\as_callfunc.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\..\source\as_compiler.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\..\source\as_config.h"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\..\source\as_configgroup.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\..\source\as_context.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\..\source\as_datatype.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\..\source\as_debug.h"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\..\source\as_generic.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\..\source\as_map.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\..\source\as_module.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\..\source\as_objecttype.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\..\source\as_outputbuffer.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\..\source\as_parser.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\..\source\as_property.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\..\source\as_restore.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\source\as_scriptcode.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\source\as_scriptengine.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\..\source\as_scriptfunction.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\source\as_scriptnode.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\source\as_scriptobject.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\..\source\as_string.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\..\source\as_string_util.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\source\as_texts.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\source\as_thread.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\source\as_tokendef.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\..\source\as_tokenizer.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\..\source\as_typeinfo.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\..\source\as_variablescope.h"
  425. >
  426. </File>
  427. </Filter>
  428. <Filter
  429. Name="Resource Files"
  430. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  431. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  432. >
  433. </Filter>
  434. </Files>
  435. <Globals>
  436. </Globals>
  437. </VisualStudioProject>