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

对话框与窗口

开发平台:

Visual C++

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