/Rainman2/Rainman2.vcproj

http://modstudio2.googlecode.com/ · MSBuild · 559 lines · 559 code · 0 blank · 0 comment · 0 complexity · fcbc26189ae6b9f104e513ec55721d92 MD5 · raw file

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Rainman2"
  6. ProjectGUID="{D4B730B4-A9C3-4C01-86D5-FEC8BCE3CF34}"
  7. RootNamespace="Rainman2"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  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)lib"
  22. IntermediateDirectory="$(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. AdditionalOptions="/MP4"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="&quot;E:\CPP\lua-5.1.4\src&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\contrib\propgrid\include&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\contrib\include&quot;;E:\CPP\2K5\ModStudio2\Rainman2\include;&quot;E:\CPP\2K8\wxWidgets-2.8.8\include\msvc&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\include&quot;"
  46. PreprocessorDefinitions="WIN32;_DEBUG;RAINMAN2_EXPORTS;WXUSINGDLL;wxUSE_UNICODE =1;_SCL_SECURE_NO_WARNINGS;ZLIB_DLL"
  47. GeneratePreprocessedFile="0"
  48. MinimalRebuild="false"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="0"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="false"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. AdditionalDependencies="wxbase28ud.lib Lua5.1.lib"
  68. OutputFile="$(OutDir)\$(ProjectName)d.dll"
  69. AdditionalLibraryDirectories="&quot;E:\CPP\lua-5.1.4\release&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\lib\vc_dll&quot;"
  70. GenerateDebugInformation="true"
  71. RandomizedBaseAddress="1"
  72. DataExecutionPrevention="0"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. Description="Copy DLL from lib to debug"
  95. CommandLine="copy $(OutDir)\$(ProjectName)d.dll $(SolutionDir)debug\$(ProjectName)d.dll"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="$(SolutionDir)lib"
  101. IntermediateDirectory="$(ConfigurationName)"
  102. ConfigurationType="2"
  103. CharacterSet="1"
  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="2"
  125. EnableIntrinsicFunctions="true"
  126. FavorSizeOrSpeed="1"
  127. AdditionalIncludeDirectories="&quot;E:\CPP\lua-5.1.4\src&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\contrib\propgrid\include&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\contrib\include&quot;;E:\CPP\2K5\ModStudio2\Rainman2\include;&quot;E:\CPP\2K8\wxWidgets-2.8.8\include\msvc&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\include&quot;"
  128. PreprocessorDefinitions="WIN32;NDEBUG;RAINMAN2_EXPORTS;WXUSINGDLL;wxUSE_UNICODE =1;_SCL_SECURE_NO_WARNINGS;ZLIB_DLL;_BIND_TO_CURRENT_VCLIBS_VERSION=1"
  129. RuntimeLibrary="2"
  130. UsePrecompiledHeader="0"
  131. WarningLevel="3"
  132. Detect64BitPortabilityProblems="false"
  133. DebugInformationFormat="3"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. AdditionalDependencies="wxbase28u.lib Lua5.1.lib"
  147. AdditionalLibraryDirectories="&quot;E:\CPP\lua-5.1.4\release&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\lib\vc_dll&quot;"
  148. OptimizeForWindows98="0"
  149. RandomizedBaseAddress="1"
  150. DataExecutionPrevention="0"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCManifestTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. />
  164. <Tool
  165. Name="VCFxCopTool"
  166. />
  167. <Tool
  168. Name="VCAppVerifierTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. Description="Copy DLL from lib to release"
  173. CommandLine="copy $(OutDir)\$(ProjectName).dll $(SolutionDir)release\$(ProjectName).dll"
  174. />
  175. </Configuration>
  176. <Configuration
  177. Name="ReleaseMinimal|Win32"
  178. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  179. IntermediateDirectory="$(ConfigurationName)"
  180. ConfigurationType="2"
  181. CharacterSet="1"
  182. WholeProgramOptimization="1"
  183. >
  184. <Tool
  185. Name="VCPreBuildEventTool"
  186. />
  187. <Tool
  188. Name="VCCustomBuildTool"
  189. />
  190. <Tool
  191. Name="VCXMLDataGeneratorTool"
  192. />
  193. <Tool
  194. Name="VCWebServiceProxyGeneratorTool"
  195. />
  196. <Tool
  197. Name="VCMIDLTool"
  198. />
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. Optimization="3"
  202. InlineFunctionExpansion="2"
  203. EnableIntrinsicFunctions="true"
  204. FavorSizeOrSpeed="1"
  205. AdditionalIncludeDirectories="&quot;E:\CPP\lua-5.1.4\src&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\contrib\propgrid\include&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\contrib\include&quot;;E:\CPP\2K5\ModStudio2\Rainman2\include;&quot;E:\CPP\2K8\wxWidgets-2.8.8\include\msvc&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\include&quot;"
  206. PreprocessorDefinitions="WIN32;NDEBUG;RAINMAN2_EXPORTS;WXUSINGDLL;wxUSE_UNICODE =1;_SCL_SECURE_NO_WARNINGS;ZLIB_DLL;_BIND_TO_CURRENT_VCLIBS_VERSION=1;RAINMAN2_NO_WX;RAINMAN2_NO_LUA;RAINMAN2_NO_CRYPTO_WIN32"
  207. RuntimeLibrary="2"
  208. UsePrecompiledHeader="0"
  209. WarningLevel="3"
  210. Detect64BitPortabilityProblems="false"
  211. DebugInformationFormat="3"
  212. />
  213. <Tool
  214. Name="VCManagedResourceCompilerTool"
  215. />
  216. <Tool
  217. Name="VCResourceCompilerTool"
  218. />
  219. <Tool
  220. Name="VCPreLinkEventTool"
  221. />
  222. <Tool
  223. Name="VCLinkerTool"
  224. AdditionalDependencies="wxbase28u.lib Lua5.1.lib"
  225. OutputFile="$(OutDir)\$(ProjectName).dll"
  226. AdditionalLibraryDirectories="&quot;E:\CPP\lua-5.1.4\release&quot;;&quot;E:\CPP\2K8\wxWidgets-2.8.8\lib\vc_dll&quot;"
  227. OptimizeForWindows98="0"
  228. RandomizedBaseAddress="1"
  229. DataExecutionPrevention="0"
  230. />
  231. <Tool
  232. Name="VCALinkTool"
  233. />
  234. <Tool
  235. Name="VCManifestTool"
  236. />
  237. <Tool
  238. Name="VCXDCMakeTool"
  239. />
  240. <Tool
  241. Name="VCBscMakeTool"
  242. />
  243. <Tool
  244. Name="VCFxCopTool"
  245. />
  246. <Tool
  247. Name="VCAppVerifierTool"
  248. />
  249. <Tool
  250. Name="VCPostBuildEventTool"
  251. CommandLine=""
  252. />
  253. </Configuration>
  254. </Configurations>
  255. <References>
  256. </References>
  257. <Files>
  258. <Filter
  259. Name="Source Files"
  260. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  261. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  262. >
  263. <Filter
  264. Name="File(store)s"
  265. >
  266. <File
  267. RelativePath=".\archive.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\file.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\filestore_adaptors.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\filestore_composition.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\mem_fs.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\memfile.cpp"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\spk_archive.cpp"
  292. >
  293. </File>
  294. </Filter>
  295. <Filter
  296. Name="Attributes"
  297. >
  298. <File
  299. RelativePath=".\attributes.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\inifile.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\luattrib.cpp"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\rbf_attrib.cpp"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\rgd_dict.cpp"
  316. >
  317. </File>
  318. </Filter>
  319. <Filter
  320. Name="Errors"
  321. >
  322. <File
  323. RelativePath=".\exception.cpp"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\exception_dialog.cpp"
  328. >
  329. </File>
  330. </Filter>
  331. <Filter
  332. Name="Misc"
  333. >
  334. <File
  335. RelativePath=".\crc.cpp"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\hash.cpp"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\string.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\ucs.cpp"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\win32pe.cpp"
  352. >
  353. </File>
  354. </Filter>
  355. <Filter
  356. Name="zLib"
  357. >
  358. <File
  359. RelativePath="..\..\..\zLib123\adler32.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\..\..\zLib123\compress.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\..\..\zLib123\crc32.c"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\..\..\zLib123\deflate.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\..\..\zLib123\gzio.c"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\..\..\zLib123\infback.c"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\..\..\zLib123\inffast.c"
  384. >
  385. </File>
  386. <File
  387. RelativePath="..\..\..\zLib123\inflate.c"
  388. >
  389. </File>
  390. <File
  391. RelativePath="..\..\..\zLib123\inftrees.c"
  392. >
  393. </File>
  394. <File
  395. RelativePath="..\..\..\zLib123\trees.c"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\..\..\zLib123\uncompr.c"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\..\..\zLib123\zutil.c"
  404. >
  405. </File>
  406. </Filter>
  407. </Filter>
  408. <Filter
  409. Name="Header Files"
  410. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  411. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  412. >
  413. <Filter
  414. Name="File(store)s"
  415. >
  416. <File
  417. RelativePath=".\archive.h"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\buffering_streams.h"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\file.h"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\filestore_adaptors.h"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\filestore_composition.h"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\mem_fs.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\memfile.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\spk_archive.h"
  446. >
  447. </File>
  448. </Filter>
  449. <Filter
  450. Name="Attributes"
  451. >
  452. <File
  453. RelativePath=".\attributes.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\binaryattrib.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\inifile.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\luattrib.h"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\rbf_attrib.h"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\rgd_dict.h"
  474. >
  475. </File>
  476. </Filter>
  477. <Filter
  478. Name="Rainman"
  479. >
  480. <File
  481. RelativePath=".\api.h"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\include\rainman2.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\resource.h"
  490. >
  491. </File>
  492. </Filter>
  493. <Filter
  494. Name="Errors"
  495. >
  496. <File
  497. RelativePath=".\exception.h"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\exception_dialog.h"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\new_trace.h"
  506. >
  507. </File>
  508. </Filter>
  509. <Filter
  510. Name="Misc"
  511. >
  512. <File
  513. RelativePath=".\containers.h"
  514. >
  515. </File>
  516. <File
  517. RelativePath=".\hash.h"
  518. >
  519. </File>
  520. <File
  521. RelativePath=".\string.h"
  522. >
  523. </File>
  524. <File
  525. RelativePath=".\ucs.h"
  526. >
  527. </File>
  528. <File
  529. RelativePath=".\va_copy.h"
  530. >
  531. </File>
  532. <File
  533. RelativePath=".\win32pe.h"
  534. >
  535. </File>
  536. <File
  537. RelativePath=".\zlib.h"
  538. >
  539. </File>
  540. </Filter>
  541. </Filter>
  542. <Filter
  543. Name="Resource Files"
  544. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  545. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  546. >
  547. <File
  548. RelativePath=".\Rainman2.rc"
  549. >
  550. </File>
  551. </Filter>
  552. <File
  553. RelativePath=".\ReadMe.txt"
  554. >
  555. </File>
  556. </Files>
  557. <Globals>
  558. </Globals>
  559. </VisualStudioProject>