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

界面编程

开发平台:

Visual C++

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