DBServer.vcproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="DBServer"
  6. ProjectGUID="{D6AE158B-7ED0-4CBA-A77A-03745629F5D9}"
  7. RootNamespace="DBServer"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="0"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Release|Win32"
  21. OutputDirectory="..\..\..\..\输出文件\InternalDBServer\Release"
  22. IntermediateDirectory="..\..\..\..\输出文件\InternalDBServer\Release"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  25. UseOfMFC="2"
  26. UseOfATL="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. CharacterSet="2"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. />
  37. <Tool
  38. Name="VCXMLDataGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCWebServiceProxyGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCMIDLTool"
  45. PreprocessorDefinitions="NDEBUG"
  46. MkTypLibCompatible="true"
  47. SuppressStartupBanner="true"
  48. TargetEnvironment="1"
  49. TypeLibraryName=".\Release/DBServer - 08.tlb"
  50. HeaderFileName=""
  51. />
  52. <Tool
  53. Name="VCCLCompilerTool"
  54. Optimization="0"
  55. InlineFunctionExpansion="1"
  56. AdditionalIncludeDirectories="..\..\..\common\MD5;&quot;..\..\..\common\STL-findfile&quot;"
  57. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  58. StringPooling="true"
  59. RuntimeLibrary="2"
  60. EnableFunctionLevelLinking="true"
  61. UsePrecompiledHeader="2"
  62. PrecompiledHeaderThrough="stdafx.h"
  63. BrowseInformation="1"
  64. WarningLevel="3"
  65. SuppressStartupBanner="true"
  66. DebugInformationFormat="3"
  67. />
  68. <Tool
  69. Name="VCManagedResourceCompilerTool"
  70. />
  71. <Tool
  72. Name="VCResourceCompilerTool"
  73. PreprocessorDefinitions="NDEBUG"
  74. Culture="1033"
  75. />
  76. <Tool
  77. Name="VCPreLinkEventTool"
  78. CommandLine="rc.exe /l 0x409 /fo &quot;$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  79. />
  80. <Tool
  81. Name="VCLinkerTool"
  82. AdditionalDependencies="version.lib odbc32.lib"
  83. OutputFile="E:\lyfzClassicSoft\InternalServices\DBServer.exe"
  84. LinkIncremental="1"
  85. SuppressStartupBanner="true"
  86. UACExecutionLevel="2"
  87. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  88. GenerateDebugInformation="true"
  89. SubSystem="2"
  90. RandomizedBaseAddress="1"
  91. DataExecutionPrevention="0"
  92. TargetMachine="1"
  93. />
  94. <Tool
  95. Name="VCALinkTool"
  96. />
  97. <Tool
  98. Name="VCManifestTool"
  99. />
  100. <Tool
  101. Name="VCXDCMakeTool"
  102. />
  103. <Tool
  104. Name="VCBscMakeTool"
  105. SuppressStartupBanner="true"
  106. />
  107. <Tool
  108. Name="VCFxCopTool"
  109. />
  110. <Tool
  111. Name="VCAppVerifierTool"
  112. />
  113. <Tool
  114. Name="VCPostBuildEventTool"
  115. />
  116. </Configuration>
  117. <Configuration
  118. Name="Debug|Win32"
  119. OutputDirectory="..\..\..\..\输出文件\InternalDBServer\Debug"
  120. IntermediateDirectory="..\..\..\..\输出文件\InternalDBServer\Debug"
  121. ConfigurationType="1"
  122. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  123. UseOfMFC="2"
  124. ATLMinimizesCRunTimeLibraryUsage="false"
  125. CharacterSet="2"
  126. >
  127. <Tool
  128. Name="VCPreBuildEventTool"
  129. />
  130. <Tool
  131. Name="VCCustomBuildTool"
  132. />
  133. <Tool
  134. Name="VCXMLDataGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"
  138. />
  139. <Tool
  140. Name="VCMIDLTool"
  141. PreprocessorDefinitions="_DEBUG"
  142. MkTypLibCompatible="true"
  143. SuppressStartupBanner="true"
  144. TargetEnvironment="1"
  145. TypeLibraryName=".\Debug/DBServer - 08.tlb"
  146. HeaderFileName=""
  147. />
  148. <Tool
  149. Name="VCCLCompilerTool"
  150. Optimization="0"
  151. AdditionalIncludeDirectories="..\..\..\common\MD5;&quot;..\..\..\common\STL-findfile&quot;"
  152. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  153. MinimalRebuild="true"
  154. BasicRuntimeChecks="3"
  155. RuntimeLibrary="3"
  156. UsePrecompiledHeader="2"
  157. PrecompiledHeaderThrough="stdafx.h"
  158. BrowseInformation="1"
  159. WarningLevel="3"
  160. SuppressStartupBanner="true"
  161. DebugInformationFormat="4"
  162. />
  163. <Tool
  164. Name="VCManagedResourceCompilerTool"
  165. />
  166. <Tool
  167. Name="VCResourceCompilerTool"
  168. PreprocessorDefinitions="_DEBUG"
  169. Culture="1033"
  170. />
  171. <Tool
  172. Name="VCPreLinkEventTool"
  173. />
  174. <Tool
  175. Name="VCLinkerTool"
  176. AdditionalDependencies="version.lib odbc32.lib"
  177. OutputFile="E:\lyfzClassicSoft\InternalServices\DBServer.exe"
  178. LinkIncremental="2"
  179. SuppressStartupBanner="true"
  180. UACExecutionLevel="2"
  181. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  182. GenerateDebugInformation="true"
  183. SubSystem="2"
  184. HeapReserveSize="0"
  185. HeapCommitSize="0"
  186. StackReserveSize="0"
  187. StackCommitSize="0"
  188. RandomizedBaseAddress="1"
  189. DataExecutionPrevention="0"
  190. TargetMachine="1"
  191. />
  192. <Tool
  193. Name="VCALinkTool"
  194. />
  195. <Tool
  196. Name="VCManifestTool"
  197. />
  198. <Tool
  199. Name="VCXDCMakeTool"
  200. />
  201. <Tool
  202. Name="VCBscMakeTool"
  203. SuppressStartupBanner="true"
  204. />
  205. <Tool
  206. Name="VCFxCopTool"
  207. />
  208. <Tool
  209. Name="VCAppVerifierTool"
  210. />
  211. <Tool
  212. Name="VCPostBuildEventTool"
  213. />
  214. </Configuration>
  215. </Configurations>
  216. <References>
  217. </References>
  218. <Files>
  219. <Filter
  220. Name="Source Files"
  221. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  222. >
  223. <File
  224. RelativePath="AboutDlg.cpp"
  225. >
  226. <FileConfiguration
  227. Name="Release|Win32"
  228. >
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. PreprocessorDefinitions=""
  232. />
  233. </FileConfiguration>
  234. <FileConfiguration
  235. Name="Debug|Win32"
  236. >
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. PreprocessorDefinitions=""
  240. UndefinePreprocessorDefinitions=""
  241. />
  242. </FileConfiguration>
  243. </File>
  244. <File
  245. RelativePath="AddIPDlg.cpp"
  246. >
  247. <FileConfiguration
  248. Name="Release|Win32"
  249. >
  250. <Tool
  251. Name="VCCLCompilerTool"
  252. PreprocessorDefinitions=""
  253. />
  254. </FileConfiguration>
  255. <FileConfiguration
  256. Name="Debug|Win32"
  257. >
  258. <Tool
  259. Name="VCCLCompilerTool"
  260. PreprocessorDefinitions=""
  261. UndefinePreprocessorDefinitions=""
  262. />
  263. </FileConfiguration>
  264. </File>
  265. <File
  266. RelativePath="AddUserDlg.cpp"
  267. >
  268. <FileConfiguration
  269. Name="Release|Win32"
  270. >
  271. <Tool
  272. Name="VCCLCompilerTool"
  273. PreprocessorDefinitions=""
  274. />
  275. </FileConfiguration>
  276. <FileConfiguration
  277. Name="Debug|Win32"
  278. >
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. PreprocessorDefinitions=""
  282. UndefinePreprocessorDefinitions=""
  283. />
  284. </FileConfiguration>
  285. </File>
  286. <File
  287. RelativePath="ClientCenter.cpp"
  288. >
  289. <FileConfiguration
  290. Name="Release|Win32"
  291. >
  292. <Tool
  293. Name="VCCLCompilerTool"
  294. PreprocessorDefinitions=""
  295. />
  296. </FileConfiguration>
  297. <FileConfiguration
  298. Name="Debug|Win32"
  299. >
  300. <Tool
  301. Name="VCCLCompilerTool"
  302. PreprocessorDefinitions=""
  303. UndefinePreprocessorDefinitions=""
  304. />
  305. </FileConfiguration>
  306. </File>
  307. <File
  308. RelativePath="ColorListBox.cpp"
  309. >
  310. <FileConfiguration
  311. Name="Release|Win32"
  312. >
  313. <Tool
  314. Name="VCCLCompilerTool"
  315. PreprocessorDefinitions=""
  316. />
  317. </FileConfiguration>
  318. <FileConfiguration
  319. Name="Debug|Win32"
  320. >
  321. <Tool
  322. Name="VCCLCompilerTool"
  323. PreprocessorDefinitions=""
  324. UndefinePreprocessorDefinitions=""
  325. />
  326. </FileConfiguration>
  327. </File>
  328. <File
  329. RelativePath="ConfigurationPage.cpp"
  330. >
  331. <FileConfiguration
  332. Name="Release|Win32"
  333. >
  334. <Tool
  335. Name="VCCLCompilerTool"
  336. PreprocessorDefinitions=""
  337. />
  338. </FileConfiguration>
  339. <FileConfiguration
  340. Name="Debug|Win32"
  341. >
  342. <Tool
  343. Name="VCCLCompilerTool"
  344. PreprocessorDefinitions=""
  345. UndefinePreprocessorDefinitions=""
  346. />
  347. </FileConfiguration>
  348. </File>
  349. <File
  350. RelativePath="DataSocket.cpp"
  351. >
  352. <FileConfiguration
  353. Name="Release|Win32"
  354. >
  355. <Tool
  356. Name="VCCLCompilerTool"
  357. PreprocessorDefinitions=""
  358. />
  359. </FileConfiguration>
  360. <FileConfiguration
  361. Name="Debug|Win32"
  362. >
  363. <Tool
  364. Name="VCCLCompilerTool"
  365. PreprocessorDefinitions=""
  366. UndefinePreprocessorDefinitions=""
  367. />
  368. </FileConfiguration>
  369. </File>
  370. <File
  371. RelativePath="DelPhotoSet.cpp"
  372. >
  373. <FileConfiguration
  374. Name="Release|Win32"
  375. >
  376. <Tool
  377. Name="VCCLCompilerTool"
  378. PreprocessorDefinitions=""
  379. />
  380. </FileConfiguration>
  381. <FileConfiguration
  382. Name="Debug|Win32"
  383. >
  384. <Tool
  385. Name="VCCLCompilerTool"
  386. PreprocessorDefinitions=""
  387. UndefinePreprocessorDefinitions=""
  388. />
  389. </FileConfiguration>
  390. </File>
  391. <File
  392. RelativePath="DialogResize.cpp"
  393. >
  394. <FileConfiguration
  395. Name="Release|Win32"
  396. >
  397. <Tool
  398. Name="VCCLCompilerTool"
  399. PreprocessorDefinitions=""
  400. />
  401. </FileConfiguration>
  402. <FileConfiguration
  403. Name="Debug|Win32"
  404. >
  405. <Tool
  406. Name="VCCLCompilerTool"
  407. PreprocessorDefinitions=""
  408. UndefinePreprocessorDefinitions=""
  409. />
  410. </FileConfiguration>
  411. </File>
  412. <File
  413. RelativePath="DirectoryDlg.cpp"
  414. >
  415. <FileConfiguration
  416. Name="Release|Win32"
  417. >
  418. <Tool
  419. Name="VCCLCompilerTool"
  420. PreprocessorDefinitions=""
  421. />
  422. </FileConfiguration>
  423. <FileConfiguration
  424. Name="Debug|Win32"
  425. >
  426. <Tool
  427. Name="VCCLCompilerTool"
  428. PreprocessorDefinitions=""
  429. UndefinePreprocessorDefinitions=""
  430. />
  431. </FileConfiguration>
  432. </File>
  433. <File
  434. RelativePath="FTPEventSink.cpp"
  435. >
  436. <FileConfiguration
  437. Name="Release|Win32"
  438. >
  439. <Tool
  440. Name="VCCLCompilerTool"
  441. PreprocessorDefinitions=""
  442. />
  443. </FileConfiguration>
  444. <FileConfiguration
  445. Name="Debug|Win32"
  446. >
  447. <Tool
  448. Name="VCCLCompilerTool"
  449. PreprocessorDefinitions=""
  450. UndefinePreprocessorDefinitions=""
  451. />
  452. </FileConfiguration>
  453. </File>
  454. <File
  455. RelativePath="InfobarCtrl.cpp"
  456. >
  457. <FileConfiguration
  458. Name="Release|Win32"
  459. >
  460. <Tool
  461. Name="VCCLCompilerTool"
  462. PreprocessorDefinitions=""
  463. />
  464. </FileConfiguration>
  465. <FileConfiguration
  466. Name="Debug|Win32"
  467. >
  468. <Tool
  469. Name="VCCLCompilerTool"
  470. PreprocessorDefinitions=""
  471. UndefinePreprocessorDefinitions=""
  472. />
  473. </FileConfiguration>
  474. </File>
  475. <File
  476. RelativePath="InputCode.cpp"
  477. >
  478. <FileConfiguration
  479. Name="Release|Win32"
  480. >
  481. <Tool
  482. Name="VCCLCompilerTool"
  483. PreprocessorDefinitions=""
  484. />
  485. </FileConfiguration>
  486. <FileConfiguration
  487. Name="Debug|Win32"
  488. >
  489. <Tool
  490. Name="VCCLCompilerTool"
  491. PreprocessorDefinitions=""
  492. UndefinePreprocessorDefinitions=""
  493. />
  494. </FileConfiguration>
  495. </File>
  496. <File
  497. RelativePath="LogFile.cpp"
  498. >
  499. <FileConfiguration
  500. Name="Release|Win32"
  501. >
  502. <Tool
  503. Name="VCCLCompilerTool"
  504. PreprocessorDefinitions=""
  505. />
  506. </FileConfiguration>
  507. <FileConfiguration
  508. Name="Debug|Win32"
  509. >
  510. <Tool
  511. Name="VCCLCompilerTool"
  512. PreprocessorDefinitions=""
  513. UndefinePreprocessorDefinitions=""
  514. />
  515. </FileConfiguration>
  516. </File>
  517. <File
  518. RelativePath="MultiLineListBox.cpp"
  519. >
  520. <FileConfiguration
  521. Name="Release|Win32"
  522. >
  523. <Tool
  524. Name="VCCLCompilerTool"
  525. PreprocessorDefinitions=""
  526. />
  527. </FileConfiguration>
  528. <FileConfiguration
  529. Name="Debug|Win32"
  530. >
  531. <Tool
  532. Name="VCCLCompilerTool"
  533. PreprocessorDefinitions=""
  534. UndefinePreprocessorDefinitions=""
  535. />
  536. </FileConfiguration>
  537. </File>
  538. <File
  539. RelativePath="MyLock.cpp"
  540. >
  541. <FileConfiguration
  542. Name="Release|Win32"
  543. >
  544. <Tool
  545. Name="VCCLCompilerTool"
  546. PreprocessorDefinitions=""
  547. />
  548. </FileConfiguration>
  549. <FileConfiguration
  550. Name="Debug|Win32"
  551. >
  552. <Tool
  553. Name="VCCLCompilerTool"
  554. PreprocessorDefinitions=""
  555. UndefinePreprocessorDefinitions=""
  556. />
  557. </FileConfiguration>
  558. </File>
  559. <File
  560. RelativePath="OnlineUsersPage.cpp"
  561. >
  562. <FileConfiguration
  563. Name="Release|Win32"
  564. >
  565. <Tool
  566. Name="VCCLCompilerTool"
  567. PreprocessorDefinitions=""
  568. />
  569. </FileConfiguration>
  570. <FileConfiguration
  571. Name="Debug|Win32"
  572. >
  573. <Tool
  574. Name="VCCLCompilerTool"
  575. PreprocessorDefinitions=""
  576. UndefinePreprocessorDefinitions=""
  577. />
  578. </FileConfiguration>
  579. </File>
  580. <File
  581. RelativePath="SecurityManager.cpp"
  582. >
  583. <FileConfiguration
  584. Name="Release|Win32"
  585. >
  586. <Tool
  587. Name="VCCLCompilerTool"
  588. PreprocessorDefinitions=""
  589. />
  590. </FileConfiguration>
  591. <FileConfiguration
  592. Name="Debug|Win32"
  593. >
  594. <Tool
  595. Name="VCCLCompilerTool"
  596. PreprocessorDefinitions=""
  597. UndefinePreprocessorDefinitions=""
  598. />
  599. </FileConfiguration>
  600. </File>
  601. <File
  602. RelativePath="SecurityPage.cpp"
  603. >
  604. <FileConfiguration
  605. Name="Release|Win32"
  606. >
  607. <Tool
  608. Name="VCCLCompilerTool"
  609. PreprocessorDefinitions=""
  610. />
  611. </FileConfiguration>
  612. <FileConfiguration
  613. Name="Debug|Win32"
  614. >
  615. <Tool
  616. Name="VCCLCompilerTool"
  617. PreprocessorDefinitions=""
  618. UndefinePreprocessorDefinitions=""
  619. />
  620. </FileConfiguration>
  621. </File>
  622. <File
  623. RelativePath="SelYear.cpp"
  624. >
  625. <FileConfiguration
  626. Name="Release|Win32"
  627. >
  628. <Tool
  629. Name="VCCLCompilerTool"
  630. PreprocessorDefinitions=""
  631. />
  632. </FileConfiguration>
  633. <FileConfiguration
  634. Name="Debug|Win32"
  635. >
  636. <Tool
  637. Name="VCCLCompilerTool"
  638. PreprocessorDefinitions=""
  639. UndefinePreprocessorDefinitions=""
  640. />
  641. </FileConfiguration>
  642. </File>
  643. <File
  644. RelativePath="ShowPhoto.cpp"
  645. >
  646. <FileConfiguration
  647. Name="Release|Win32"
  648. >
  649. <Tool
  650. Name="VCCLCompilerTool"
  651. PreprocessorDefinitions=""
  652. />
  653. </FileConfiguration>
  654. <FileConfiguration
  655. Name="Debug|Win32"
  656. >
  657. <Tool
  658. Name="VCCLCompilerTool"
  659. PreprocessorDefinitions=""
  660. UndefinePreprocessorDefinitions=""
  661. />
  662. </FileConfiguration>
  663. </File>
  664. <File
  665. RelativePath="ShowPic3.cpp"
  666. >
  667. <FileConfiguration
  668. Name="Release|Win32"
  669. >
  670. <Tool
  671. Name="VCCLCompilerTool"
  672. PreprocessorDefinitions=""
  673. />
  674. </FileConfiguration>
  675. <FileConfiguration
  676. Name="Debug|Win32"
  677. >
  678. <Tool
  679. Name="VCCLCompilerTool"
  680. PreprocessorDefinitions=""
  681. UndefinePreprocessorDefinitions=""
  682. />
  683. </FileConfiguration>
  684. </File>
  685. <File
  686. RelativePath="StarWarsCtrl.cpp"
  687. >
  688. <FileConfiguration
  689. Name="Release|Win32"
  690. >
  691. <Tool
  692. Name="VCCLCompilerTool"
  693. PreprocessorDefinitions=""
  694. />
  695. </FileConfiguration>
  696. <FileConfiguration
  697. Name="Debug|Win32"
  698. >
  699. <Tool
  700. Name="VCCLCompilerTool"
  701. PreprocessorDefinitions=""
  702. UndefinePreprocessorDefinitions=""
  703. />
  704. </FileConfiguration>
  705. </File>
  706. <File
  707. RelativePath="StatisticsPage.cpp"
  708. >
  709. <FileConfiguration
  710. Name="Release|Win32"
  711. >
  712. <Tool
  713. Name="VCCLCompilerTool"
  714. PreprocessorDefinitions=""
  715. />
  716. </FileConfiguration>
  717. <FileConfiguration
  718. Name="Debug|Win32"
  719. >
  720. <Tool
  721. Name="VCCLCompilerTool"
  722. PreprocessorDefinitions=""
  723. UndefinePreprocessorDefinitions=""
  724. />
  725. </FileConfiguration>
  726. </File>
  727. <File
  728. RelativePath="SystemTray.cpp"
  729. >
  730. <FileConfiguration
  731. Name="Release|Win32"
  732. >
  733. <Tool
  734. Name="VCCLCompilerTool"
  735. PreprocessorDefinitions=""
  736. />
  737. </FileConfiguration>
  738. <FileConfiguration
  739. Name="Debug|Win32"
  740. >
  741. <Tool
  742. Name="VCCLCompilerTool"
  743. PreprocessorDefinitions=""
  744. UndefinePreprocessorDefinitions=""
  745. />
  746. </FileConfiguration>
  747. </File>
  748. <File
  749. RelativePath="TracePage.cpp"
  750. >
  751. <FileConfiguration
  752. Name="Release|Win32"
  753. >
  754. <Tool
  755. Name="VCCLCompilerTool"
  756. PreprocessorDefinitions=""
  757. />
  758. </FileConfiguration>
  759. <FileConfiguration
  760. Name="Debug|Win32"
  761. >
  762. <Tool
  763. Name="VCCLCompilerTool"
  764. PreprocessorDefinitions=""
  765. UndefinePreprocessorDefinitions=""
  766. />
  767. </FileConfiguration>
  768. </File>
  769. <File
  770. RelativePath="UserAccountsDlg.cpp"
  771. >
  772. <FileConfiguration
  773. Name="Release|Win32"
  774. >
  775. <Tool
  776. Name="VCCLCompilerTool"
  777. PreprocessorDefinitions=""
  778. />
  779. </FileConfiguration>
  780. <FileConfiguration
  781. Name="Debug|Win32"
  782. >
  783. <Tool
  784. Name="VCCLCompilerTool"
  785. PreprocessorDefinitions=""
  786. UndefinePreprocessorDefinitions=""
  787. />
  788. </FileConfiguration>
  789. </File>
  790. <File
  791. RelativePath="UserManager.cpp"
  792. >
  793. <FileConfiguration
  794. Name="Release|Win32"
  795. >
  796. <Tool
  797. Name="VCCLCompilerTool"
  798. PreprocessorDefinitions=""
  799. />
  800. </FileConfiguration>
  801. <FileConfiguration
  802. Name="Debug|Win32"
  803. >
  804. <Tool
  805. Name="VCCLCompilerTool"
  806. PreprocessorDefinitions=""
  807. UndefinePreprocessorDefinitions=""
  808. />
  809. </FileConfiguration>
  810. </File>
  811. <File
  812. RelativePath="WizardPages.cpp"
  813. >
  814. <FileConfiguration
  815. Name="Release|Win32"
  816. >
  817. <Tool
  818. Name="VCCLCompilerTool"
  819. PreprocessorDefinitions=""
  820. />
  821. </FileConfiguration>
  822. <FileConfiguration
  823. Name="Debug|Win32"
  824. >
  825. <Tool
  826. Name="VCCLCompilerTool"
  827. PreprocessorDefinitions=""
  828. UndefinePreprocessorDefinitions=""
  829. />
  830. </FileConfiguration>
  831. </File>
  832. <Filter
  833. Name="old"
  834. >
  835. <File
  836. RelativePath="CalendarConvert.cpp"
  837. >
  838. <FileConfiguration
  839. Name="Release|Win32"
  840. >
  841. <Tool
  842. Name="VCCLCompilerTool"
  843. PreprocessorDefinitions=""
  844. />
  845. </FileConfiguration>
  846. <FileConfiguration
  847. Name="Debug|Win32"
  848. >
  849. <Tool
  850. Name="VCCLCompilerTool"
  851. PreprocessorDefinitions=""
  852. UndefinePreprocessorDefinitions=""
  853. />
  854. </FileConfiguration>
  855. </File>
  856. <File
  857. RelativePath="CalendarConvert.h"
  858. >
  859. </File>
  860. <File
  861. RelativePath="DogTimeOutDlg.cpp"
  862. >
  863. <FileConfiguration
  864. Name="Release|Win32"
  865. >
  866. <Tool
  867. Name="VCCLCompilerTool"
  868. PreprocessorDefinitions=""
  869. />
  870. </FileConfiguration>
  871. <FileConfiguration
  872. Name="Debug|Win32"
  873. >
  874. <Tool
  875. Name="VCCLCompilerTool"
  876. PreprocessorDefinitions=""
  877. UndefinePreprocessorDefinitions=""
  878. />
  879. </FileConfiguration>
  880. </File>
  881. <File
  882. RelativePath="DogTimeOutDlg.h"
  883. >
  884. </File>
  885. <File
  886. RelativePath="helper\ffsco.cpp"
  887. >
  888. <FileConfiguration
  889. Name="Release|Win32"
  890. >
  891. <Tool
  892. Name="VCCLCompilerTool"
  893. PreprocessorDefinitions=""
  894. />
  895. </FileConfiguration>
  896. <FileConfiguration
  897. Name="Debug|Win32"
  898. >
  899. <Tool
  900. Name="VCCLCompilerTool"
  901. PreprocessorDefinitions=""
  902. UndefinePreprocessorDefinitions=""
  903. />
  904. </FileConfiguration>
  905. </File>
  906. <File
  907. RelativePath="InputAuthDlg.cpp"
  908. >
  909. <FileConfiguration
  910. Name="Release|Win32"
  911. >
  912. <Tool
  913. Name="VCCLCompilerTool"
  914. PreprocessorDefinitions=""
  915. />
  916. </FileConfiguration>
  917. <FileConfiguration
  918. Name="Debug|Win32"
  919. >
  920. <Tool
  921. Name="VCCLCompilerTool"
  922. PreprocessorDefinitions=""
  923. UndefinePreprocessorDefinitions=""
  924. />
  925. </FileConfiguration>
  926. </File>
  927. <File
  928. RelativePath="InputAuthDlg.h"
  929. >
  930. </File>
  931. <File
  932. RelativePath="lzari.cpp"
  933. >
  934. <FileConfiguration
  935. Name="Release|Win32"
  936. >
  937. <Tool
  938. Name="VCCLCompilerTool"
  939. PreprocessorDefinitions=""
  940. />
  941. </FileConfiguration>
  942. <FileConfiguration
  943. Name="Debug|Win32"
  944. >
  945. <Tool
  946. Name="VCCLCompilerTool"
  947. PreprocessorDefinitions=""
  948. UndefinePreprocessorDefinitions=""
  949. />
  950. </FileConfiguration>
  951. </File>
  952. <File
  953. RelativePath="lzari.h"
  954. >
  955. </File>
  956. <File
  957. RelativePath="mainCtrl.h"
  958. >
  959. </File>
  960. <File
  961. RelativePath="mysqldata.cpp"
  962. >
  963. <FileConfiguration
  964. Name="Release|Win32"
  965. >
  966. <Tool
  967. Name="VCCLCompilerTool"
  968. PreprocessorDefinitions=""
  969. />
  970. </FileConfiguration>
  971. <FileConfiguration
  972. Name="Debug|Win32"
  973. >
  974. <Tool
  975. Name="VCCLCompilerTool"
  976. PreprocessorDefinitions=""
  977. UndefinePreprocessorDefinitions=""
  978. />
  979. </FileConfiguration>
  980. </File>
  981. <File
  982. RelativePath="mysqldata.h"
  983. >
  984. </File>
  985. <File
  986. RelativePath="TrayIcon.cpp"
  987. >
  988. <FileConfiguration
  989. Name="Release|Win32"
  990. >
  991. <Tool
  992. Name="VCCLCompilerTool"
  993. PreprocessorDefinitions=""
  994. />
  995. </FileConfiguration>
  996. <FileConfiguration
  997. Name="Debug|Win32"
  998. >
  999. <Tool
  1000. Name="VCCLCompilerTool"
  1001. PreprocessorDefinitions=""
  1002. UndefinePreprocessorDefinitions=""
  1003. />
  1004. </FileConfiguration>
  1005. </File>
  1006. </Filter>
  1007. <Filter
  1008. Name="socket"
  1009. >
  1010. <File
  1011. RelativePath="ConnectSocket.cpp"
  1012. >
  1013. <FileConfiguration
  1014. Name="Release|Win32"
  1015. >
  1016. <Tool
  1017. Name="VCCLCompilerTool"
  1018. PreprocessorDefinitions=""
  1019. />
  1020. </FileConfiguration>
  1021. <FileConfiguration
  1022. Name="Debug|Win32"
  1023. >
  1024. <Tool
  1025. Name="VCCLCompilerTool"
  1026. PreprocessorDefinitions=""
  1027. UndefinePreprocessorDefinitions=""
  1028. />
  1029. </FileConfiguration>
  1030. </File>
  1031. <File
  1032. RelativePath="ConnectSocket.h"
  1033. >
  1034. </File>
  1035. <File
  1036. RelativePath="ConnectSocket1.cpp"
  1037. >
  1038. <FileConfiguration
  1039. Name="Release|Win32"
  1040. >
  1041. <Tool
  1042. Name="VCCLCompilerTool"
  1043. PreprocessorDefinitions=""
  1044. />
  1045. </FileConfiguration>
  1046. <FileConfiguration
  1047. Name="Debug|Win32"
  1048. >
  1049. <Tool
  1050. Name="VCCLCompilerTool"
  1051. PreprocessorDefinitions=""
  1052. UndefinePreprocessorDefinitions=""
  1053. />
  1054. </FileConfiguration>
  1055. </File>
  1056. <File
  1057. RelativePath="ConnectSocket2.cpp"
  1058. >
  1059. <FileConfiguration
  1060. Name="Release|Win32"
  1061. >
  1062. <Tool
  1063. Name="VCCLCompilerTool"
  1064. PreprocessorDefinitions=""
  1065. />
  1066. </FileConfiguration>
  1067. <FileConfiguration
  1068. Name="Debug|Win32"
  1069. >
  1070. <Tool
  1071. Name="VCCLCompilerTool"
  1072. PreprocessorDefinitions=""
  1073. UndefinePreprocessorDefinitions=""
  1074. />
  1075. </FileConfiguration>
  1076. </File>
  1077. <File
  1078. RelativePath="ConnectSocket3.cpp"
  1079. >
  1080. <FileConfiguration
  1081. Name="Release|Win32"
  1082. >
  1083. <Tool
  1084. Name="VCCLCompilerTool"
  1085. PreprocessorDefinitions=""
  1086. />
  1087. </FileConfiguration>
  1088. <FileConfiguration
  1089. Name="Debug|Win32"
  1090. >
  1091. <Tool
  1092. Name="VCCLCompilerTool"
  1093. PreprocessorDefinitions=""
  1094. UndefinePreprocessorDefinitions=""
  1095. />
  1096. </FileConfiguration>
  1097. </File>
  1098. <File
  1099. RelativePath="ConnectSocket4.cpp"
  1100. >
  1101. <FileConfiguration
  1102. Name="Release|Win32"
  1103. >
  1104. <Tool
  1105. Name="VCCLCompilerTool"
  1106. PreprocessorDefinitions=""
  1107. />
  1108. </FileConfiguration>
  1109. <FileConfiguration
  1110. Name="Debug|Win32"
  1111. >
  1112. <Tool
  1113. Name="VCCLCompilerTool"
  1114. PreprocessorDefinitions=""
  1115. UndefinePreprocessorDefinitions=""
  1116. />
  1117. </FileConfiguration>
  1118. </File>
  1119. <File
  1120. RelativePath="ConnectThread.cpp"
  1121. >
  1122. <FileConfiguration
  1123. Name="Release|Win32"
  1124. >
  1125. <Tool
  1126. Name="VCCLCompilerTool"
  1127. PreprocessorDefinitions=""
  1128. />
  1129. </FileConfiguration>
  1130. <FileConfiguration
  1131. Name="Debug|Win32"
  1132. >
  1133. <Tool
  1134. Name="VCCLCompilerTool"
  1135. PreprocessorDefinitions=""
  1136. UndefinePreprocessorDefinitions=""
  1137. />
  1138. </FileConfiguration>
  1139. </File>
  1140. <File
  1141. RelativePath="ConnectThread.h"
  1142. >
  1143. </File>
  1144. <File
  1145. RelativePath="ListenSocket.cpp"
  1146. >
  1147. <FileConfiguration
  1148. Name="Release|Win32"
  1149. >
  1150. <Tool
  1151. Name="VCCLCompilerTool"
  1152. PreprocessorDefinitions=""
  1153. />
  1154. </FileConfiguration>
  1155. <FileConfiguration
  1156. Name="Debug|Win32"
  1157. >
  1158. <Tool
  1159. Name="VCCLCompilerTool"
  1160. PreprocessorDefinitions=""
  1161. UndefinePreprocessorDefinitions=""
  1162. />
  1163. </FileConfiguration>
  1164. </File>
  1165. <File
  1166. RelativePath="ListenSocket.h"
  1167. >
  1168. </File>
  1169. <File
  1170. RelativePath="theDBServer.cpp"
  1171. >
  1172. <FileConfiguration
  1173. Name="Release|Win32"
  1174. >
  1175. <Tool
  1176. Name="VCCLCompilerTool"
  1177. PreprocessorDefinitions=""
  1178. />
  1179. </FileConfiguration>
  1180. <FileConfiguration
  1181. Name="Debug|Win32"
  1182. >
  1183. <Tool
  1184. Name="VCCLCompilerTool"
  1185. PreprocessorDefinitions=""
  1186. UndefinePreprocessorDefinitions=""
  1187. />
  1188. </FileConfiguration>
  1189. </File>
  1190. <File
  1191. RelativePath="theDBServer.h"
  1192. >
  1193. </File>
  1194. </Filter>
  1195. </Filter>
  1196. <Filter
  1197. Name="Header Files"
  1198. Filter="h;hpp;hxx;hm;inl"
  1199. >
  1200. <File
  1201. RelativePath="AboutDlg.h"
  1202. >
  1203. </File>
  1204. <File
  1205. RelativePath="AddIPDlg.h"
  1206. >
  1207. </File>
  1208. <File
  1209. RelativePath="AddUserDlg.h"
  1210. >
  1211. </File>
  1212. <File
  1213. RelativePath="ClientCenter.h"
  1214. >
  1215. </File>
  1216. <File
  1217. RelativePath="ColorListBox.h"
  1218. >
  1219. </File>
  1220. <File
  1221. RelativePath="ConfigurationPage.h"
  1222. >
  1223. </File>
  1224. <File
  1225. RelativePath="DataSocket.h"
  1226. >
  1227. </File>
  1228. <File
  1229. RelativePath="DelPhotoSet.h"
  1230. >
  1231. </File>
  1232. <File
  1233. RelativePath="DialogResize.h"
  1234. >
  1235. </File>
  1236. <File
  1237. RelativePath="DirectoryDlg.h"
  1238. >
  1239. </File>
  1240. <File
  1241. RelativePath="FTPEventSink.h"
  1242. >
  1243. </File>
  1244. <File
  1245. RelativePath="InfobarCtrl.h"
  1246. >
  1247. </File>
  1248. <File
  1249. RelativePath="InputCode.h"
  1250. >
  1251. </File>
  1252. <File
  1253. RelativePath="LogFile.h"
  1254. >
  1255. </File>
  1256. <File
  1257. RelativePath="OnlineUsersPage.h"
  1258. >
  1259. </File>
  1260. <File
  1261. RelativePath="Resource.h"
  1262. >
  1263. </File>
  1264. <File
  1265. RelativePath="SecurityManager.h"
  1266. >
  1267. </File>
  1268. <File
  1269. RelativePath="SecurityPage.h"
  1270. >
  1271. </File>
  1272. <File
  1273. RelativePath="SelYear.h"
  1274. >
  1275. </File>
  1276. <File
  1277. RelativePath="ShowPhoto.h"
  1278. >
  1279. </File>
  1280. <File
  1281. RelativePath="ShowPic3.h"
  1282. >
  1283. </File>
  1284. <File
  1285. RelativePath="StarWarsCtrl.h"
  1286. >
  1287. </File>
  1288. <File
  1289. RelativePath="StatisticsPage.h"
  1290. >
  1291. </File>
  1292. <File
  1293. RelativePath="SystemTray.h"
  1294. >
  1295. </File>
  1296. <File
  1297. RelativePath="TracePage.h"
  1298. >
  1299. </File>
  1300. <File
  1301. RelativePath="UserAccountsDlg.h"
  1302. >
  1303. </File>
  1304. <File
  1305. RelativePath="UserManager.h"
  1306. >
  1307. </File>
  1308. <File
  1309. RelativePath="WizardPages.h"
  1310. >
  1311. </File>
  1312. </Filter>
  1313. <Filter
  1314. Name="Resource Files"
  1315. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  1316. >
  1317. <File
  1318. RelativePath="res\banner.bmp"
  1319. >
  1320. </File>
  1321. <File
  1322. RelativePath="res\configur.ico"
  1323. >
  1324. </File>
  1325. <File
  1326. RelativePath="res\DBServer.ico"
  1327. >
  1328. </File>
  1329. <File
  1330. RelativePath="res\DBServer.rc2"
  1331. >
  1332. </File>
  1333. <File
  1334. RelativePath="res\empty.ico"
  1335. >
  1336. </File>
  1337. <File
  1338. RelativePath="res\ftp.ico"
  1339. >
  1340. </File>
  1341. <File
  1342. RelativePath="res\ico00001.ico"
  1343. >
  1344. </File>
  1345. <File
  1346. RelativePath="res\icon1.ico"
  1347. >
  1348. </File>
  1349. <File
  1350. RelativePath="res\icon2.ico"
  1351. >
  1352. </File>
  1353. <File
  1354. RelativePath="res\led_gree.ico"
  1355. >
  1356. </File>
  1357. <File
  1358. RelativePath="res\led_off.ico"
  1359. >
  1360. </File>
  1361. <File
  1362. RelativePath="res\led_red.ico"
  1363. >
  1364. </File>
  1365. <File
  1366. RelativePath="res\leds.bmp"
  1367. >
  1368. </File>
  1369. <File
  1370. RelativePath="res\LOGO.ico"
  1371. >
  1372. </File>
  1373. <File
  1374. RelativePath="res\none.ico"
  1375. >
  1376. </File>
  1377. <File
  1378. RelativePath="res\settings.ico"
  1379. >
  1380. </File>
  1381. <File
  1382. RelativePath="res\statistics.ico"
  1383. >
  1384. </File>
  1385. <File
  1386. RelativePath="res\toolbar1.bmp"
  1387. >
  1388. </File>
  1389. <File
  1390. RelativePath="res\user.ico"
  1391. >
  1392. </File>
  1393. <File
  1394. RelativePath="res\users.ico"
  1395. >
  1396. </File>
  1397. <File
  1398. RelativePath="res\watermark.bmp"
  1399. >
  1400. </File>
  1401. <File
  1402. RelativePath="res\xptheme.bin"
  1403. >
  1404. </File>
  1405. </Filter>
  1406. <Filter
  1407. Name="Global"
  1408. >
  1409. <File
  1410. RelativePath=".\CritSection.h"
  1411. >
  1412. </File>
  1413. <File
  1414. RelativePath=".\Global.cpp"
  1415. >
  1416. </File>
  1417. <File
  1418. RelativePath=".\Global.h"
  1419. >
  1420. </File>
  1421. </Filter>
  1422. <Filter
  1423. Name="Model"
  1424. >
  1425. <File
  1426. RelativePath=".\remote_commodity.cpp"
  1427. >
  1428. </File>
  1429. <File
  1430. RelativePath=".\remote_commodity.h"
  1431. >
  1432. </File>
  1433. <File
  1434. RelativePath=".\remote_commodity_problem.cpp"
  1435. >
  1436. </File>
  1437. <File
  1438. RelativePath=".\remote_commodity_problem.h"
  1439. >
  1440. </File>
  1441. <File
  1442. RelativePath=".\remote_service.cpp"
  1443. >
  1444. </File>
  1445. <File
  1446. RelativePath=".\remote_service.h"
  1447. >
  1448. </File>
  1449. <File
  1450. RelativePath=".\remote_services.cpp"
  1451. >
  1452. </File>
  1453. <File
  1454. RelativePath=".\remote_services.h"
  1455. >
  1456. </File>
  1457. <File
  1458. RelativePath=".\Tblaccountview.cpp"
  1459. >
  1460. </File>
  1461. <File
  1462. RelativePath=".\Tblaccountview.h"
  1463. >
  1464. </File>
  1465. <File
  1466. RelativePath=".\Tbldindan.cpp"
  1467. >
  1468. </File>
  1469. <File
  1470. RelativePath=".\Tbldindan.h"
  1471. >
  1472. </File>
  1473. <File
  1474. RelativePath=".\Tbllog.cpp"
  1475. >
  1476. </File>
  1477. <File
  1478. RelativePath=".\Tbllog.h"
  1479. >
  1480. </File>
  1481. <File
  1482. RelativePath=".\Tblreceipt_item.cpp"
  1483. >
  1484. </File>
  1485. <File
  1486. RelativePath=".\Tblreceipt_item.h"
  1487. >
  1488. </File>
  1489. <File
  1490. RelativePath=".\Tblrenyuan.cpp"
  1491. >
  1492. </File>
  1493. <File
  1494. RelativePath=".\Tblrenyuan.h"
  1495. >
  1496. </File>
  1497. <File
  1498. RelativePath=".\TblService_tracking_record.cpp"
  1499. >
  1500. </File>
  1501. <File
  1502. RelativePath=".\TblService_tracking_record.h"
  1503. >
  1504. </File>
  1505. </Filter>
  1506. <Filter
  1507. Name="MD5"
  1508. >
  1509. <File
  1510. RelativePath="..\..\..\common\MD5\MD5.cpp"
  1511. >
  1512. </File>
  1513. <File
  1514. RelativePath="..\..\..\common\MD5\MD5.h"
  1515. >
  1516. </File>
  1517. </Filter>
  1518. <Filter
  1519. Name="filehelp"
  1520. >
  1521. <File
  1522. RelativePath="..\..\..\common\STL-findfile\filehelp.cpp"
  1523. >
  1524. </File>
  1525. <File
  1526. RelativePath="..\..\..\common\STL-findfile\filehelp.h"
  1527. >
  1528. </File>
  1529. <File
  1530. RelativePath="..\..\..\common\STL-findfile\findfile.cpp"
  1531. >
  1532. </File>
  1533. <File
  1534. RelativePath="..\..\..\common\STL-findfile\findfile.h"
  1535. >
  1536. </File>
  1537. </Filter>
  1538. <Filter
  1539. Name="主工程"
  1540. >
  1541. <File
  1542. RelativePath="DBServer.cpp"
  1543. >
  1544. <FileConfiguration
  1545. Name="Release|Win32"
  1546. >
  1547. <Tool
  1548. Name="VCCLCompilerTool"
  1549. PreprocessorDefinitions=""
  1550. />
  1551. </FileConfiguration>
  1552. <FileConfiguration
  1553. Name="Debug|Win32"
  1554. >
  1555. <Tool
  1556. Name="VCCLCompilerTool"
  1557. PreprocessorDefinitions=""
  1558. UndefinePreprocessorDefinitions=""
  1559. />
  1560. </FileConfiguration>
  1561. </File>
  1562. <File
  1563. RelativePath="DBServer.h"
  1564. >
  1565. </File>
  1566. <File
  1567. RelativePath="DBServer.rc"
  1568. >
  1569. <FileConfiguration
  1570. Name="Release|Win32"
  1571. >
  1572. <Tool
  1573. Name="VCResourceCompilerTool"
  1574. PreprocessorDefinitions=""
  1575. />
  1576. </FileConfiguration>
  1577. <FileConfiguration
  1578. Name="Debug|Win32"
  1579. >
  1580. <Tool
  1581. Name="VCResourceCompilerTool"
  1582. PreprocessorDefinitions=""
  1583. />
  1584. </FileConfiguration>
  1585. </File>
  1586. <File
  1587. RelativePath="DBServerDlg.cpp"
  1588. >
  1589. <FileConfiguration
  1590. Name="Release|Win32"
  1591. >
  1592. <Tool
  1593. Name="VCCLCompilerTool"
  1594. PreprocessorDefinitions=""
  1595. />
  1596. </FileConfiguration>
  1597. <FileConfiguration
  1598. Name="Debug|Win32"
  1599. >
  1600. <Tool
  1601. Name="VCCLCompilerTool"
  1602. PreprocessorDefinitions=""
  1603. UndefinePreprocessorDefinitions=""
  1604. />
  1605. </FileConfiguration>
  1606. </File>
  1607. <File
  1608. RelativePath="DBServerDlg.h"
  1609. >
  1610. </File>
  1611. <File
  1612. RelativePath="StdAfx.cpp"
  1613. >
  1614. <FileConfiguration
  1615. Name="Release|Win32"
  1616. >
  1617. <Tool
  1618. Name="VCCLCompilerTool"
  1619. PreprocessorDefinitions=""
  1620. UsePrecompiledHeader="1"
  1621. />
  1622. </FileConfiguration>
  1623. <FileConfiguration
  1624. Name="Debug|Win32"
  1625. >
  1626. <Tool
  1627. Name="VCCLCompilerTool"
  1628. PreprocessorDefinitions=""
  1629. UsePrecompiledHeader="1"
  1630. UndefinePreprocessorDefinitions=""
  1631. />
  1632. </FileConfiguration>
  1633. </File>
  1634. <File
  1635. RelativePath="StdAfx.h"
  1636. >
  1637. </File>
  1638. </Filter>
  1639. <File
  1640. RelativePath=".\res\a36adc33339c4e7ea2daedc6534b0d39.softkey"
  1641. >
  1642. </File>
  1643. <File
  1644. RelativePath=".\res\f4d147641ed5aa6e438f70d189dada20.softkey"
  1645. >
  1646. </File>
  1647. <File
  1648. RelativePath=".\res\Lia004.softkey"
  1649. >
  1650. </File>
  1651. <File
  1652. RelativePath="res\LOGO.png"
  1653. >
  1654. </File>
  1655. <File
  1656. RelativePath="res\users.dat"
  1657. >
  1658. </File>
  1659. </Files>
  1660. <Globals>
  1661. </Globals>
  1662. </VisualStudioProject>