CPhotoFTPReceive - 08.vcproj 31 KB

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