WinExplorer_vc71.vcproj
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:11k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="WinExplorer"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".Debug/vc71"
  17. IntermediateDirectory=".Debug/vc71"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. AdditionalOptions="/Zm200 "
  24. Optimization="0"
  25. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  26. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  27. RuntimeLibrary="3"
  28. TreatWChar_tAsBuiltInType="TRUE"
  29. UsePrecompiledHeader="3"
  30. PrecompiledHeaderThrough="stdafx.h"
  31. PrecompiledHeaderFile=".Debug/vc71/WinExplorer.pch"
  32. AssemblerListingLocation=".Debug/vc71/"
  33. ObjectFile=".Debug/vc71/"
  34. ProgramDataBaseFileName=".Debug/vc71/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. DebugInformationFormat="4"
  38. CompileAs="0"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. OutputFile="../../../bin/vc71/WinExplorerD.exe"
  44. LinkIncremental="2"
  45. SuppressStartupBanner="TRUE"
  46. AdditionalLibraryDirectories="../../../lib/vc71"
  47. GenerateDebugInformation="TRUE"
  48. ProgramDatabaseFile=".Debug/vc71/WinExplorerD.pdb"
  49. SubSystem="2"
  50. TargetMachine="1"/>
  51. <Tool
  52. Name="VCMIDLTool"
  53. PreprocessorDefinitions="_DEBUG"
  54. MkTypLibCompatible="TRUE"
  55. SuppressStartupBanner="TRUE"
  56. TargetEnvironment="1"
  57. TypeLibraryName=".Debug/vc71/WinExplorer.tlb"
  58. HeaderFileName=""/>
  59. <Tool
  60. Name="VCPostBuildEventTool"/>
  61. <Tool
  62. Name="VCPreBuildEventTool"/>
  63. <Tool
  64. Name="VCPreLinkEventTool"/>
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="_DEBUG"
  68. Culture="1033"
  69. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  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=".Release/vc71"
  84. IntermediateDirectory=".Release/vc71"
  85. ConfigurationType="1"
  86. UseOfMFC="1"
  87. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  88. <Tool
  89. Name="VCCLCompilerTool"
  90. AdditionalOptions="/Zm200 "
  91. Optimization="2"
  92. InlineFunctionExpansion="1"
  93. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  94. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  95. StringPooling="TRUE"
  96. RuntimeLibrary="0"
  97. EnableFunctionLevelLinking="TRUE"
  98. TreatWChar_tAsBuiltInType="TRUE"
  99. UsePrecompiledHeader="3"
  100. PrecompiledHeaderThrough="stdafx.h"
  101. PrecompiledHeaderFile=".Release/vc71/WinExplorer.pch"
  102. AssemblerListingLocation=".Release/vc71/"
  103. ObjectFile=".Release/vc71/"
  104. ProgramDataBaseFileName=".Release/vc71/"
  105. WarningLevel="3"
  106. SuppressStartupBanner="TRUE"
  107. CompileAs="0"/>
  108. <Tool
  109. Name="VCCustomBuildTool"/>
  110. <Tool
  111. Name="VCLinkerTool"
  112. OutputFile="../../../bin/vc71/WinExplorer.exe"
  113. LinkIncremental="1"
  114. SuppressStartupBanner="TRUE"
  115. AdditionalLibraryDirectories="../../../lib/vc71"
  116. ProgramDatabaseFile=".Release/vc71/WinExplorer.pdb"
  117. SubSystem="2"
  118. TargetMachine="1"/>
  119. <Tool
  120. Name="VCMIDLTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. MkTypLibCompatible="TRUE"
  123. SuppressStartupBanner="TRUE"
  124. TargetEnvironment="1"
  125. TypeLibraryName=".Release/vc71/WinExplorer.tlb"
  126. HeaderFileName=""/>
  127. <Tool
  128. Name="VCPostBuildEventTool"/>
  129. <Tool
  130. Name="VCPreBuildEventTool"/>
  131. <Tool
  132. Name="VCPreLinkEventTool"/>
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. PreprocessorDefinitions="NDEBUG"
  136. Culture="1033"
  137. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  138. <Tool
  139. Name="VCWebServiceProxyGeneratorTool"/>
  140. <Tool
  141. Name="VCXMLDataGeneratorTool"/>
  142. <Tool
  143. Name="VCWebDeploymentTool"/>
  144. <Tool
  145. Name="VCManagedWrapperGeneratorTool"/>
  146. <Tool
  147. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  148. </Configuration>
  149. <Configuration
  150. Name="Unicode Release|Win32"
  151. OutputDirectory=".Unicode_Release/vc71"
  152. IntermediateDirectory=".Unicode_Release/vc71"
  153. ConfigurationType="1"
  154. UseOfMFC="2"
  155. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  156. CharacterSet="1">
  157. <Tool
  158. Name="VCCLCompilerTool"
  159. AdditionalOptions="/Zm200 "
  160. Optimization="2"
  161. InlineFunctionExpansion="1"
  162. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  163. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  164. StringPooling="TRUE"
  165. RuntimeLibrary="2"
  166. EnableFunctionLevelLinking="TRUE"
  167. TreatWChar_tAsBuiltInType="TRUE"
  168. UsePrecompiledHeader="3"
  169. PrecompiledHeaderThrough="stdafx.h"
  170. PrecompiledHeaderFile=".Unicode_Release/vc71/WinExplorer.pch"
  171. AssemblerListingLocation=".Unicode_Release/vc71/"
  172. ObjectFile=".Unicode_Release/vc71/"
  173. ProgramDataBaseFileName=".Unicode_Release/vc71/"
  174. WarningLevel="3"
  175. SuppressStartupBanner="TRUE"
  176. CompileAs="0"/>
  177. <Tool
  178. Name="VCCustomBuildTool"/>
  179. <Tool
  180. Name="VCLinkerTool"
  181. OutputFile="../../../bin/vc71/WinExplorerU.exe"
  182. LinkIncremental="1"
  183. SuppressStartupBanner="TRUE"
  184. AdditionalLibraryDirectories="../../../lib/vc71"
  185. ProgramDatabaseFile=".Unicode_Release/vc71/WinExplorerU.pdb"
  186. SubSystem="2"
  187. EntryPointSymbol="wWinMainCRTStartup"
  188. TargetMachine="1"/>
  189. <Tool
  190. Name="VCMIDLTool"
  191. PreprocessorDefinitions="NDEBUG"
  192. MkTypLibCompatible="TRUE"
  193. SuppressStartupBanner="TRUE"
  194. TargetEnvironment="1"
  195. TypeLibraryName=".Unicode_Release/vc71/WinExplorer.tlb"
  196. HeaderFileName=""/>
  197. <Tool
  198. Name="VCPostBuildEventTool"/>
  199. <Tool
  200. Name="VCPreBuildEventTool"/>
  201. <Tool
  202. Name="VCPreLinkEventTool"/>
  203. <Tool
  204. Name="VCResourceCompilerTool"
  205. PreprocessorDefinitions="NDEBUG"
  206. Culture="1033"
  207. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  208. <Tool
  209. Name="VCWebServiceProxyGeneratorTool"/>
  210. <Tool
  211. Name="VCXMLDataGeneratorTool"/>
  212. <Tool
  213. Name="VCWebDeploymentTool"/>
  214. <Tool
  215. Name="VCManagedWrapperGeneratorTool"/>
  216. <Tool
  217. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  218. </Configuration>
  219. <Configuration
  220. Name="Unicode Debug|Win32"
  221. OutputDirectory=".Unicode_Debug/vc71"
  222. IntermediateDirectory=".Unicode_Debug/vc71"
  223. ConfigurationType="1"
  224. UseOfMFC="2"
  225. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  226. CharacterSet="1">
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. AdditionalOptions="/Zm200 "
  230. Optimization="0"
  231. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  232. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  233. RuntimeLibrary="3"
  234. TreatWChar_tAsBuiltInType="TRUE"
  235. UsePrecompiledHeader="3"
  236. PrecompiledHeaderThrough="stdafx.h"
  237. PrecompiledHeaderFile=".Unicode_Debug/vc71/WinExplorer.pch"
  238. AssemblerListingLocation=".Unicode_Debug/vc71/"
  239. ObjectFile=".Unicode_Debug/vc71/"
  240. ProgramDataBaseFileName=".Unicode_Debug/vc71/"
  241. WarningLevel="3"
  242. SuppressStartupBanner="TRUE"
  243. DebugInformationFormat="4"
  244. CompileAs="0"/>
  245. <Tool
  246. Name="VCCustomBuildTool"/>
  247. <Tool
  248. Name="VCLinkerTool"
  249. OutputFile="../../../bin/vc71/WinExplorerUD.exe"
  250. LinkIncremental="2"
  251. SuppressStartupBanner="TRUE"
  252. AdditionalLibraryDirectories="../../../lib/vc71"
  253. GenerateDebugInformation="TRUE"
  254. ProgramDatabaseFile=".Unicode_Debug/vc71/WinExplorerUD.pdb"
  255. SubSystem="2"
  256. EntryPointSymbol="wWinMainCRTStartup"
  257. TargetMachine="1"/>
  258. <Tool
  259. Name="VCMIDLTool"
  260. PreprocessorDefinitions="_DEBUG"
  261. MkTypLibCompatible="TRUE"
  262. SuppressStartupBanner="TRUE"
  263. TargetEnvironment="1"
  264. TypeLibraryName=".Unicode_Debug/vc71/WinExplorer.tlb"
  265. HeaderFileName=""/>
  266. <Tool
  267. Name="VCPostBuildEventTool"/>
  268. <Tool
  269. Name="VCPreBuildEventTool"/>
  270. <Tool
  271. Name="VCPreLinkEventTool"/>
  272. <Tool
  273. Name="VCResourceCompilerTool"
  274. PreprocessorDefinitions="_DEBUG"
  275. Culture="1033"
  276. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  277. <Tool
  278. Name="VCWebServiceProxyGeneratorTool"/>
  279. <Tool
  280. Name="VCXMLDataGeneratorTool"/>
  281. <Tool
  282. Name="VCWebDeploymentTool"/>
  283. <Tool
  284. Name="VCManagedWrapperGeneratorTool"/>
  285. <Tool
  286. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  287. </Configuration>
  288. </Configurations>
  289. <References>
  290. </References>
  291. <Files>
  292. <Filter
  293. Name="Source Files"
  294. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  295. <File
  296. RelativePath="MainFrm.cpp">
  297. </File>
  298. <File
  299. RelativePath="ShellListView.cpp">
  300. </File>
  301. <File
  302. RelativePath="ShellTreeView.cpp">
  303. </File>
  304. <File
  305. RelativePath="StdAfx.cpp">
  306. <FileConfiguration
  307. Name="Debug|Win32">
  308. <Tool
  309. Name="VCCLCompilerTool"
  310. UsePrecompiledHeader="1"/>
  311. </FileConfiguration>
  312. <FileConfiguration
  313. Name="Release|Win32">
  314. <Tool
  315. Name="VCCLCompilerTool"
  316. UsePrecompiledHeader="1"/>
  317. </FileConfiguration>
  318. <FileConfiguration
  319. Name="Unicode Release|Win32">
  320. <Tool
  321. Name="VCCLCompilerTool"
  322. UsePrecompiledHeader="1"/>
  323. </FileConfiguration>
  324. <FileConfiguration
  325. Name="Unicode Debug|Win32">
  326. <Tool
  327. Name="VCCLCompilerTool"
  328. UsePrecompiledHeader="1"/>
  329. </FileConfiguration>
  330. </File>
  331. <File
  332. RelativePath="WinExplorer.cpp">
  333. </File>
  334. <File
  335. RelativePath="WinExplorer.rc">
  336. </File>
  337. <File
  338. RelativePath="WinExplorerDoc.cpp">
  339. </File>
  340. <File
  341. RelativePath="WinExplorerView.cpp">
  342. </File>
  343. </Filter>
  344. <Filter
  345. Name="Header Files"
  346. Filter="h;hpp;hxx;hm;inl">
  347. <File
  348. RelativePath="MainFrm.h">
  349. </File>
  350. <File
  351. RelativePath="Resource.h">
  352. </File>
  353. <File
  354. RelativePath="ShellListView.h">
  355. </File>
  356. <File
  357. RelativePath="ShellTreeView.h">
  358. </File>
  359. <File
  360. RelativePath="StdAfx.h">
  361. </File>
  362. <File
  363. RelativePath="WinExplorer.h">
  364. </File>
  365. <File
  366. RelativePath="WinExplorerDoc.h">
  367. </File>
  368. <File
  369. RelativePath="WinExplorerView.h">
  370. </File>
  371. </Filter>
  372. <Filter
  373. Name="Resource Files"
  374. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
  375. <File
  376. RelativePath="resaddressbar.bmp">
  377. </File>
  378. <File
  379. RelativePath="resCjSample.ico">
  380. </File>
  381. <File
  382. RelativePath="resexplorerbar.bmp">
  383. </File>
  384. <File
  385. RelativePath="resexplorerbar16.bmp">
  386. </File>
  387. <File
  388. RelativePath="resexplorerbargray.bmp">
  389. </File>
  390. <File
  391. RelativePath="resToolbar.bmp">
  392. </File>
  393. <File
  394. RelativePath="resWinExplorer.ico">
  395. </File>
  396. <File
  397. RelativePath="resWinExplorer.rc2">
  398. </File>
  399. <File
  400. RelativePath="resWinExplorerDoc.ico">
  401. </File>
  402. </Filter>
  403. <File
  404. RelativePath="ReadMe.txt">
  405. </File>
  406. </Files>
  407. <Globals>
  408. </Globals>
  409. </VisualStudioProject>