Layer1.vcproj
上传用户:liguizhu
上传日期:2015-11-01
资源大小:2422k
文件大小:15k
源码类别:

P2P编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="Layer1"
  6. ProjectGUID="{E59B827D-8B33-4E20-BC32-C3EF5A3CD6C7}"
  7. RootNamespace="Layer1"
  8. SccProjectName=""
  9. SccLocalPath="">
  10. <Platforms>
  11. <Platform
  12. Name="Win32"/>
  13. </Platforms>
  14. <Configurations>
  15. <Configuration
  16. Name="Debug|Win32"
  17. OutputDirectory="..Bin$(ConfigurationName)"
  18. IntermediateDirectory=".Debug"
  19. ConfigurationType="2"
  20. UseOfMFC="0"
  21. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  22. CharacterSet="2">
  23. <Tool
  24. Name="VCCLCompilerTool"
  25. Optimization="0"
  26. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LAYER1_EXPORTS;"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="1"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  31. AssemblerListingLocation=".Debug/"
  32. ObjectFile=".Debug/"
  33. ProgramDataBaseFileName=".Debug/"
  34. BrowseInformation="1"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. Detect64BitPortabilityProblems="FALSE"
  38. DebugInformationFormat="4"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. AdditionalDependencies="winmm.lib Ws2_32.lib Wininet.lib"
  44. LinkIncremental="2"
  45. SuppressStartupBanner="TRUE"
  46. GenerateDebugInformation="TRUE"
  47. GenerateMapFile="TRUE"
  48. MapExports="TRUE"
  49. EntryPointSymbol=""
  50. ImportLibrary="$(TargetDir)/Layer1.lib"
  51. TargetMachine="1"/>
  52. <Tool
  53. Name="VCMIDLTool"
  54. PreprocessorDefinitions="_DEBUG"
  55. MkTypLibCompatible="TRUE"
  56. SuppressStartupBanner="TRUE"
  57. TargetEnvironment="1"
  58. TypeLibraryName=".Debug/Layer1.tlb"
  59. HeaderFileName=""/>
  60. <Tool
  61. Name="VCPostBuildEventTool"/>
  62. <Tool
  63. Name="VCPreBuildEventTool"/>
  64. <Tool
  65. Name="VCPreLinkEventTool"/>
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="_DEBUG"
  69. Culture="2052"/>
  70. <Tool
  71. Name="VCWebServiceProxyGeneratorTool"/>
  72. <Tool
  73. Name="VCXMLDataGeneratorTool"/>
  74. <Tool
  75. Name="VCWebDeploymentTool"/>
  76. <Tool
  77. Name="VCManagedWrapperGeneratorTool"/>
  78. <Tool
  79. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory="..Bin$(ConfigurationName)"
  84. IntermediateDirectory=".Release"
  85. ConfigurationType="2"
  86. UseOfMFC="0"
  87. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  88. CharacterSet="2">
  89. <Tool
  90. Name="VCCLCompilerTool"
  91. Optimization="2"
  92. InlineFunctionExpansion="1"
  93. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LAYER1_EXPORTS"
  94. StringPooling="TRUE"
  95. ExceptionHandling="TRUE"
  96. RuntimeLibrary="0"
  97. EnableFunctionLevelLinking="TRUE"
  98. UsePrecompiledHeader="2"
  99. PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  100. AssemblerListingLocation=".Release/"
  101. ObjectFile=".Release/"
  102. ProgramDataBaseFileName=".Release/"
  103. BrowseInformation="1"
  104. WarningLevel="3"
  105. SuppressStartupBanner="TRUE"/>
  106. <Tool
  107. Name="VCCustomBuildTool"/>
  108. <Tool
  109. Name="VCLinkerTool"
  110. AdditionalDependencies="winmm.lib Ws2_32.lib Wininet.lib"
  111. LinkIncremental="1"
  112. SuppressStartupBanner="TRUE"
  113. IgnoreDefaultLibraryNames=""
  114. GenerateDebugInformation="TRUE"
  115. ProgramDatabaseFile="$(OutDir)/Layer1.pdb"
  116. GenerateMapFile="TRUE"
  117. MapFileName="$(TargetDir)layer1.map"
  118. MapExports="TRUE"
  119. MapLines="TRUE"
  120. ImportLibrary="$(TargetDir)/Layer1.lib"
  121. TargetMachine="1"/>
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="TRUE"
  126. SuppressStartupBanner="TRUE"
  127. TargetEnvironment="1"
  128. TypeLibraryName=".Release/Layer1.tlb"
  129. HeaderFileName=""/>
  130. <Tool
  131. Name="VCPostBuildEventTool"/>
  132. <Tool
  133. Name="VCPreBuildEventTool"/>
  134. <Tool
  135. Name="VCPreLinkEventTool"/>
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. PreprocessorDefinitions="NDEBUG"
  139. Culture="2052"/>
  140. <Tool
  141. Name="VCWebServiceProxyGeneratorTool"/>
  142. <Tool
  143. Name="VCXMLDataGeneratorTool"/>
  144. <Tool
  145. Name="VCWebDeploymentTool"/>
  146. <Tool
  147. Name="VCManagedWrapperGeneratorTool"/>
  148. <Tool
  149. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  150. </Configuration>
  151. <Configuration
  152. Name="Release_JinXiu|Win32"
  153. OutputDirectory="..Bin$(ConfigurationName)"
  154. IntermediateDirectory="$(ConfigurationName)"
  155. ConfigurationType="2"
  156. UseOfMFC="0"
  157. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  158. CharacterSet="2">
  159. <Tool
  160. Name="VCCLCompilerTool"
  161. Optimization="2"
  162. InlineFunctionExpansion="1"
  163. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LAYER1_EXPORTS;RELEASE_JINXIU"
  164. StringPooling="TRUE"
  165. ExceptionHandling="TRUE"
  166. RuntimeLibrary="0"
  167. EnableFunctionLevelLinking="TRUE"
  168. UsePrecompiledHeader="2"
  169. PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  170. AssemblerListingLocation=".Release/"
  171. ObjectFile=".Release/"
  172. ProgramDataBaseFileName=".Release/"
  173. BrowseInformation="1"
  174. WarningLevel="3"
  175. SuppressStartupBanner="TRUE"/>
  176. <Tool
  177. Name="VCCustomBuildTool"/>
  178. <Tool
  179. Name="VCLinkerTool"
  180. AdditionalDependencies="winmm.lib Ws2_32.lib Wininet.lib"
  181. LinkIncremental="1"
  182. SuppressStartupBanner="TRUE"
  183. IgnoreDefaultLibraryNames=""
  184. ProgramDatabaseFile="$(OutDir)/Layer1.pdb"
  185. GenerateMapFile="TRUE"
  186. MapFileName="$(TargetDir)layer1.map"
  187. MapExports="TRUE"
  188. MapLines="TRUE"
  189. ImportLibrary="$(TargetDir)/Layer1.lib"
  190. TargetMachine="1"/>
  191. <Tool
  192. Name="VCMIDLTool"
  193. PreprocessorDefinitions="NDEBUG"
  194. MkTypLibCompatible="TRUE"
  195. SuppressStartupBanner="TRUE"
  196. TargetEnvironment="1"
  197. TypeLibraryName=".Release/Layer1.tlb"
  198. HeaderFileName=""/>
  199. <Tool
  200. Name="VCPostBuildEventTool"/>
  201. <Tool
  202. Name="VCPreBuildEventTool"/>
  203. <Tool
  204. Name="VCPreLinkEventTool"/>
  205. <Tool
  206. Name="VCResourceCompilerTool"
  207. PreprocessorDefinitions="NDEBUG"
  208. Culture="2052"/>
  209. <Tool
  210. Name="VCWebServiceProxyGeneratorTool"/>
  211. <Tool
  212. Name="VCXMLDataGeneratorTool"/>
  213. <Tool
  214. Name="VCWebDeploymentTool"/>
  215. <Tool
  216. Name="VCManagedWrapperGeneratorTool"/>
  217. <Tool
  218. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  219. </Configuration>
  220. </Configurations>
  221. <References>
  222. </References>
  223. <Files>
  224. <Filter
  225. Name="src"
  226. Filter="">
  227. <File
  228. RelativePath="BufferMgr.cpp">
  229. <FileConfiguration
  230. Name="Debug|Win32">
  231. <Tool
  232. Name="VCCLCompilerTool"
  233. Optimization="0"
  234. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  235. BasicRuntimeChecks="3"
  236. BrowseInformation="1"/>
  237. </FileConfiguration>
  238. <FileConfiguration
  239. Name="Release|Win32">
  240. <Tool
  241. Name="VCCLCompilerTool"
  242. Optimization="2"
  243. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  244. BrowseInformation="1"/>
  245. </FileConfiguration>
  246. <FileConfiguration
  247. Name="Release_JinXiu|Win32">
  248. <Tool
  249. Name="VCCLCompilerTool"
  250. Optimization="2"
  251. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  252. BrowseInformation="1"/>
  253. </FileConfiguration>
  254. </File>
  255. <File
  256. RelativePath="BufferMgr.h">
  257. </File>
  258. <File
  259. RelativePath="Communicator.cpp">
  260. <FileConfiguration
  261. Name="Debug|Win32">
  262. <Tool
  263. Name="VCCLCompilerTool"
  264. Optimization="0"
  265. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  266. BasicRuntimeChecks="3"
  267. BrowseInformation="1"/>
  268. </FileConfiguration>
  269. <FileConfiguration
  270. Name="Release|Win32">
  271. <Tool
  272. Name="VCCLCompilerTool"
  273. Optimization="2"
  274. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  275. BrowseInformation="1"/>
  276. </FileConfiguration>
  277. <FileConfiguration
  278. Name="Release_JinXiu|Win32">
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. Optimization="2"
  282. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  283. BrowseInformation="1"/>
  284. </FileConfiguration>
  285. </File>
  286. <File
  287. RelativePath="Communicator.h">
  288. </File>
  289. <File
  290. RelativePath="CSClient.cpp">
  291. <FileConfiguration
  292. Name="Debug|Win32">
  293. <Tool
  294. Name="VCCLCompilerTool"
  295. Optimization="0"
  296. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NOINHERIT)"
  297. BasicRuntimeChecks="3"
  298. BrowseInformation="1"/>
  299. </FileConfiguration>
  300. <FileConfiguration
  301. Name="Release|Win32">
  302. <Tool
  303. Name="VCCLCompilerTool"
  304. Optimization="2"
  305. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  306. BrowseInformation="1"/>
  307. </FileConfiguration>
  308. <FileConfiguration
  309. Name="Release_JinXiu|Win32">
  310. <Tool
  311. Name="VCCLCompilerTool"
  312. Optimization="2"
  313. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;RELEASE_JINXIU;$(NOINHERIT)"
  314. BrowseInformation="1"/>
  315. </FileConfiguration>
  316. </File>
  317. <File
  318. RelativePath="CSClient.h">
  319. </File>
  320. <File
  321. RelativePath=".Layer1.cpp">
  322. </File>
  323. <File
  324. RelativePath=".Layer1.h">
  325. </File>
  326. <File
  327. RelativePath=".LocalPeerFinder.cpp">
  328. </File>
  329. <File
  330. RelativePath=".LocalPeerFinder.h">
  331. </File>
  332. <File
  333. RelativePath=".P2PClient.cpp">
  334. </File>
  335. <File
  336. RelativePath=".P2PClient.h">
  337. </File>
  338. <File
  339. RelativePath=".P2PMgr.cpp">
  340. </File>
  341. <File
  342. RelativePath=".P2PMgr.h">
  343. </File>
  344. <File
  345. RelativePath="TryClient.cpp">
  346. <FileConfiguration
  347. Name="Debug|Win32">
  348. <Tool
  349. Name="VCCLCompilerTool"
  350. Optimization="0"
  351. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  352. BasicRuntimeChecks="3"
  353. BrowseInformation="1"/>
  354. </FileConfiguration>
  355. <FileConfiguration
  356. Name="Release|Win32">
  357. <Tool
  358. Name="VCCLCompilerTool"
  359. Optimization="2"
  360. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  361. BrowseInformation="1"/>
  362. </FileConfiguration>
  363. <FileConfiguration
  364. Name="Release_JinXiu|Win32">
  365. <Tool
  366. Name="VCCLCompilerTool"
  367. Optimization="2"
  368. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  369. BrowseInformation="1"/>
  370. </FileConfiguration>
  371. </File>
  372. <File
  373. RelativePath="TryClient.h">
  374. </File>
  375. </Filter>
  376. <Filter
  377. Name="resclasses"
  378. Filter="">
  379. <File
  380. RelativePath=".BaseResource.cpp">
  381. </File>
  382. <File
  383. RelativePath=".BaseResource.h">
  384. </File>
  385. <File
  386. RelativePath=".LiveResource.cpp">
  387. </File>
  388. <File
  389. RelativePath=".LiveResource.h">
  390. </File>
  391. </Filter>
  392. <Filter
  393. Name="include"
  394. Filter="">
  395. <File
  396. RelativePath="ClientStructDefine.h">
  397. </File>
  398. <File
  399. RelativePath=".Error.h">
  400. </File>
  401. <File
  402. RelativePath=".LayerDefine.h">
  403. </File>
  404. <File
  405. RelativePath=".Protocol.h">
  406. </File>
  407. <File
  408. RelativePath=".Structs.h">
  409. </File>
  410. </Filter>
  411. <Filter
  412. Name="util"
  413. Filter="">
  414. <File
  415. RelativePath=".ConfigFile.cpp">
  416. </File>
  417. <File
  418. RelativePath=".ConfigFile.h">
  419. </File>
  420. <File
  421. RelativePath=".CriticalSection.cpp">
  422. </File>
  423. <File
  424. RelativePath=".CriticalSection.h">
  425. </File>
  426. <File
  427. RelativePath=".FreeList.h">
  428. </File>
  429. <File
  430. RelativePath=".http_fetcher.cpp">
  431. </File>
  432. <File
  433. RelativePath=".http_fetcher.h">
  434. </File>
  435. <File
  436. RelativePath=".IntervalArray.h">
  437. </File>
  438. <File
  439. RelativePath=".LogMgr.cpp">
  440. </File>
  441. <File
  442. RelativePath=".LogMgr.h">
  443. </File>
  444. <File
  445. RelativePath=".MediaArray.h">
  446. </File>
  447. <File
  448. RelativePath=".PushList.h">
  449. </File>
  450. <File
  451. RelativePath="StdAfx.cpp">
  452. <FileConfiguration
  453. Name="Debug|Win32">
  454. <Tool
  455. Name="VCCLCompilerTool"
  456. Optimization="0"
  457. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  458. BasicRuntimeChecks="3"
  459. BrowseInformation="1"/>
  460. </FileConfiguration>
  461. <FileConfiguration
  462. Name="Release|Win32">
  463. <Tool
  464. Name="VCCLCompilerTool"
  465. Optimization="2"
  466. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  467. BrowseInformation="1"/>
  468. </FileConfiguration>
  469. <FileConfiguration
  470. Name="Release_JinXiu|Win32">
  471. <Tool
  472. Name="VCCLCompilerTool"
  473. Optimization="2"
  474. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  475. BrowseInformation="1"/>
  476. </FileConfiguration>
  477. </File>
  478. <File
  479. RelativePath="StdAfx.h">
  480. </File>
  481. <File
  482. RelativePath="TransferCalculator.cpp">
  483. <FileConfiguration
  484. Name="Debug|Win32">
  485. <Tool
  486. Name="VCCLCompilerTool"
  487. Optimization="0"
  488. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  489. BasicRuntimeChecks="3"
  490. BrowseInformation="1"/>
  491. </FileConfiguration>
  492. <FileConfiguration
  493. Name="Release|Win32">
  494. <Tool
  495. Name="VCCLCompilerTool"
  496. Optimization="2"
  497. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  498. BrowseInformation="1"/>
  499. </FileConfiguration>
  500. <FileConfiguration
  501. Name="Release_JinXiu|Win32">
  502. <Tool
  503. Name="VCCLCompilerTool"
  504. Optimization="2"
  505. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;LAYER1_EXPORTS;$(NoInherit)"
  506. BrowseInformation="1"/>
  507. </FileConfiguration>
  508. </File>
  509. <File
  510. RelativePath="TransferCalculator.h">
  511. </File>
  512. </Filter>
  513. <Filter
  514. Name="external"
  515. Filter="">
  516. <File
  517. RelativePath=".externalmd5.cpp">
  518. </File>
  519. <File
  520. RelativePath=".externalmd5.h">
  521. </File>
  522. <File
  523. RelativePath=".externalRand.cpp">
  524. </File>
  525. <File
  526. RelativePath=".externalRand.h">
  527. </File>
  528. <File
  529. RelativePath=".externalStandard.h">
  530. </File>
  531. <File
  532. RelativePath=".externalTE_Socket.cpp">
  533. </File>
  534. <File
  535. RelativePath=".externalTE_Socket.h">
  536. </File>
  537. </Filter>
  538. <Filter
  539. Name="res"
  540. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  541. <File
  542. RelativePath=".Layer1.rc">
  543. </File>
  544. <File
  545. RelativePath=".resource.h">
  546. </File>
  547. </Filter>
  548. </Files>
  549. <Globals>
  550. </Globals>
  551. </VisualStudioProject>