txt-converter-char.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="txt-converter-char"
  6. ProjectGUID="{D356871D-58E1-450B-967A-EAE9646175AF}"
  7. RootNamespace="txt-converter-char"
  8. Keyword="Win32Proj"
  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="..\tools"
  21. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  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="..\3rdparty\mysql\include;..\3rdparty\msinttypes\include"
  45. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;MINICORE;TXT_SQL_CONVERT"
  46. GeneratePreprocessedFile="0"
  47. MinimalRebuild="true"
  48. ExceptionHandling="0"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="1"
  51. EnableFunctionLevelLinking="true"
  52. DefaultCharIsUnsigned="false"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. CompileAs="1"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. AdditionalDependencies="libcmtd.lib oldnames.lib ws2_32.lib libmysql.lib"
  70. OutputFile="$(OutDir)\char-converter.exe"
  71. LinkIncremental="2"
  72. AdditionalLibraryDirectories="..\3rdparty\mysql\lib"
  73. IgnoreAllDefaultLibraries="true"
  74. IgnoreDefaultLibraryNames=""
  75. GenerateDebugInformation="true"
  76. ProgramDatabaseFile="$(OutDir)\char-converter.pdb"
  77. SubSystem="1"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="..\tools"
  105. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  106. ConfigurationType="1"
  107. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  108. CharacterSet="2"
  109. WholeProgramOptimization="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. Optimization="2"
  129. InlineFunctionExpansion="2"
  130. EnableIntrinsicFunctions="true"
  131. FavorSizeOrSpeed="1"
  132. OmitFramePointers="true"
  133. EnableFiberSafeOptimizations="true"
  134. WholeProgramOptimization="true"
  135. AdditionalIncludeDirectories="..\3rdparty\mysql\include;..\3rdparty\msinttypes\include"
  136. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;MINICORE;TXT_SQL_CONVERT"
  137. StringPooling="true"
  138. RuntimeLibrary="0"
  139. DefaultCharIsUnsigned="false"
  140. UsePrecompiledHeader="0"
  141. PrecompiledHeaderThrough=""
  142. PrecompiledHeaderFile=""
  143. WarningLevel="3"
  144. DebugInformationFormat="3"
  145. CompileAs="1"
  146. />
  147. <Tool
  148. Name="VCManagedResourceCompilerTool"
  149. />
  150. <Tool
  151. Name="VCResourceCompilerTool"
  152. />
  153. <Tool
  154. Name="VCPreLinkEventTool"
  155. />
  156. <Tool
  157. Name="VCLinkerTool"
  158. AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib libmysql.lib"
  159. OutputFile="$(OutDir)\char-converter.exe"
  160. LinkIncremental="1"
  161. AdditionalLibraryDirectories="..\3rdparty\mysql\lib"
  162. IgnoreAllDefaultLibraries="true"
  163. IgnoreDefaultLibraryNames=""
  164. GenerateDebugInformation="true"
  165. ProgramDatabaseFile="$(OutDir)\char-converter.pdb"
  166. SubSystem="1"
  167. OptimizeReferences="2"
  168. EnableCOMDATFolding="2"
  169. LinkTimeCodeGeneration="1"
  170. TargetMachine="1"
  171. />
  172. <Tool
  173. Name="VCALinkTool"
  174. />
  175. <Tool
  176. Name="VCManifestTool"
  177. />
  178. <Tool
  179. Name="VCXDCMakeTool"
  180. />
  181. <Tool
  182. Name="VCBscMakeTool"
  183. />
  184. <Tool
  185. Name="VCFxCopTool"
  186. />
  187. <Tool
  188. Name="VCAppVerifierTool"
  189. />
  190. <Tool
  191. Name="VCPostBuildEventTool"
  192. />
  193. </Configuration>
  194. </Configurations>
  195. <References>
  196. </References>
  197. <Files>
  198. <Filter
  199. Name="char"
  200. >
  201. <File
  202. RelativePath="..\src\char\char.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\src\char\char.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\src\char\int_guild.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\src\char\int_guild.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\src\char\int_party.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\src\char\int_party.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\src\char\int_pet.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\src\char\int_pet.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\src\char\int_storage.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\src\char\int_storage.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\src\char\inter.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\src\char\inter.h"
  247. >
  248. </File>
  249. </Filter>
  250. <Filter
  251. Name="common"
  252. >
  253. <File
  254. RelativePath="..\src\common\core.c"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\src\common\core.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\src\common\ers.c"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\src\common\ers.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\src\common\malloc.c"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\src\common\malloc.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\src\common\mapindex.c"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\src\common\mapindex.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\src\common\showmsg.c"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\src\common\showmsg.h"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\src\common\sql.c"
  295. >
  296. </File>
  297. <File
  298. RelativePath="..\src\common\sql.h"
  299. >
  300. </File>
  301. <File
  302. RelativePath="..\src\common\strlib.c"
  303. >
  304. </File>
  305. <File
  306. RelativePath="..\src\common\strlib.h"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\src\common\timer.c"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\src\common\timer.h"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\src\common\utils.c"
  319. >
  320. </File>
  321. <File
  322. RelativePath="..\src\common\utils.h"
  323. >
  324. </File>
  325. </Filter>
  326. <Filter
  327. Name="char_sql"
  328. >
  329. <File
  330. RelativePath="..\src\char_sql\char.c"
  331. >
  332. <FileConfiguration
  333. Name="Debug|Win32"
  334. >
  335. <Tool
  336. Name="VCCLCompilerTool"
  337. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  338. />
  339. </FileConfiguration>
  340. <FileConfiguration
  341. Name="Release|Win32"
  342. >
  343. <Tool
  344. Name="VCCLCompilerTool"
  345. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  346. />
  347. </FileConfiguration>
  348. </File>
  349. <File
  350. RelativePath="..\src\char_sql\char.h"
  351. >
  352. </File>
  353. <File
  354. RelativePath="..\src\char_sql\int_guild.c"
  355. >
  356. <FileConfiguration
  357. Name="Debug|Win32"
  358. >
  359. <Tool
  360. Name="VCCLCompilerTool"
  361. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  362. />
  363. </FileConfiguration>
  364. <FileConfiguration
  365. Name="Release|Win32"
  366. >
  367. <Tool
  368. Name="VCCLCompilerTool"
  369. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  370. />
  371. </FileConfiguration>
  372. </File>
  373. <File
  374. RelativePath="..\src\char_sql\int_guild.h"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\src\char_sql\int_mercenary.c"
  379. >
  380. <FileConfiguration
  381. Name="Debug|Win32"
  382. >
  383. <Tool
  384. Name="VCCLCompilerTool"
  385. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  386. />
  387. </FileConfiguration>
  388. <FileConfiguration
  389. Name="Release|Win32"
  390. >
  391. <Tool
  392. Name="VCCLCompilerTool"
  393. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  394. />
  395. </FileConfiguration>
  396. </File>
  397. <File
  398. RelativePath="..\src\char_sql\int_mercenary.h"
  399. >
  400. </File>
  401. <File
  402. RelativePath="..\src\char_sql\int_party.c"
  403. >
  404. <FileConfiguration
  405. Name="Debug|Win32"
  406. >
  407. <Tool
  408. Name="VCCLCompilerTool"
  409. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  410. />
  411. </FileConfiguration>
  412. <FileConfiguration
  413. Name="Release|Win32"
  414. >
  415. <Tool
  416. Name="VCCLCompilerTool"
  417. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  418. />
  419. </FileConfiguration>
  420. </File>
  421. <File
  422. RelativePath="..\src\char_sql\int_party.h"
  423. >
  424. </File>
  425. <File
  426. RelativePath="..\src\char_sql\int_pet.c"
  427. >
  428. <FileConfiguration
  429. Name="Debug|Win32"
  430. >
  431. <Tool
  432. Name="VCCLCompilerTool"
  433. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  434. />
  435. </FileConfiguration>
  436. <FileConfiguration
  437. Name="Release|Win32"
  438. >
  439. <Tool
  440. Name="VCCLCompilerTool"
  441. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  442. />
  443. </FileConfiguration>
  444. </File>
  445. <File
  446. RelativePath="..\src\char_sql\int_pet.h"
  447. >
  448. </File>
  449. <File
  450. RelativePath="..\src\char_sql\int_storage.c"
  451. >
  452. <FileConfiguration
  453. Name="Debug|Win32"
  454. >
  455. <Tool
  456. Name="VCCLCompilerTool"
  457. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  458. />
  459. </FileConfiguration>
  460. <FileConfiguration
  461. Name="Release|Win32"
  462. >
  463. <Tool
  464. Name="VCCLCompilerTool"
  465. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  466. />
  467. </FileConfiguration>
  468. </File>
  469. <File
  470. RelativePath="..\src\char_sql\int_storage.h"
  471. >
  472. </File>
  473. <File
  474. RelativePath="..\src\char_sql\inter.c"
  475. >
  476. <FileConfiguration
  477. Name="Debug|Win32"
  478. >
  479. <Tool
  480. Name="VCCLCompilerTool"
  481. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  482. />
  483. </FileConfiguration>
  484. <FileConfiguration
  485. Name="Release|Win32"
  486. >
  487. <Tool
  488. Name="VCCLCompilerTool"
  489. ObjectFile="$(IntDir)\$(InputName)_sql.obj"
  490. />
  491. </FileConfiguration>
  492. </File>
  493. <File
  494. RelativePath="..\src\char_sql\inter.h"
  495. >
  496. </File>
  497. </Filter>
  498. <File
  499. RelativePath="..\src\txt-converter\char-converter.c"
  500. >
  501. </File>
  502. </Files>
  503. <Globals>
  504. </Globals>
  505. </VisualStudioProject>