ResizablePropertySheet_700.vcproj
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:44k
源码类别:

界面编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="ResizablePropertySheet"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Static ANSI Release|Win32"
  16. OutputDirectory=".....Bin_700"
  17. IntermediateDirectory=".....Bin_700StaticAnsiReleaseResizablePropertySheet"
  18. ConfigurationType="1"
  19. UseOfMFC="1"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  23. InlineFunctionExpansion="1"
  24. AdditionalIncludeDirectories="....include"
  25. PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,_WIN32_WINNT=0x0400,_WIN32_IE=0x0400"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="0"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="3"
  30. PrecompiledHeaderThrough="stdafx.h"
  31. PrecompiledHeaderFile=".....Bin_700StaticAnsiReleaseResizablePropertySheet/ResizablePropertySheet_700.pch"
  32. AssemblerListingLocation=".....Bin_700StaticAnsiReleaseResizablePropertySheet/"
  33. ObjectFile=".....Bin_700StaticAnsiReleaseResizablePropertySheet/"
  34. ProgramDataBaseFileName=".....Bin_700StaticAnsiReleaseResizablePropertySheet/"
  35. WarningLevel="4"
  36. SuppressStartupBanner="TRUE"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalOptions="/MACHINE:I386"
  43. OutputFile="....Bin_700/ResizablePropertySheet-sn.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. AdditionalLibraryDirectories="....Bin_700"
  47. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-sn.pdb"
  48. SubSystem="2"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. PreprocessorDefinitions="NDEBUG"
  52. MkTypLibCompatible="TRUE"
  53. SuppressStartupBanner="TRUE"
  54. TargetEnvironment="1"
  55. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="NDEBUG"
  65. Culture="1033"
  66. AdditionalIncludeDirectories="../../Include"/>
  67. <Tool
  68. Name="VCWebServiceProxyGeneratorTool"/>
  69. <Tool
  70. Name="VCWebDeploymentTool"/>
  71. </Configuration>
  72. <Configuration
  73. Name="Static Unicode Debug|Win32"
  74. OutputDirectory=".....Bin_700"
  75. IntermediateDirectory=".....Bin_700StaticUnicodeDebugResizablePropertySheet"
  76. ConfigurationType="1"
  77. UseOfMFC="1"
  78. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  79. CharacterSet="1">
  80. <Tool
  81. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  82. Optimization="0"
  83. AdditionalIncludeDirectories="....include"
  84. PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,_WIN32_WINNT=0x0400,_WIN32_IE=0x0400"
  85. BasicRuntimeChecks="3"
  86. RuntimeLibrary="1"
  87. UsePrecompiledHeader="3"
  88. PrecompiledHeaderThrough="stdafx.h"
  89. PrecompiledHeaderFile=".....Bin_700StaticUnicodeDebugResizablePropertySheet/ResizablePropertySheet_700.pch"
  90. AssemblerListingLocation=".....Bin_700StaticUnicodeDebugResizablePropertySheet/"
  91. ObjectFile=".....Bin_700StaticUnicodeDebugResizablePropertySheet/"
  92. ProgramDataBaseFileName=".....Bin_700StaticUnicodeDebugResizablePropertySheet/"
  93. WarningLevel="4"
  94. SuppressStartupBanner="TRUE"
  95. DebugInformationFormat="4"
  96. CompileAs="0"/>
  97. <Tool
  98. Name="VCCustomBuildTool"/>
  99. <Tool
  100. Name="VCLinkerTool"
  101. AdditionalOptions="/MACHINE:I386"
  102. OutputFile="....Bin_700/ResizablePropertySheet-sud.exe"
  103. LinkIncremental="2"
  104. SuppressStartupBanner="TRUE"
  105. AdditionalLibraryDirectories="....Bin_700"
  106. GenerateDebugInformation="TRUE"
  107. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-sud.pdb"
  108. SubSystem="2"
  109. EntryPointSymbol="wWinMainCRTStartup"/>
  110. <Tool
  111. Name="VCMIDLTool"
  112. PreprocessorDefinitions="_DEBUG"
  113. MkTypLibCompatible="TRUE"
  114. SuppressStartupBanner="TRUE"
  115. TargetEnvironment="1"
  116. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  117. <Tool
  118. Name="VCPostBuildEventTool"/>
  119. <Tool
  120. Name="VCPreBuildEventTool"/>
  121. <Tool
  122. Name="VCPreLinkEventTool"/>
  123. <Tool
  124. Name="VCResourceCompilerTool"
  125. PreprocessorDefinitions="_DEBUG"
  126. Culture="1033"
  127. AdditionalIncludeDirectories="../../Include"/>
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"/>
  130. <Tool
  131. Name="VCWebDeploymentTool"/>
  132. </Configuration>
  133. <Configuration
  134. Name="Static MBCS Debug|Win32"
  135. OutputDirectory=".....Bin_700"
  136. IntermediateDirectory=".....Bin_700StaticMbcsDebugResizablePropertySheet"
  137. ConfigurationType="1"
  138. UseOfMFC="1"
  139. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  140. CharacterSet="2">
  141. <Tool
  142. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  143. Optimization="0"
  144. AdditionalIncludeDirectories="....include"
  145. PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,_WIN32_WINNT=0x0400,_WIN32_IE=0x0400"
  146. BasicRuntimeChecks="3"
  147. RuntimeLibrary="1"
  148. UsePrecompiledHeader="3"
  149. PrecompiledHeaderThrough="stdafx.h"
  150. PrecompiledHeaderFile=".....Bin_700StaticMbcsDebugResizablePropertySheet/ResizablePropertySheet_700.pch"
  151. AssemblerListingLocation=".....Bin_700StaticMbcsDebugResizablePropertySheet/"
  152. ObjectFile=".....Bin_700StaticMbcsDebugResizablePropertySheet/"
  153. ProgramDataBaseFileName=".....Bin_700StaticMbcsDebugResizablePropertySheet/"
  154. WarningLevel="4"
  155. SuppressStartupBanner="TRUE"
  156. DebugInformationFormat="4"
  157. CompileAs="0"/>
  158. <Tool
  159. Name="VCCustomBuildTool"/>
  160. <Tool
  161. Name="VCLinkerTool"
  162. AdditionalOptions="/MACHINE:I386"
  163. OutputFile="....Bin_700/ResizablePropertySheet-smd.exe"
  164. LinkIncremental="2"
  165. SuppressStartupBanner="TRUE"
  166. AdditionalLibraryDirectories="....Bin_700"
  167. GenerateDebugInformation="TRUE"
  168. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-smd.pdb"
  169. SubSystem="2"/>
  170. <Tool
  171. Name="VCMIDLTool"
  172. PreprocessorDefinitions="_DEBUG"
  173. MkTypLibCompatible="TRUE"
  174. SuppressStartupBanner="TRUE"
  175. TargetEnvironment="1"
  176. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  177. <Tool
  178. Name="VCPostBuildEventTool"/>
  179. <Tool
  180. Name="VCPreBuildEventTool"/>
  181. <Tool
  182. Name="VCPreLinkEventTool"/>
  183. <Tool
  184. Name="VCResourceCompilerTool"
  185. PreprocessorDefinitions="_DEBUG"
  186. Culture="1033"
  187. AdditionalIncludeDirectories="../../Include"/>
  188. <Tool
  189. Name="VCWebServiceProxyGeneratorTool"/>
  190. <Tool
  191. Name="VCWebDeploymentTool"/>
  192. </Configuration>
  193. <Configuration
  194. Name="MBCS Release|Win32"
  195. OutputDirectory=".....Bin_700"
  196. IntermediateDirectory=".....Bin_700MbcsReleaseResizablePropertySheet"
  197. ConfigurationType="1"
  198. UseOfMFC="2"
  199. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  200. CharacterSet="2">
  201. <Tool
  202. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  203. InlineFunctionExpansion="1"
  204. AdditionalIncludeDirectories="....include"
  205. PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  206. StringPooling="TRUE"
  207. RuntimeLibrary="2"
  208. EnableFunctionLevelLinking="TRUE"
  209. UsePrecompiledHeader="3"
  210. PrecompiledHeaderThrough="stdafx.h"
  211. PrecompiledHeaderFile=".....Bin_700MbcsReleaseResizablePropertySheet/ResizablePropertySheet_700.pch"
  212. AssemblerListingLocation=".....Bin_700MbcsReleaseResizablePropertySheet/"
  213. ObjectFile=".....Bin_700MbcsReleaseResizablePropertySheet/"
  214. ProgramDataBaseFileName=".....Bin_700MbcsReleaseResizablePropertySheet/"
  215. WarningLevel="4"
  216. SuppressStartupBanner="TRUE"
  217. CompileAs="0"/>
  218. <Tool
  219. Name="VCCustomBuildTool"/>
  220. <Tool
  221. Name="VCLinkerTool"
  222. AdditionalOptions="/MACHINE:I386"
  223. OutputFile="....Bin_700/ResizablePropertySheet-m.exe"
  224. LinkIncremental="1"
  225. SuppressStartupBanner="TRUE"
  226. AdditionalLibraryDirectories="....Bin_700"
  227. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-m.pdb"
  228. SubSystem="2"/>
  229. <Tool
  230. Name="VCMIDLTool"
  231. PreprocessorDefinitions="NDEBUG"
  232. MkTypLibCompatible="TRUE"
  233. SuppressStartupBanner="TRUE"
  234. TargetEnvironment="1"
  235. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  236. <Tool
  237. Name="VCPostBuildEventTool"/>
  238. <Tool
  239. Name="VCPreBuildEventTool"/>
  240. <Tool
  241. Name="VCPreLinkEventTool"/>
  242. <Tool
  243. Name="VCResourceCompilerTool"
  244. PreprocessorDefinitions="_AFXDLL;NDEBUG"
  245. Culture="1033"
  246. AdditionalIncludeDirectories="../../Include"/>
  247. <Tool
  248. Name="VCWebServiceProxyGeneratorTool"/>
  249. <Tool
  250. Name="VCWebDeploymentTool"/>
  251. </Configuration>
  252. <Configuration
  253. Name="Unicode Release|Win32"
  254. OutputDirectory=".....Bin_700"
  255. IntermediateDirectory=".....Bin_700UnicodeReleaseResizablePropertySheet"
  256. ConfigurationType="1"
  257. UseOfMFC="2"
  258. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  259. CharacterSet="1">
  260. <Tool
  261. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  262. InlineFunctionExpansion="1"
  263. AdditionalIncludeDirectories="....include"
  264. PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  265. StringPooling="TRUE"
  266. RuntimeLibrary="2"
  267. EnableFunctionLevelLinking="TRUE"
  268. UsePrecompiledHeader="3"
  269. PrecompiledHeaderThrough="stdafx.h"
  270. PrecompiledHeaderFile=".....Bin_700UnicodeReleaseResizablePropertySheet/ResizablePropertySheet_700.pch"
  271. AssemblerListingLocation=".....Bin_700UnicodeReleaseResizablePropertySheet/"
  272. ObjectFile=".....Bin_700UnicodeReleaseResizablePropertySheet/"
  273. ProgramDataBaseFileName=".....Bin_700UnicodeReleaseResizablePropertySheet/"
  274. WarningLevel="4"
  275. SuppressStartupBanner="TRUE"
  276. CompileAs="0"/>
  277. <Tool
  278. Name="VCCustomBuildTool"/>
  279. <Tool
  280. Name="VCLinkerTool"
  281. AdditionalOptions="/MACHINE:I386"
  282. OutputFile="....Bin_700/ResizablePropertySheet-u.exe"
  283. LinkIncremental="1"
  284. SuppressStartupBanner="TRUE"
  285. AdditionalLibraryDirectories="....Bin_700"
  286. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-u.pdb"
  287. SubSystem="2"
  288. EntryPointSymbol="wWinMainCRTStartup"/>
  289. <Tool
  290. Name="VCMIDLTool"
  291. PreprocessorDefinitions="NDEBUG"
  292. MkTypLibCompatible="TRUE"
  293. SuppressStartupBanner="TRUE"
  294. TargetEnvironment="1"
  295. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  296. <Tool
  297. Name="VCPostBuildEventTool"/>
  298. <Tool
  299. Name="VCPreBuildEventTool"/>
  300. <Tool
  301. Name="VCPreLinkEventTool"/>
  302. <Tool
  303. Name="VCResourceCompilerTool"
  304. PreprocessorDefinitions="_AFXDLL;NDEBUG"
  305. Culture="1033"
  306. AdditionalIncludeDirectories="../../Include"/>
  307. <Tool
  308. Name="VCWebServiceProxyGeneratorTool"/>
  309. <Tool
  310. Name="VCWebDeploymentTool"/>
  311. </Configuration>
  312. <Configuration
  313. Name="ANSI Debug|Win32"
  314. OutputDirectory=".....Bin_700"
  315. IntermediateDirectory=".....Bin_700AnsiDebugResizablePropertySheet"
  316. ConfigurationType="1"
  317. UseOfMFC="2"
  318. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  319. <Tool
  320. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  321. Optimization="0"
  322. AdditionalIncludeDirectories="....include"
  323. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  324. BasicRuntimeChecks="3"
  325. RuntimeLibrary="3"
  326. UsePrecompiledHeader="3"
  327. PrecompiledHeaderThrough="stdafx.h"
  328. PrecompiledHeaderFile=".....Bin_700AnsiDebugResizablePropertySheet/ResizablePropertySheet_700.pch"
  329. AssemblerListingLocation=".....Bin_700AnsiDebugResizablePropertySheet/"
  330. ObjectFile=".....Bin_700AnsiDebugResizablePropertySheet/"
  331. ProgramDataBaseFileName=".....Bin_700AnsiDebugResizablePropertySheet/"
  332. WarningLevel="4"
  333. SuppressStartupBanner="TRUE"
  334. DebugInformationFormat="4"
  335. CompileAs="0"/>
  336. <Tool
  337. Name="VCCustomBuildTool"/>
  338. <Tool
  339. Name="VCLinkerTool"
  340. AdditionalOptions="/MACHINE:I386"
  341. OutputFile="....Bin_700/ResizablePropertySheet-nd.exe"
  342. LinkIncremental="2"
  343. SuppressStartupBanner="TRUE"
  344. AdditionalLibraryDirectories="....Bin_700"
  345. GenerateDebugInformation="TRUE"
  346. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-nd.pdb"
  347. SubSystem="2"/>
  348. <Tool
  349. Name="VCMIDLTool"
  350. PreprocessorDefinitions="_DEBUG"
  351. MkTypLibCompatible="TRUE"
  352. SuppressStartupBanner="TRUE"
  353. TargetEnvironment="1"
  354. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  355. <Tool
  356. Name="VCPostBuildEventTool"/>
  357. <Tool
  358. Name="VCPreBuildEventTool"/>
  359. <Tool
  360. Name="VCPreLinkEventTool"/>
  361. <Tool
  362. Name="VCResourceCompilerTool"
  363. PreprocessorDefinitions="_AFXDLL;_DEBUG"
  364. Culture="1033"
  365. AdditionalIncludeDirectories="../../Include"/>
  366. <Tool
  367. Name="VCWebServiceProxyGeneratorTool"/>
  368. <Tool
  369. Name="VCWebDeploymentTool"/>
  370. </Configuration>
  371. <Configuration
  372. Name="Static Unicode Release with MFC DLL|Win32"
  373. OutputDirectory=".....Bin_700"
  374. IntermediateDirectory=".....Bin_700StaticUnicodeReleaseWithMfcDllResizablePropertySheet"
  375. ConfigurationType="1"
  376. UseOfMFC="2"
  377. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  378. CharacterSet="1">
  379. <Tool
  380. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  381. InlineFunctionExpansion="1"
  382. AdditionalIncludeDirectories="....include"
  383. PreprocessorDefinitions="NDEBUG;__STATPROFUIS_WITH_DLLMFC__;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  384. StringPooling="TRUE"
  385. RuntimeLibrary="2"
  386. EnableFunctionLevelLinking="TRUE"
  387. UsePrecompiledHeader="3"
  388. PrecompiledHeaderThrough="stdafx.h"
  389. PrecompiledHeaderFile=".....Bin_700StaticUnicodeReleaseWithMfcDllResizablePropertySheet/ResizablePropertySheet_700.pch"
  390. AssemblerListingLocation=".....Bin_700StaticUnicodeReleaseWithMfcDllResizablePropertySheet/"
  391. ObjectFile=".....Bin_700StaticUnicodeReleaseWithMfcDllResizablePropertySheet/"
  392. ProgramDataBaseFileName=".....Bin_700StaticUnicodeReleaseWithMfcDllResizablePropertySheet/"
  393. WarningLevel="4"
  394. SuppressStartupBanner="TRUE"
  395. CompileAs="0"/>
  396. <Tool
  397. Name="VCCustomBuildTool"/>
  398. <Tool
  399. Name="VCLinkerTool"
  400. AdditionalOptions="/MACHINE:I386"
  401. OutputFile="....Bin_700/ResizablePropertySheet-yu.exe"
  402. LinkIncremental="1"
  403. SuppressStartupBanner="TRUE"
  404. AdditionalLibraryDirectories="....Bin_700"
  405. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-yu.pdb"
  406. SubSystem="2"
  407. EntryPointSymbol="wWinMainCRTStartup"/>
  408. <Tool
  409. Name="VCMIDLTool"
  410. PreprocessorDefinitions="NDEBUG"
  411. MkTypLibCompatible="TRUE"
  412. SuppressStartupBanner="TRUE"
  413. TargetEnvironment="1"
  414. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  415. <Tool
  416. Name="VCPostBuildEventTool"/>
  417. <Tool
  418. Name="VCPreBuildEventTool"/>
  419. <Tool
  420. Name="VCPreLinkEventTool"/>
  421. <Tool
  422. Name="VCResourceCompilerTool"
  423. PreprocessorDefinitions="_AFXDLL;NDEBUG;__STATPROFUIS_WITH_DLLMFC__"
  424. Culture="1033"
  425. AdditionalIncludeDirectories="../../Include"/>
  426. <Tool
  427. Name="VCWebServiceProxyGeneratorTool"/>
  428. <Tool
  429. Name="VCWebDeploymentTool"/>
  430. </Configuration>
  431. <Configuration
  432. Name="Static ANSI Debug|Win32"
  433. OutputDirectory=".....Bin_700"
  434. IntermediateDirectory=".....Bin_700StaticAnsiDebugResizablePropertySheet"
  435. ConfigurationType="1"
  436. UseOfMFC="1"
  437. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  438. <Tool
  439. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  440. Optimization="0"
  441. AdditionalIncludeDirectories="....include"
  442. PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,_WIN32_WINNT=0x0400,_WIN32_IE=0x0400"
  443. BasicRuntimeChecks="3"
  444. RuntimeLibrary="1"
  445. UsePrecompiledHeader="3"
  446. PrecompiledHeaderThrough="stdafx.h"
  447. PrecompiledHeaderFile=".....Bin_700StaticAnsiDebugResizablePropertySheet/ResizablePropertySheet_700.pch"
  448. AssemblerListingLocation=".....Bin_700StaticAnsiDebugResizablePropertySheet/"
  449. ObjectFile=".....Bin_700StaticAnsiDebugResizablePropertySheet/"
  450. ProgramDataBaseFileName=".....Bin_700StaticAnsiDebugResizablePropertySheet/"
  451. WarningLevel="4"
  452. SuppressStartupBanner="TRUE"
  453. DebugInformationFormat="4"
  454. CompileAs="0"/>
  455. <Tool
  456. Name="VCCustomBuildTool"/>
  457. <Tool
  458. Name="VCLinkerTool"
  459. AdditionalOptions="/MACHINE:I386"
  460. OutputFile="....Bin_700/ResizablePropertySheet-snd.exe"
  461. LinkIncremental="2"
  462. SuppressStartupBanner="TRUE"
  463. AdditionalLibraryDirectories="....Bin_700"
  464. GenerateDebugInformation="TRUE"
  465. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-snd.pdb"
  466. SubSystem="2"/>
  467. <Tool
  468. Name="VCMIDLTool"
  469. PreprocessorDefinitions="_DEBUG"
  470. MkTypLibCompatible="TRUE"
  471. SuppressStartupBanner="TRUE"
  472. TargetEnvironment="1"
  473. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  474. <Tool
  475. Name="VCPostBuildEventTool"/>
  476. <Tool
  477. Name="VCPreBuildEventTool"/>
  478. <Tool
  479. Name="VCPreLinkEventTool"/>
  480. <Tool
  481. Name="VCResourceCompilerTool"
  482. PreprocessorDefinitions="_DEBUG"
  483. Culture="1033"
  484. AdditionalIncludeDirectories="../../Include"/>
  485. <Tool
  486. Name="VCWebServiceProxyGeneratorTool"/>
  487. <Tool
  488. Name="VCWebDeploymentTool"/>
  489. </Configuration>
  490. <Configuration
  491. Name="Static MBCS Release|Win32"
  492. OutputDirectory=".....Bin_700"
  493. IntermediateDirectory=".....Bin_700StaticMbcsReleaseResizablePropertySheet"
  494. ConfigurationType="1"
  495. UseOfMFC="1"
  496. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  497. CharacterSet="2">
  498. <Tool
  499. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  500. InlineFunctionExpansion="1"
  501. AdditionalIncludeDirectories="....include"
  502. PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,_WIN32_WINNT=0x0400,_WIN32_IE=0x0400"
  503. StringPooling="TRUE"
  504. RuntimeLibrary="0"
  505. EnableFunctionLevelLinking="TRUE"
  506. UsePrecompiledHeader="3"
  507. PrecompiledHeaderThrough="stdafx.h"
  508. PrecompiledHeaderFile=".....Bin_700StaticMbcsReleaseResizablePropertySheet/ResizablePropertySheet_700.pch"
  509. AssemblerListingLocation=".....Bin_700StaticMbcsReleaseResizablePropertySheet/"
  510. ObjectFile=".....Bin_700StaticMbcsReleaseResizablePropertySheet/"
  511. ProgramDataBaseFileName=".....Bin_700StaticMbcsReleaseResizablePropertySheet/"
  512. WarningLevel="4"
  513. SuppressStartupBanner="TRUE"
  514. CompileAs="0"/>
  515. <Tool
  516. Name="VCCustomBuildTool"/>
  517. <Tool
  518. Name="VCLinkerTool"
  519. AdditionalOptions="/MACHINE:I386"
  520. OutputFile="....Bin_700/ResizablePropertySheet-sm.exe"
  521. LinkIncremental="1"
  522. SuppressStartupBanner="TRUE"
  523. AdditionalLibraryDirectories="....Bin_700"
  524. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-sm.pdb"
  525. SubSystem="2"/>
  526. <Tool
  527. Name="VCMIDLTool"
  528. PreprocessorDefinitions="NDEBUG"
  529. MkTypLibCompatible="TRUE"
  530. SuppressStartupBanner="TRUE"
  531. TargetEnvironment="1"
  532. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  533. <Tool
  534. Name="VCPostBuildEventTool"/>
  535. <Tool
  536. Name="VCPreBuildEventTool"/>
  537. <Tool
  538. Name="VCPreLinkEventTool"/>
  539. <Tool
  540. Name="VCResourceCompilerTool"
  541. PreprocessorDefinitions="NDEBUG"
  542. Culture="1033"
  543. AdditionalIncludeDirectories="../../Include"/>
  544. <Tool
  545. Name="VCWebServiceProxyGeneratorTool"/>
  546. <Tool
  547. Name="VCWebDeploymentTool"/>
  548. </Configuration>
  549. <Configuration
  550. Name="Static ANSI Release with MFC DLL|Win32"
  551. OutputDirectory=".....Bin_700"
  552. IntermediateDirectory=".....Bin_700StaticAnsiReleaseWithMfcDllResizablePropertySheet"
  553. ConfigurationType="1"
  554. UseOfMFC="2"
  555. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  556. <Tool
  557. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  558. InlineFunctionExpansion="1"
  559. AdditionalIncludeDirectories="....include"
  560. PreprocessorDefinitions="NDEBUG;__STATPROFUIS_WITH_DLLMFC__;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  561. StringPooling="TRUE"
  562. RuntimeLibrary="2"
  563. EnableFunctionLevelLinking="TRUE"
  564. UsePrecompiledHeader="3"
  565. PrecompiledHeaderThrough="stdafx.h"
  566. PrecompiledHeaderFile=".....Bin_700StaticAnsiReleaseWithMfcDllResizablePropertySheet/ResizablePropertySheet_700.pch"
  567. AssemblerListingLocation=".....Bin_700StaticAnsiReleaseWithMfcDllResizablePropertySheet/"
  568. ObjectFile=".....Bin_700StaticAnsiReleaseWithMfcDllResizablePropertySheet/"
  569. ProgramDataBaseFileName=".....Bin_700StaticAnsiReleaseWithMfcDllResizablePropertySheet/"
  570. WarningLevel="4"
  571. SuppressStartupBanner="TRUE"
  572. CompileAs="0"/>
  573. <Tool
  574. Name="VCCustomBuildTool"/>
  575. <Tool
  576. Name="VCLinkerTool"
  577. AdditionalOptions="/MACHINE:I386"
  578. OutputFile="....Bin_700/ResizablePropertySheet-yn.exe"
  579. LinkIncremental="1"
  580. SuppressStartupBanner="TRUE"
  581. AdditionalLibraryDirectories="....Bin_700"
  582. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-yn.pdb"
  583. SubSystem="2"/>
  584. <Tool
  585. Name="VCMIDLTool"
  586. PreprocessorDefinitions="NDEBUG"
  587. MkTypLibCompatible="TRUE"
  588. SuppressStartupBanner="TRUE"
  589. TargetEnvironment="1"
  590. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  591. <Tool
  592. Name="VCPostBuildEventTool"/>
  593. <Tool
  594. Name="VCPreBuildEventTool"/>
  595. <Tool
  596. Name="VCPreLinkEventTool"/>
  597. <Tool
  598. Name="VCResourceCompilerTool"
  599. PreprocessorDefinitions="_AFXDLL;NDEBUG;__STATPROFUIS_WITH_DLLMFC__"
  600. Culture="1033"
  601. AdditionalIncludeDirectories="../../Include"/>
  602. <Tool
  603. Name="VCWebServiceProxyGeneratorTool"/>
  604. <Tool
  605. Name="VCWebDeploymentTool"/>
  606. </Configuration>
  607. <Configuration
  608. Name="ANSI Release|Win32"
  609. OutputDirectory=".....Bin_700"
  610. IntermediateDirectory=".....Bin_700AnsiReleaseResizablePropertySheet"
  611. ConfigurationType="1"
  612. UseOfMFC="2"
  613. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  614. <Tool
  615. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  616. InlineFunctionExpansion="1"
  617. AdditionalIncludeDirectories="....include"
  618. PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  619. StringPooling="TRUE"
  620. RuntimeLibrary="2"
  621. EnableFunctionLevelLinking="TRUE"
  622. UsePrecompiledHeader="3"
  623. PrecompiledHeaderThrough="stdafx.h"
  624. PrecompiledHeaderFile=".....Bin_700AnsiReleaseResizablePropertySheet/ResizablePropertySheet_700.pch"
  625. AssemblerListingLocation=".....Bin_700AnsiReleaseResizablePropertySheet/"
  626. ObjectFile=".....Bin_700AnsiReleaseResizablePropertySheet/"
  627. ProgramDataBaseFileName=".....Bin_700AnsiReleaseResizablePropertySheet/"
  628. WarningLevel="4"
  629. SuppressStartupBanner="TRUE"
  630. CompileAs="0"/>
  631. <Tool
  632. Name="VCCustomBuildTool"/>
  633. <Tool
  634. Name="VCLinkerTool"
  635. AdditionalOptions="/MACHINE:I386"
  636. OutputFile="....Bin_700/ResizablePropertySheet-n.exe"
  637. LinkIncremental="1"
  638. SuppressStartupBanner="TRUE"
  639. AdditionalLibraryDirectories="....Bin_700"
  640. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-n.pdb"
  641. SubSystem="2"/>
  642. <Tool
  643. Name="VCMIDLTool"
  644. PreprocessorDefinitions="NDEBUG"
  645. MkTypLibCompatible="TRUE"
  646. SuppressStartupBanner="TRUE"
  647. TargetEnvironment="1"
  648. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  649. <Tool
  650. Name="VCPostBuildEventTool"/>
  651. <Tool
  652. Name="VCPreBuildEventTool"/>
  653. <Tool
  654. Name="VCPreLinkEventTool"/>
  655. <Tool
  656. Name="VCResourceCompilerTool"
  657. PreprocessorDefinitions="_AFXDLL;NDEBUG"
  658. Culture="1033"
  659. AdditionalIncludeDirectories="../../Include"/>
  660. <Tool
  661. Name="VCWebServiceProxyGeneratorTool"/>
  662. <Tool
  663. Name="VCWebDeploymentTool"/>
  664. </Configuration>
  665. <Configuration
  666. Name="Static Unicode Debug with MFC DLL|Win32"
  667. OutputDirectory=".....Bin_700"
  668. IntermediateDirectory=".....Bin_700StaticUnicodeDebugWithMfcDllResizablePropertySheet"
  669. ConfigurationType="1"
  670. UseOfMFC="2"
  671. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  672. CharacterSet="1">
  673. <Tool
  674. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  675. Optimization="0"
  676. AdditionalIncludeDirectories="....include"
  677. PreprocessorDefinitions="_DEBUG;__STATPROFUIS_WITH_DLLMFC__;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  678. BasicRuntimeChecks="3"
  679. RuntimeLibrary="3"
  680. UsePrecompiledHeader="3"
  681. PrecompiledHeaderThrough="stdafx.h"
  682. PrecompiledHeaderFile=".....Bin_700StaticUnicodeDebugWithMfcDllResizablePropertySheet/ResizablePropertySheet_700.pch"
  683. AssemblerListingLocation=".....Bin_700StaticUnicodeDebugWithMfcDllResizablePropertySheet/"
  684. ObjectFile=".....Bin_700StaticUnicodeDebugWithMfcDllResizablePropertySheet/"
  685. ProgramDataBaseFileName=".....Bin_700StaticUnicodeDebugWithMfcDllResizablePropertySheet/"
  686. WarningLevel="4"
  687. SuppressStartupBanner="TRUE"
  688. DebugInformationFormat="4"
  689. CompileAs="0"/>
  690. <Tool
  691. Name="VCCustomBuildTool"/>
  692. <Tool
  693. Name="VCLinkerTool"
  694. AdditionalOptions="/MACHINE:I386"
  695. OutputFile="....Bin_700/ResizablePropertySheet-yud.exe"
  696. LinkIncremental="2"
  697. SuppressStartupBanner="TRUE"
  698. AdditionalLibraryDirectories="....Bin_700"
  699. GenerateDebugInformation="TRUE"
  700. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-yud.pdb"
  701. SubSystem="2"
  702. EntryPointSymbol="wWinMainCRTStartup"/>
  703. <Tool
  704. Name="VCMIDLTool"
  705. PreprocessorDefinitions="_DEBUG"
  706. MkTypLibCompatible="TRUE"
  707. SuppressStartupBanner="TRUE"
  708. TargetEnvironment="1"
  709. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  710. <Tool
  711. Name="VCPostBuildEventTool"/>
  712. <Tool
  713. Name="VCPreBuildEventTool"/>
  714. <Tool
  715. Name="VCPreLinkEventTool"/>
  716. <Tool
  717. Name="VCResourceCompilerTool"
  718. PreprocessorDefinitions="_AFXDLL;_DEBUG;__STATPROFUIS_WITH_DLLMFC__"
  719. Culture="1033"
  720. AdditionalIncludeDirectories="../../Include"/>
  721. <Tool
  722. Name="VCWebServiceProxyGeneratorTool"/>
  723. <Tool
  724. Name="VCWebDeploymentTool"/>
  725. </Configuration>
  726. <Configuration
  727. Name="Static Unicode Release|Win32"
  728. OutputDirectory=".....Bin_700"
  729. IntermediateDirectory=".....Bin_700StaticUnicodeReleaseResizablePropertySheet"
  730. ConfigurationType="1"
  731. UseOfMFC="1"
  732. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  733. CharacterSet="1">
  734. <Tool
  735. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  736. InlineFunctionExpansion="1"
  737. AdditionalIncludeDirectories="....include"
  738. PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,_WIN32_WINNT=0x0400,_WIN32_IE=0x0400"
  739. StringPooling="TRUE"
  740. RuntimeLibrary="0"
  741. EnableFunctionLevelLinking="TRUE"
  742. UsePrecompiledHeader="3"
  743. PrecompiledHeaderThrough="stdafx.h"
  744. PrecompiledHeaderFile=".....Bin_700StaticUnicodeReleaseResizablePropertySheet/ResizablePropertySheet_700.pch"
  745. AssemblerListingLocation=".....Bin_700StaticUnicodeReleaseResizablePropertySheet/"
  746. ObjectFile=".....Bin_700StaticUnicodeReleaseResizablePropertySheet/"
  747. ProgramDataBaseFileName=".....Bin_700StaticUnicodeReleaseResizablePropertySheet/"
  748. WarningLevel="4"
  749. SuppressStartupBanner="TRUE"
  750. CompileAs="0"/>
  751. <Tool
  752. Name="VCCustomBuildTool"/>
  753. <Tool
  754. Name="VCLinkerTool"
  755. AdditionalOptions="/MACHINE:I386"
  756. OutputFile="....Bin_700/ResizablePropertySheet-su.exe"
  757. LinkIncremental="1"
  758. SuppressStartupBanner="TRUE"
  759. AdditionalLibraryDirectories="....Bin_700"
  760. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-su.pdb"
  761. SubSystem="2"
  762. EntryPointSymbol="wWinMainCRTStartup"/>
  763. <Tool
  764. Name="VCMIDLTool"
  765. PreprocessorDefinitions="NDEBUG"
  766. MkTypLibCompatible="TRUE"
  767. SuppressStartupBanner="TRUE"
  768. TargetEnvironment="1"
  769. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  770. <Tool
  771. Name="VCPostBuildEventTool"/>
  772. <Tool
  773. Name="VCPreBuildEventTool"/>
  774. <Tool
  775. Name="VCPreLinkEventTool"/>
  776. <Tool
  777. Name="VCResourceCompilerTool"
  778. PreprocessorDefinitions="NDEBUG"
  779. Culture="1033"
  780. AdditionalIncludeDirectories="../../Include"/>
  781. <Tool
  782. Name="VCWebServiceProxyGeneratorTool"/>
  783. <Tool
  784. Name="VCWebDeploymentTool"/>
  785. </Configuration>
  786. <Configuration
  787. Name="Static MBCS Release with MFC DLL|Win32"
  788. OutputDirectory=".....Bin_700"
  789. IntermediateDirectory=".....Bin_700StaticMbcsReleaseWithMfcDllResizablePropertySheet"
  790. ConfigurationType="1"
  791. UseOfMFC="2"
  792. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  793. CharacterSet="2">
  794. <Tool
  795. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  796. InlineFunctionExpansion="1"
  797. AdditionalIncludeDirectories="....include"
  798. PreprocessorDefinitions="NDEBUG;__STATPROFUIS_WITH_DLLMFC__;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  799. StringPooling="TRUE"
  800. RuntimeLibrary="2"
  801. EnableFunctionLevelLinking="TRUE"
  802. UsePrecompiledHeader="3"
  803. PrecompiledHeaderThrough="stdafx.h"
  804. PrecompiledHeaderFile=".....Bin_700StaticMbcsReleaseWithMfcDllResizablePropertySheet/ResizablePropertySheet_700.pch"
  805. AssemblerListingLocation=".....Bin_700StaticMbcsReleaseWithMfcDllResizablePropertySheet/"
  806. ObjectFile=".....Bin_700StaticMbcsReleaseWithMfcDllResizablePropertySheet/"
  807. ProgramDataBaseFileName=".....Bin_700StaticMbcsReleaseWithMfcDllResizablePropertySheet/"
  808. WarningLevel="4"
  809. SuppressStartupBanner="TRUE"
  810. CompileAs="0"/>
  811. <Tool
  812. Name="VCCustomBuildTool"/>
  813. <Tool
  814. Name="VCLinkerTool"
  815. AdditionalOptions="/MACHINE:I386"
  816. OutputFile="....Bin_700/ResizablePropertySheet-ym.exe"
  817. LinkIncremental="1"
  818. SuppressStartupBanner="TRUE"
  819. AdditionalLibraryDirectories="....Bin_700"
  820. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-ym.pdb"
  821. SubSystem="2"/>
  822. <Tool
  823. Name="VCMIDLTool"
  824. PreprocessorDefinitions="NDEBUG"
  825. MkTypLibCompatible="TRUE"
  826. SuppressStartupBanner="TRUE"
  827. TargetEnvironment="1"
  828. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  829. <Tool
  830. Name="VCPostBuildEventTool"/>
  831. <Tool
  832. Name="VCPreBuildEventTool"/>
  833. <Tool
  834. Name="VCPreLinkEventTool"/>
  835. <Tool
  836. Name="VCResourceCompilerTool"
  837. PreprocessorDefinitions="_AFXDLL;NDEBUG;__STATPROFUIS_WITH_DLLMFC__"
  838. Culture="1033"
  839. AdditionalIncludeDirectories="../../Include"/>
  840. <Tool
  841. Name="VCWebServiceProxyGeneratorTool"/>
  842. <Tool
  843. Name="VCWebDeploymentTool"/>
  844. </Configuration>
  845. <Configuration
  846. Name="Static MBCS Debug with MFC DLL|Win32"
  847. OutputDirectory=".....Bin_700"
  848. IntermediateDirectory=".....Bin_700StaticMbcsDebugWithMfcDllResizablePropertySheet"
  849. ConfigurationType="1"
  850. UseOfMFC="2"
  851. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  852. CharacterSet="2">
  853. <Tool
  854. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  855. Optimization="0"
  856. AdditionalIncludeDirectories="....include"
  857. PreprocessorDefinitions="_DEBUG;__STATPROFUIS_WITH_DLLMFC__;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  858. BasicRuntimeChecks="3"
  859. RuntimeLibrary="3"
  860. UsePrecompiledHeader="3"
  861. PrecompiledHeaderThrough="stdafx.h"
  862. PrecompiledHeaderFile=".....Bin_700StaticMbcsDebugWithMfcDllResizablePropertySheet/ResizablePropertySheet_700.pch"
  863. AssemblerListingLocation=".....Bin_700StaticMbcsDebugWithMfcDllResizablePropertySheet/"
  864. ObjectFile=".....Bin_700StaticMbcsDebugWithMfcDllResizablePropertySheet/"
  865. ProgramDataBaseFileName=".....Bin_700StaticMbcsDebugWithMfcDllResizablePropertySheet/"
  866. WarningLevel="4"
  867. SuppressStartupBanner="TRUE"
  868. DebugInformationFormat="4"
  869. CompileAs="0"/>
  870. <Tool
  871. Name="VCCustomBuildTool"/>
  872. <Tool
  873. Name="VCLinkerTool"
  874. AdditionalOptions="/MACHINE:I386"
  875. OutputFile="....Bin_700/ResizablePropertySheet-ymd.exe"
  876. LinkIncremental="2"
  877. SuppressStartupBanner="TRUE"
  878. AdditionalLibraryDirectories="....Bin_700"
  879. GenerateDebugInformation="TRUE"
  880. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-ymd.pdb"
  881. SubSystem="2"/>
  882. <Tool
  883. Name="VCMIDLTool"
  884. PreprocessorDefinitions="_DEBUG"
  885. MkTypLibCompatible="TRUE"
  886. SuppressStartupBanner="TRUE"
  887. TargetEnvironment="1"
  888. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  889. <Tool
  890. Name="VCPostBuildEventTool"/>
  891. <Tool
  892. Name="VCPreBuildEventTool"/>
  893. <Tool
  894. Name="VCPreLinkEventTool"/>
  895. <Tool
  896. Name="VCResourceCompilerTool"
  897. PreprocessorDefinitions="_AFXDLL;_DEBUG;__STATPROFUIS_WITH_DLLMFC__"
  898. Culture="1033"
  899. AdditionalIncludeDirectories="../../Include"/>
  900. <Tool
  901. Name="VCWebServiceProxyGeneratorTool"/>
  902. <Tool
  903. Name="VCWebDeploymentTool"/>
  904. </Configuration>
  905. <Configuration
  906. Name="Static ANSI Debug with MFC DLL|Win32"
  907. OutputDirectory=".....Bin_700"
  908. IntermediateDirectory=".....Bin_700StaticAnsiDebugWithMfcDllResizablePropertySheet"
  909. ConfigurationType="1"
  910. UseOfMFC="2"
  911. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  912. <Tool
  913. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  914. Optimization="0"
  915. AdditionalIncludeDirectories="....include"
  916. PreprocessorDefinitions="_DEBUG;__STATPROFUIS_WITH_DLLMFC__;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  917. BasicRuntimeChecks="3"
  918. RuntimeLibrary="3"
  919. UsePrecompiledHeader="3"
  920. PrecompiledHeaderThrough="stdafx.h"
  921. PrecompiledHeaderFile=".....Bin_700StaticAnsiDebugWithMfcDllResizablePropertySheet/ResizablePropertySheet_700.pch"
  922. AssemblerListingLocation=".....Bin_700StaticAnsiDebugWithMfcDllResizablePropertySheet/"
  923. ObjectFile=".....Bin_700StaticAnsiDebugWithMfcDllResizablePropertySheet/"
  924. ProgramDataBaseFileName=".....Bin_700StaticAnsiDebugWithMfcDllResizablePropertySheet/"
  925. WarningLevel="4"
  926. SuppressStartupBanner="TRUE"
  927. DebugInformationFormat="4"
  928. CompileAs="0"/>
  929. <Tool
  930. Name="VCCustomBuildTool"/>
  931. <Tool
  932. Name="VCLinkerTool"
  933. AdditionalOptions="/MACHINE:I386"
  934. OutputFile="....Bin_700/ResizablePropertySheet-ynd.exe"
  935. LinkIncremental="2"
  936. SuppressStartupBanner="TRUE"
  937. AdditionalLibraryDirectories="....Bin_700"
  938. GenerateDebugInformation="TRUE"
  939. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-ynd.pdb"
  940. SubSystem="2"/>
  941. <Tool
  942. Name="VCMIDLTool"
  943. PreprocessorDefinitions="_DEBUG"
  944. MkTypLibCompatible="TRUE"
  945. SuppressStartupBanner="TRUE"
  946. TargetEnvironment="1"
  947. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  948. <Tool
  949. Name="VCPostBuildEventTool"/>
  950. <Tool
  951. Name="VCPreBuildEventTool"/>
  952. <Tool
  953. Name="VCPreLinkEventTool"/>
  954. <Tool
  955. Name="VCResourceCompilerTool"
  956. PreprocessorDefinitions="_AFXDLL;_DEBUG;__STATPROFUIS_WITH_DLLMFC__"
  957. Culture="1033"
  958. AdditionalIncludeDirectories="../../Include"/>
  959. <Tool
  960. Name="VCWebServiceProxyGeneratorTool"/>
  961. <Tool
  962. Name="VCWebDeploymentTool"/>
  963. </Configuration>
  964. <Configuration
  965. Name="MBCS Debug|Win32"
  966. OutputDirectory=".....Bin_700"
  967. IntermediateDirectory=".....Bin_700MbcsDebugResizablePropertySheet"
  968. ConfigurationType="1"
  969. UseOfMFC="2"
  970. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  971. CharacterSet="2">
  972. <Tool
  973. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  974. Optimization="0"
  975. AdditionalIncludeDirectories="....include"
  976. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  977. BasicRuntimeChecks="3"
  978. RuntimeLibrary="3"
  979. UsePrecompiledHeader="3"
  980. PrecompiledHeaderThrough="stdafx.h"
  981. PrecompiledHeaderFile=".....Bin_700MbcsDebugResizablePropertySheet/ResizablePropertySheet_700.pch"
  982. AssemblerListingLocation=".....Bin_700MbcsDebugResizablePropertySheet/"
  983. ObjectFile=".....Bin_700MbcsDebugResizablePropertySheet/"
  984. ProgramDataBaseFileName=".....Bin_700MbcsDebugResizablePropertySheet/"
  985. WarningLevel="4"
  986. SuppressStartupBanner="TRUE"
  987. DebugInformationFormat="4"
  988. CompileAs="0"/>
  989. <Tool
  990. Name="VCCustomBuildTool"/>
  991. <Tool
  992. Name="VCLinkerTool"
  993. AdditionalOptions="/MACHINE:I386"
  994. OutputFile="....Bin_700/ResizablePropertySheet-md.exe"
  995. LinkIncremental="2"
  996. SuppressStartupBanner="TRUE"
  997. AdditionalLibraryDirectories="....Bin_700"
  998. GenerateDebugInformation="TRUE"
  999. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-md.pdb"
  1000. SubSystem="2"/>
  1001. <Tool
  1002. Name="VCMIDLTool"
  1003. PreprocessorDefinitions="_DEBUG"
  1004. MkTypLibCompatible="TRUE"
  1005. SuppressStartupBanner="TRUE"
  1006. TargetEnvironment="1"
  1007. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  1008. <Tool
  1009. Name="VCPostBuildEventTool"/>
  1010. <Tool
  1011. Name="VCPreBuildEventTool"/>
  1012. <Tool
  1013. Name="VCPreLinkEventTool"/>
  1014. <Tool
  1015. Name="VCResourceCompilerTool"
  1016. PreprocessorDefinitions="_AFXDLL;_DEBUG"
  1017. Culture="1033"
  1018. AdditionalIncludeDirectories="../../Include"/>
  1019. <Tool
  1020. Name="VCWebServiceProxyGeneratorTool"/>
  1021. <Tool
  1022. Name="VCWebDeploymentTool"/>
  1023. </Configuration>
  1024. <Configuration
  1025. Name="Unicode Debug|Win32"
  1026. OutputDirectory=".....Bin_700"
  1027. IntermediateDirectory=".....Bin_700UnicodeDebugResizablePropertySheet"
  1028. ConfigurationType="1"
  1029. UseOfMFC="2"
  1030. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  1031. CharacterSet="1">
  1032. <Tool
  1033. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1034. Optimization="0"
  1035. AdditionalIncludeDirectories="....include"
  1036. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_WIN32_WINNT=0x0400;_WIN32_IE=0x0400"
  1037. BasicRuntimeChecks="3"
  1038. RuntimeLibrary="3"
  1039. UsePrecompiledHeader="3"
  1040. PrecompiledHeaderThrough="stdafx.h"
  1041. PrecompiledHeaderFile=".....Bin_700UnicodeDebugResizablePropertySheet/ResizablePropertySheet_700.pch"
  1042. AssemblerListingLocation=".....Bin_700UnicodeDebugResizablePropertySheet/"
  1043. ObjectFile=".....Bin_700UnicodeDebugResizablePropertySheet/"
  1044. ProgramDataBaseFileName=".....Bin_700UnicodeDebugResizablePropertySheet/"
  1045. WarningLevel="4"
  1046. SuppressStartupBanner="TRUE"
  1047. DebugInformationFormat="4"
  1048. CompileAs="0"/>
  1049. <Tool
  1050. Name="VCCustomBuildTool"/>
  1051. <Tool
  1052. Name="VCLinkerTool"
  1053. AdditionalOptions="/MACHINE:I386"
  1054. OutputFile="....Bin_700/ResizablePropertySheet-ud.exe"
  1055. LinkIncremental="2"
  1056. SuppressStartupBanner="TRUE"
  1057. AdditionalLibraryDirectories="....Bin_700"
  1058. GenerateDebugInformation="TRUE"
  1059. ProgramDatabaseFile=".....Bin_700/ResizablePropertySheet-ud.pdb"
  1060. SubSystem="2"
  1061. EntryPointSymbol="wWinMainCRTStartup"/>
  1062. <Tool
  1063. Name="VCMIDLTool"
  1064. PreprocessorDefinitions="_DEBUG"
  1065. MkTypLibCompatible="TRUE"
  1066. SuppressStartupBanner="TRUE"
  1067. TargetEnvironment="1"
  1068. TypeLibraryName=".....Bin_700/ResizablePropertySheet_700.tlb"/>
  1069. <Tool
  1070. Name="VCPostBuildEventTool"/>
  1071. <Tool
  1072. Name="VCPreBuildEventTool"/>
  1073. <Tool
  1074. Name="VCPreLinkEventTool"/>
  1075. <Tool
  1076. Name="VCResourceCompilerTool"
  1077. PreprocessorDefinitions="_AFXDLL;_DEBUG"
  1078. Culture="1033"
  1079. AdditionalIncludeDirectories="../../Include"/>
  1080. <Tool
  1081. Name="VCWebServiceProxyGeneratorTool"/>
  1082. <Tool
  1083. Name="VCWebDeploymentTool"/>
  1084. </Configuration>
  1085. </Configurations>
  1086. <Files>
  1087. <Filter
  1088. Name="Source Files"
  1089. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  1090. <File
  1091. RelativePath=".MyResizablePage1.cpp">
  1092. </File>
  1093. <File
  1094. RelativePath=".MyResizablePage2.cpp">
  1095. </File>
  1096. <File
  1097. RelativePath=".MyResizablePage3.cpp">
  1098. </File>
  1099. <File
  1100. RelativePath=".ResizablePropertySheet.cpp">
  1101. </File>
  1102. <File
  1103. RelativePath=".ResizablePropertySheet.rc">
  1104. </File>
  1105. <File
  1106. RelativePath=".StdAfx.cpp">
  1107. <FileConfiguration
  1108. Name="Static ANSI Release|Win32">
  1109. <Tool
  1110. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1111. UsePrecompiledHeader="1"/>
  1112. </FileConfiguration>
  1113. <FileConfiguration
  1114. Name="Static Unicode Debug|Win32">
  1115. <Tool
  1116. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1117. UsePrecompiledHeader="1"/>
  1118. </FileConfiguration>
  1119. <FileConfiguration
  1120. Name="Static MBCS Debug|Win32">
  1121. <Tool
  1122. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1123. UsePrecompiledHeader="1"/>
  1124. </FileConfiguration>
  1125. <FileConfiguration
  1126. Name="MBCS Release|Win32">
  1127. <Tool
  1128. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1129. UsePrecompiledHeader="1"/>
  1130. </FileConfiguration>
  1131. <FileConfiguration
  1132. Name="Unicode Release|Win32">
  1133. <Tool
  1134. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1135. UsePrecompiledHeader="1"/>
  1136. </FileConfiguration>
  1137. <FileConfiguration
  1138. Name="ANSI Debug|Win32">
  1139. <Tool
  1140. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1141. UsePrecompiledHeader="1"/>
  1142. </FileConfiguration>
  1143. <FileConfiguration
  1144. Name="Static Unicode Release with MFC DLL|Win32">
  1145. <Tool
  1146. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1147. UsePrecompiledHeader="1"/>
  1148. </FileConfiguration>
  1149. <FileConfiguration
  1150. Name="Static ANSI Debug|Win32">
  1151. <Tool
  1152. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1153. UsePrecompiledHeader="1"/>
  1154. </FileConfiguration>
  1155. <FileConfiguration
  1156. Name="Static MBCS Release|Win32">
  1157. <Tool
  1158. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1159. UsePrecompiledHeader="1"/>
  1160. </FileConfiguration>
  1161. <FileConfiguration
  1162. Name="Static ANSI Release with MFC DLL|Win32">
  1163. <Tool
  1164. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1165. UsePrecompiledHeader="1"/>
  1166. </FileConfiguration>
  1167. <FileConfiguration
  1168. Name="ANSI Release|Win32">
  1169. <Tool
  1170. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1171. UsePrecompiledHeader="1"/>
  1172. </FileConfiguration>
  1173. <FileConfiguration
  1174. Name="Static Unicode Debug with MFC DLL|Win32">
  1175. <Tool
  1176. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1177. UsePrecompiledHeader="1"/>
  1178. </FileConfiguration>
  1179. <FileConfiguration
  1180. Name="Static Unicode Release|Win32">
  1181. <Tool
  1182. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1183. UsePrecompiledHeader="1"/>
  1184. </FileConfiguration>
  1185. <FileConfiguration
  1186. Name="Static MBCS Release with MFC DLL|Win32">
  1187. <Tool
  1188. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1189. UsePrecompiledHeader="1"/>
  1190. </FileConfiguration>
  1191. <FileConfiguration
  1192. Name="Static MBCS Debug with MFC DLL|Win32">
  1193. <Tool
  1194. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1195. UsePrecompiledHeader="1"/>
  1196. </FileConfiguration>
  1197. <FileConfiguration
  1198. Name="Static ANSI Debug with MFC DLL|Win32">
  1199. <Tool
  1200. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1201. UsePrecompiledHeader="1"/>
  1202. </FileConfiguration>
  1203. <FileConfiguration
  1204. Name="MBCS Debug|Win32">
  1205. <Tool
  1206. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1207. UsePrecompiledHeader="1"/>
  1208. </FileConfiguration>
  1209. <FileConfiguration
  1210. Name="Unicode Debug|Win32">
  1211. <Tool
  1212. Name="VCCLCompilerTool" AdditionalOptions="/Zm512"
  1213. UsePrecompiledHeader="1"/>
  1214. </FileConfiguration>
  1215. </File>
  1216. </Filter>
  1217. <Filter
  1218. Name="Header Files"
  1219. Filter="h;hpp;hxx;hm;inl">
  1220. <File
  1221. RelativePath=".MyResizablePage1.h">
  1222. </File>
  1223. <File
  1224. RelativePath=".MyResizablePage2.h">
  1225. </File>
  1226. <File
  1227. RelativePath=".MyResizablePage3.h">
  1228. </File>
  1229. <File
  1230. RelativePath=".ResizablePropertySheet.h">
  1231. </File>
  1232. <File
  1233. RelativePath=".Resource.h">
  1234. </File>
  1235. <File
  1236. RelativePath=".StdAfx.h">
  1237. </File>
  1238. </Filter>
  1239. <Filter
  1240. Name="Resource Files"
  1241. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  1242. <File
  1243. RelativePath=".resResizablePropertySheet.ico">
  1244. </File>
  1245. <File
  1246. RelativePath=".resbitmap2.bmp">
  1247. </File>
  1248. </Filter>
  1249. </Files>
  1250. <Globals>
  1251. </Globals>
  1252. </VisualStudioProject>