common.vcproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="common"
  6. ProjectGUID="{8273822F-45A4-4BE3-82F3-B8B3223C578C}"
  7. RootNamespace="common"
  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|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="4"
  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. AdditionalIncludeDirectories="../include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLibrarianTool"
  64. AdditionalDependencies="lua5.1.lib"
  65. AdditionalLibraryDirectories="..\lib"
  66. />
  67. <Tool
  68. Name="VCALinkTool"
  69. />
  70. <Tool
  71. Name="VCXDCMakeTool"
  72. />
  73. <Tool
  74. Name="VCBscMakeTool"
  75. />
  76. <Tool
  77. Name="VCFxCopTool"
  78. />
  79. <Tool
  80. Name="VCPostBuildEventTool"
  81. />
  82. </Configuration>
  83. <Configuration
  84. Name="Release|Win32"
  85. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  86. IntermediateDirectory="$(ConfigurationName)"
  87. ConfigurationType="4"
  88. CharacterSet="1"
  89. WholeProgramOptimization="1"
  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="2"
  109. EnableIntrinsicFunctions="true"
  110. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  111. RuntimeLibrary="2"
  112. EnableFunctionLevelLinking="true"
  113. UsePrecompiledHeader="0"
  114. WarningLevel="3"
  115. DebugInformationFormat="3"
  116. />
  117. <Tool
  118. Name="VCManagedResourceCompilerTool"
  119. />
  120. <Tool
  121. Name="VCResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCPreLinkEventTool"
  125. />
  126. <Tool
  127. Name="VCLibrarianTool"
  128. />
  129. <Tool
  130. Name="VCALinkTool"
  131. />
  132. <Tool
  133. Name="VCXDCMakeTool"
  134. />
  135. <Tool
  136. Name="VCBscMakeTool"
  137. />
  138. <Tool
  139. Name="VCFxCopTool"
  140. />
  141. <Tool
  142. Name="VCPostBuildEventTool"
  143. />
  144. </Configuration>
  145. </Configurations>
  146. <References>
  147. </References>
  148. <Files>
  149. <File
  150. RelativePath="..\..\..\src\common\config.h"
  151. >
  152. </File>
  153. <File
  154. RelativePath="..\..\..\src\common\Data.h"
  155. >
  156. </File>
  157. <File
  158. RelativePath="..\..\..\src\common\EnumMap.h"
  159. >
  160. </File>
  161. <File
  162. RelativePath="..\..\..\src\common\Exception.cpp"
  163. >
  164. <FileConfiguration
  165. Name="Debug|Win32"
  166. >
  167. <Tool
  168. Name="VCCLCompilerTool"
  169. ObjectFile="$(IntDir)\common\"
  170. />
  171. </FileConfiguration>
  172. <FileConfiguration
  173. Name="Release|Win32"
  174. >
  175. <Tool
  176. Name="VCCLCompilerTool"
  177. ObjectFile="$(IntDir)\common\"
  178. />
  179. </FileConfiguration>
  180. </File>
  181. <File
  182. RelativePath="..\..\..\src\common\Exception.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\..\..\src\common\math.h"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\..\..\src\common\Matrix.cpp"
  191. >
  192. <FileConfiguration
  193. Name="Debug|Win32"
  194. >
  195. <Tool
  196. Name="VCCLCompilerTool"
  197. ObjectFile="$(IntDir)\common\"
  198. />
  199. </FileConfiguration>
  200. <FileConfiguration
  201. Name="Release|Win32"
  202. >
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. ObjectFile="$(IntDir)\common\"
  206. />
  207. </FileConfiguration>
  208. </File>
  209. <File
  210. RelativePath="..\..\..\src\common\Matrix.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\..\..\src\common\MemoryData.cpp"
  215. >
  216. <FileConfiguration
  217. Name="Debug|Win32"
  218. >
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. ObjectFile="$(IntDir)\common\"
  222. />
  223. </FileConfiguration>
  224. <FileConfiguration
  225. Name="Release|Win32"
  226. >
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. ObjectFile="$(IntDir)\common\"
  230. />
  231. </FileConfiguration>
  232. </File>
  233. <File
  234. RelativePath="..\..\..\src\common\MemoryData.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\..\..\src\common\Module.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\..\..\src\common\Object.cpp"
  243. >
  244. <FileConfiguration
  245. Name="Debug|Win32"
  246. >
  247. <Tool
  248. Name="VCCLCompilerTool"
  249. ObjectFile="$(IntDir)\common\"
  250. />
  251. </FileConfiguration>
  252. <FileConfiguration
  253. Name="Release|Win32"
  254. >
  255. <Tool
  256. Name="VCCLCompilerTool"
  257. ObjectFile="$(IntDir)\common\"
  258. />
  259. </FileConfiguration>
  260. </File>
  261. <File
  262. RelativePath="..\..\..\src\common\Object.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\..\..\src\common\Reference.cpp"
  267. >
  268. <FileConfiguration
  269. Name="Debug|Win32"
  270. >
  271. <Tool
  272. Name="VCCLCompilerTool"
  273. ObjectFile="$(IntDir)\common\"
  274. />
  275. </FileConfiguration>
  276. <FileConfiguration
  277. Name="Release|Win32"
  278. >
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. ObjectFile="$(IntDir)\common\"
  282. />
  283. </FileConfiguration>
  284. </File>
  285. <File
  286. RelativePath="..\..\..\src\common\Reference.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\..\..\src\common\runtime.cpp"
  291. >
  292. <FileConfiguration
  293. Name="Debug|Win32"
  294. >
  295. <Tool
  296. Name="VCCLCompilerTool"
  297. ObjectFile="$(IntDir)\common\"
  298. />
  299. </FileConfiguration>
  300. <FileConfiguration
  301. Name="Release|Win32"
  302. >
  303. <Tool
  304. Name="VCCLCompilerTool"
  305. ObjectFile="$(IntDir)\common\"
  306. />
  307. </FileConfiguration>
  308. </File>
  309. <File
  310. RelativePath="..\..\..\src\common\runtime.h"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\..\..\src\common\StringMap.h"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\..\..\src\common\types.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath="..\..\..\src\common\utf8.cpp"
  323. >
  324. <FileConfiguration
  325. Name="Debug|Win32"
  326. >
  327. <Tool
  328. Name="VCCLCompilerTool"
  329. ObjectFile="$(IntDir)\common\"
  330. />
  331. </FileConfiguration>
  332. <FileConfiguration
  333. Name="Release|Win32"
  334. >
  335. <Tool
  336. Name="VCCLCompilerTool"
  337. ObjectFile="$(IntDir)\common\"
  338. />
  339. </FileConfiguration>
  340. </File>
  341. <File
  342. RelativePath="..\..\..\src\common\utf8.h"
  343. >
  344. </File>
  345. <File
  346. RelativePath="..\..\..\src\common\Vector.cpp"
  347. >
  348. <FileConfiguration
  349. Name="Debug|Win32"
  350. >
  351. <Tool
  352. Name="VCCLCompilerTool"
  353. ObjectFile="$(IntDir)\common\"
  354. />
  355. </FileConfiguration>
  356. <FileConfiguration
  357. Name="Release|Win32"
  358. >
  359. <Tool
  360. Name="VCCLCompilerTool"
  361. ObjectFile="$(IntDir)\common\"
  362. />
  363. </FileConfiguration>
  364. </File>
  365. <File
  366. RelativePath="..\..\..\src\common\Vector.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath="..\..\..\src\common\version.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath="..\..\..\src\common\wrap_Data.cpp"
  375. >
  376. <FileConfiguration
  377. Name="Debug|Win32"
  378. >
  379. <Tool
  380. Name="VCCLCompilerTool"
  381. ObjectFile="$(IntDir)\common\"
  382. />
  383. </FileConfiguration>
  384. <FileConfiguration
  385. Name="Release|Win32"
  386. >
  387. <Tool
  388. Name="VCCLCompilerTool"
  389. ObjectFile="$(IntDir)\common\"
  390. />
  391. </FileConfiguration>
  392. </File>
  393. <File
  394. RelativePath="..\..\..\src\common\wrap_Data.h"
  395. >
  396. </File>
  397. </Files>
  398. <Globals>
  399. </Globals>
  400. </VisualStudioProject>