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