You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1172 lines
32 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="pantheios.util"
  6. ProjectGUID=""
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory="Release"
  16. IntermediateDirectory="Release"
  17. ConfigurationType="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  22. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  23. RuntimeLibrary="4"
  24. UsePrecompiledHeader="0"
  25. WarningLevel="4"
  26. WarnAsError="TRUE"
  27. Detect64BitPortabilityProblems="TRUE"/>
  28. <Tool
  29. Name="VCCustomBuildTool"/>
  30. <Tool
  31. Name="VCLibrarianTool"
  32. OutputFile="../../../lib/pantheios.1.util.vc71.lib"/>
  33. <Tool
  34. Name="VCMIDLTool"/>
  35. <Tool
  36. Name="VCPostBuildEventTool"/>
  37. <Tool
  38. Name="VCPreBuildEventTool"/>
  39. <Tool
  40. Name="VCPreLinkEventTool"/>
  41. <Tool
  42. Name="VCResourceCompilerTool"/>
  43. <Tool
  44. Name="VCWebServiceProxyGeneratorTool"/>
  45. <Tool
  46. Name="VCXMLDataGeneratorTool"/>
  47. <Tool
  48. Name="VCWebDeploymentTool"/>
  49. <Tool
  50. Name="VCManagedWrapperGeneratorTool"/>
  51. <Tool
  52. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  53. </Configuration>
  54. <Configuration
  55. Name="Debug|Win32"
  56. OutputDirectory="Debug"
  57. IntermediateDirectory="Debug"
  58. ConfigurationType="4"
  59. CharacterSet="2">
  60. <Tool
  61. Name="VCCLCompilerTool"
  62. Optimization="0"
  63. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  64. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  65. MinimalRebuild="TRUE"
  66. BasicRuntimeChecks="3"
  67. SmallerTypeCheck="TRUE"
  68. RuntimeLibrary="5"
  69. BufferSecurityCheck="TRUE"
  70. ForceConformanceInForLoopScope="TRUE"
  71. RuntimeTypeInfo="FALSE"
  72. UsePrecompiledHeader="0"
  73. WarningLevel="4"
  74. WarnAsError="TRUE"
  75. Detect64BitPortabilityProblems="TRUE"
  76. DebugInformationFormat="3"/>
  77. <Tool
  78. Name="VCCustomBuildTool"/>
  79. <Tool
  80. Name="VCLibrarianTool"
  81. OutputFile="../../../lib/pantheios.1.util.vc71.debug.lib"/>
  82. <Tool
  83. Name="VCMIDLTool"/>
  84. <Tool
  85. Name="VCPostBuildEventTool"/>
  86. <Tool
  87. Name="VCPreBuildEventTool"/>
  88. <Tool
  89. Name="VCPreLinkEventTool"/>
  90. <Tool
  91. Name="VCResourceCompilerTool"/>
  92. <Tool
  93. Name="VCWebServiceProxyGeneratorTool"/>
  94. <Tool
  95. Name="VCXMLDataGeneratorTool"/>
  96. <Tool
  97. Name="VCWebDeploymentTool"/>
  98. <Tool
  99. Name="VCManagedWrapperGeneratorTool"/>
  100. <Tool
  101. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  102. </Configuration>
  103. <Configuration
  104. Name="Release Multithreaded|Win32"
  105. OutputDirectory="ReleaseMT"
  106. IntermediateDirectory="ReleaseMT"
  107. ConfigurationType="4"
  108. CharacterSet="2">
  109. <Tool
  110. Name="VCCLCompilerTool"
  111. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  112. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  113. RuntimeLibrary="0"
  114. UsePrecompiledHeader="0"
  115. WarningLevel="4"
  116. WarnAsError="TRUE"
  117. Detect64BitPortabilityProblems="TRUE"/>
  118. <Tool
  119. Name="VCCustomBuildTool"/>
  120. <Tool
  121. Name="VCLibrarianTool"
  122. OutputFile="../../../lib/pantheios.1.util.vc71.mt.lib"/>
  123. <Tool
  124. Name="VCMIDLTool"/>
  125. <Tool
  126. Name="VCPostBuildEventTool"/>
  127. <Tool
  128. Name="VCPreBuildEventTool"/>
  129. <Tool
  130. Name="VCPreLinkEventTool"/>
  131. <Tool
  132. Name="VCResourceCompilerTool"/>
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"/>
  135. <Tool
  136. Name="VCXMLDataGeneratorTool"/>
  137. <Tool
  138. Name="VCWebDeploymentTool"/>
  139. <Tool
  140. Name="VCManagedWrapperGeneratorTool"/>
  141. <Tool
  142. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  143. </Configuration>
  144. <Configuration
  145. Name="Debug Multithreaded|Win32"
  146. OutputDirectory="DebugMT"
  147. IntermediateDirectory="DebugMT"
  148. ConfigurationType="4"
  149. CharacterSet="2">
  150. <Tool
  151. Name="VCCLCompilerTool"
  152. Optimization="0"
  153. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  154. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  155. MinimalRebuild="TRUE"
  156. BasicRuntimeChecks="3"
  157. SmallerTypeCheck="TRUE"
  158. RuntimeLibrary="1"
  159. BufferSecurityCheck="TRUE"
  160. ForceConformanceInForLoopScope="TRUE"
  161. RuntimeTypeInfo="FALSE"
  162. UsePrecompiledHeader="0"
  163. WarningLevel="4"
  164. WarnAsError="TRUE"
  165. Detect64BitPortabilityProblems="TRUE"
  166. DebugInformationFormat="3"/>
  167. <Tool
  168. Name="VCCustomBuildTool"/>
  169. <Tool
  170. Name="VCLibrarianTool"
  171. OutputFile="../../../lib/pantheios.1.util.vc71.mt.debug.lib"/>
  172. <Tool
  173. Name="VCMIDLTool"/>
  174. <Tool
  175. Name="VCPostBuildEventTool"/>
  176. <Tool
  177. Name="VCPreBuildEventTool"/>
  178. <Tool
  179. Name="VCPreLinkEventTool"/>
  180. <Tool
  181. Name="VCResourceCompilerTool"/>
  182. <Tool
  183. Name="VCWebServiceProxyGeneratorTool"/>
  184. <Tool
  185. Name="VCXMLDataGeneratorTool"/>
  186. <Tool
  187. Name="VCWebDeploymentTool"/>
  188. <Tool
  189. Name="VCManagedWrapperGeneratorTool"/>
  190. <Tool
  191. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  192. </Configuration>
  193. <Configuration
  194. Name="Release Multithreaded DLL|Win32"
  195. OutputDirectory="ReleaseDLL"
  196. IntermediateDirectory="ReleaseDLL"
  197. ConfigurationType="4"
  198. CharacterSet="2">
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  202. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  203. RuntimeLibrary="2"
  204. UsePrecompiledHeader="0"
  205. WarningLevel="4"
  206. WarnAsError="TRUE"
  207. Detect64BitPortabilityProblems="TRUE"/>
  208. <Tool
  209. Name="VCCustomBuildTool"/>
  210. <Tool
  211. Name="VCLibrarianTool"
  212. OutputFile="../../../lib/pantheios.1.util.vc71.dll.lib"/>
  213. <Tool
  214. Name="VCMIDLTool"/>
  215. <Tool
  216. Name="VCPostBuildEventTool"/>
  217. <Tool
  218. Name="VCPreBuildEventTool"/>
  219. <Tool
  220. Name="VCPreLinkEventTool"/>
  221. <Tool
  222. Name="VCResourceCompilerTool"/>
  223. <Tool
  224. Name="VCWebServiceProxyGeneratorTool"/>
  225. <Tool
  226. Name="VCXMLDataGeneratorTool"/>
  227. <Tool
  228. Name="VCWebDeploymentTool"/>
  229. <Tool
  230. Name="VCManagedWrapperGeneratorTool"/>
  231. <Tool
  232. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  233. </Configuration>
  234. <Configuration
  235. Name="Debug Multithreaded DLL|Win32"
  236. OutputDirectory="DebugDLL"
  237. IntermediateDirectory="DebugDLL"
  238. ConfigurationType="4"
  239. CharacterSet="2">
  240. <Tool
  241. Name="VCCLCompilerTool"
  242. Optimization="0"
  243. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  244. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  245. MinimalRebuild="TRUE"
  246. BasicRuntimeChecks="3"
  247. SmallerTypeCheck="TRUE"
  248. RuntimeLibrary="3"
  249. BufferSecurityCheck="TRUE"
  250. ForceConformanceInForLoopScope="TRUE"
  251. RuntimeTypeInfo="FALSE"
  252. UsePrecompiledHeader="0"
  253. WarningLevel="4"
  254. WarnAsError="TRUE"
  255. Detect64BitPortabilityProblems="TRUE"
  256. DebugInformationFormat="3"/>
  257. <Tool
  258. Name="VCCustomBuildTool"/>
  259. <Tool
  260. Name="VCLibrarianTool"
  261. OutputFile="../../../lib/pantheios.1.util.vc71.dll.debug.lib"/>
  262. <Tool
  263. Name="VCMIDLTool"/>
  264. <Tool
  265. Name="VCPostBuildEventTool"/>
  266. <Tool
  267. Name="VCPreBuildEventTool"/>
  268. <Tool
  269. Name="VCPreLinkEventTool"/>
  270. <Tool
  271. Name="VCResourceCompilerTool"/>
  272. <Tool
  273. Name="VCWebServiceProxyGeneratorTool"/>
  274. <Tool
  275. Name="VCXMLDataGeneratorTool"/>
  276. <Tool
  277. Name="VCWebDeploymentTool"/>
  278. <Tool
  279. Name="VCManagedWrapperGeneratorTool"/>
  280. <Tool
  281. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  282. </Configuration>
  283. <Configuration
  284. Name="Unicode Release|Win32"
  285. OutputDirectory="Release"
  286. IntermediateDirectory="Release"
  287. ConfigurationType="4"
  288. CharacterSet="1">
  289. <Tool
  290. Name="VCCLCompilerTool"
  291. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  292. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  293. RuntimeLibrary="4"
  294. UsePrecompiledHeader="0"
  295. WarningLevel="4"
  296. WarnAsError="TRUE"
  297. Detect64BitPortabilityProblems="TRUE"/>
  298. <Tool
  299. Name="VCCustomBuildTool"/>
  300. <Tool
  301. Name="VCLibrarianTool"
  302. OutputFile="../../../lib/pantheios.1.util.vc71.widestring.lib"/>
  303. <Tool
  304. Name="VCMIDLTool"/>
  305. <Tool
  306. Name="VCPostBuildEventTool"/>
  307. <Tool
  308. Name="VCPreBuildEventTool"/>
  309. <Tool
  310. Name="VCPreLinkEventTool"/>
  311. <Tool
  312. Name="VCResourceCompilerTool"/>
  313. <Tool
  314. Name="VCWebServiceProxyGeneratorTool"/>
  315. <Tool
  316. Name="VCXMLDataGeneratorTool"/>
  317. <Tool
  318. Name="VCWebDeploymentTool"/>
  319. <Tool
  320. Name="VCManagedWrapperGeneratorTool"/>
  321. <Tool
  322. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  323. </Configuration>
  324. <Configuration
  325. Name="Unicode Debug|Win32"
  326. OutputDirectory="Debug"
  327. IntermediateDirectory="Debug"
  328. ConfigurationType="4"
  329. CharacterSet="1">
  330. <Tool
  331. Name="VCCLCompilerTool"
  332. Optimization="0"
  333. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  334. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  335. MinimalRebuild="TRUE"
  336. BasicRuntimeChecks="3"
  337. SmallerTypeCheck="TRUE"
  338. RuntimeLibrary="5"
  339. BufferSecurityCheck="TRUE"
  340. ForceConformanceInForLoopScope="TRUE"
  341. RuntimeTypeInfo="FALSE"
  342. UsePrecompiledHeader="0"
  343. WarningLevel="4"
  344. WarnAsError="TRUE"
  345. Detect64BitPortabilityProblems="TRUE"
  346. DebugInformationFormat="3"/>
  347. <Tool
  348. Name="VCCustomBuildTool"/>
  349. <Tool
  350. Name="VCLibrarianTool"
  351. OutputFile="../../../lib/pantheios.1.util.vc71.widestring.debug.lib"/>
  352. <Tool
  353. Name="VCMIDLTool"/>
  354. <Tool
  355. Name="VCPostBuildEventTool"/>
  356. <Tool
  357. Name="VCPreBuildEventTool"/>
  358. <Tool
  359. Name="VCPreLinkEventTool"/>
  360. <Tool
  361. Name="VCResourceCompilerTool"/>
  362. <Tool
  363. Name="VCWebServiceProxyGeneratorTool"/>
  364. <Tool
  365. Name="VCXMLDataGeneratorTool"/>
  366. <Tool
  367. Name="VCWebDeploymentTool"/>
  368. <Tool
  369. Name="VCManagedWrapperGeneratorTool"/>
  370. <Tool
  371. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  372. </Configuration>
  373. <Configuration
  374. Name="Unicode Release Multithreaded|Win32"
  375. OutputDirectory="ReleaseMT"
  376. IntermediateDirectory="ReleaseMT"
  377. ConfigurationType="4"
  378. CharacterSet="1">
  379. <Tool
  380. Name="VCCLCompilerTool"
  381. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  382. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  383. RuntimeLibrary="0"
  384. UsePrecompiledHeader="0"
  385. WarningLevel="4"
  386. WarnAsError="TRUE"
  387. Detect64BitPortabilityProblems="TRUE"/>
  388. <Tool
  389. Name="VCCustomBuildTool"/>
  390. <Tool
  391. Name="VCLibrarianTool"
  392. OutputFile="../../../lib/pantheios.1.util.vc71.widestring.mt.lib"/>
  393. <Tool
  394. Name="VCMIDLTool"/>
  395. <Tool
  396. Name="VCPostBuildEventTool"/>
  397. <Tool
  398. Name="VCPreBuildEventTool"/>
  399. <Tool
  400. Name="VCPreLinkEventTool"/>
  401. <Tool
  402. Name="VCResourceCompilerTool"/>
  403. <Tool
  404. Name="VCWebServiceProxyGeneratorTool"/>
  405. <Tool
  406. Name="VCXMLDataGeneratorTool"/>
  407. <Tool
  408. Name="VCWebDeploymentTool"/>
  409. <Tool
  410. Name="VCManagedWrapperGeneratorTool"/>
  411. <Tool
  412. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  413. </Configuration>
  414. <Configuration
  415. Name="Unicode Debug Multithreaded|Win32"
  416. OutputDirectory="DebugMT"
  417. IntermediateDirectory="DebugMT"
  418. ConfigurationType="4"
  419. CharacterSet="1">
  420. <Tool
  421. Name="VCCLCompilerTool"
  422. Optimization="0"
  423. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  424. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  425. MinimalRebuild="TRUE"
  426. BasicRuntimeChecks="3"
  427. SmallerTypeCheck="TRUE"
  428. RuntimeLibrary="1"
  429. BufferSecurityCheck="TRUE"
  430. ForceConformanceInForLoopScope="TRUE"
  431. RuntimeTypeInfo="FALSE"
  432. UsePrecompiledHeader="0"
  433. WarningLevel="4"
  434. WarnAsError="TRUE"
  435. Detect64BitPortabilityProblems="TRUE"
  436. DebugInformationFormat="3"/>
  437. <Tool
  438. Name="VCCustomBuildTool"/>
  439. <Tool
  440. Name="VCLibrarianTool"
  441. OutputFile="../../../lib/pantheios.1.util.vc71.widestring.mt.debug.lib"/>
  442. <Tool
  443. Name="VCMIDLTool"/>
  444. <Tool
  445. Name="VCPostBuildEventTool"/>
  446. <Tool
  447. Name="VCPreBuildEventTool"/>
  448. <Tool
  449. Name="VCPreLinkEventTool"/>
  450. <Tool
  451. Name="VCResourceCompilerTool"/>
  452. <Tool
  453. Name="VCWebServiceProxyGeneratorTool"/>
  454. <Tool
  455. Name="VCXMLDataGeneratorTool"/>
  456. <Tool
  457. Name="VCWebDeploymentTool"/>
  458. <Tool
  459. Name="VCManagedWrapperGeneratorTool"/>
  460. <Tool
  461. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  462. </Configuration>
  463. <Configuration
  464. Name="Unicode Release Multithreaded DLL|Win32"
  465. OutputDirectory="ReleaseDLL"
  466. IntermediateDirectory="ReleaseDLL"
  467. ConfigurationType="4"
  468. CharacterSet="1">
  469. <Tool
  470. Name="VCCLCompilerTool"
  471. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  472. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  473. RuntimeLibrary="2"
  474. UsePrecompiledHeader="0"
  475. WarningLevel="4"
  476. WarnAsError="TRUE"
  477. Detect64BitPortabilityProblems="TRUE"/>
  478. <Tool
  479. Name="VCCustomBuildTool"/>
  480. <Tool
  481. Name="VCLibrarianTool"
  482. OutputFile="../../../lib/pantheios.1.util.vc71.widestring.dll.lib"/>
  483. <Tool
  484. Name="VCMIDLTool"/>
  485. <Tool
  486. Name="VCPostBuildEventTool"/>
  487. <Tool
  488. Name="VCPreBuildEventTool"/>
  489. <Tool
  490. Name="VCPreLinkEventTool"/>
  491. <Tool
  492. Name="VCResourceCompilerTool"/>
  493. <Tool
  494. Name="VCWebServiceProxyGeneratorTool"/>
  495. <Tool
  496. Name="VCXMLDataGeneratorTool"/>
  497. <Tool
  498. Name="VCWebDeploymentTool"/>
  499. <Tool
  500. Name="VCManagedWrapperGeneratorTool"/>
  501. <Tool
  502. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  503. </Configuration>
  504. <Configuration
  505. Name="Unicode Debug Multithreaded DLL|Win32"
  506. OutputDirectory="DebugDLL"
  507. IntermediateDirectory="DebugDLL"
  508. ConfigurationType="4"
  509. CharacterSet="1">
  510. <Tool
  511. Name="VCCLCompilerTool"
  512. Optimization="0"
  513. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include"
  514. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  515. MinimalRebuild="TRUE"
  516. BasicRuntimeChecks="3"
  517. SmallerTypeCheck="TRUE"
  518. RuntimeLibrary="3"
  519. BufferSecurityCheck="TRUE"
  520. ForceConformanceInForLoopScope="TRUE"
  521. RuntimeTypeInfo="FALSE"
  522. UsePrecompiledHeader="0"
  523. WarningLevel="4"
  524. WarnAsError="TRUE"
  525. Detect64BitPortabilityProblems="TRUE"
  526. DebugInformationFormat="3"/>
  527. <Tool
  528. Name="VCCustomBuildTool"/>
  529. <Tool
  530. Name="VCLibrarianTool"
  531. OutputFile="../../../lib/pantheios.1.util.vc71.widestring.dll.debug.lib"/>
  532. <Tool
  533. Name="VCMIDLTool"/>
  534. <Tool
  535. Name="VCPostBuildEventTool"/>
  536. <Tool
  537. Name="VCPreBuildEventTool"/>
  538. <Tool
  539. Name="VCPreLinkEventTool"/>
  540. <Tool
  541. Name="VCResourceCompilerTool"/>
  542. <Tool
  543. Name="VCWebServiceProxyGeneratorTool"/>
  544. <Tool
  545. Name="VCXMLDataGeneratorTool"/>
  546. <Tool
  547. Name="VCWebDeploymentTool"/>
  548. <Tool
  549. Name="VCManagedWrapperGeneratorTool"/>
  550. <Tool
  551. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  552. </Configuration>
  553. <Configuration
  554. Name="Release pseudoUNIX|Win32"
  555. OutputDirectory="ReleaseUNIX"
  556. IntermediateDirectory="ReleaseUNIX"
  557. ConfigurationType="4"
  558. CharacterSet="2">
  559. <Tool
  560. Name="VCCLCompilerTool"
  561. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include,$(UNIXEM)/include,$(PTHREADS_WIN32)/include,$(SYNESIS_DEV)/libraries/include"
  562. PreprocessorDefinitions="UNIX;NDEBUG;_LIB"
  563. RuntimeLibrary="4"
  564. UsePrecompiledHeader="0"
  565. WarningLevel="4"
  566. WarnAsError="TRUE"
  567. Detect64BitPortabilityProblems="TRUE"/>
  568. <Tool
  569. Name="VCCustomBuildTool"/>
  570. <Tool
  571. Name="VCLibrarianTool"
  572. OutputFile="../../../lib/pantheios.1.util.vc71.unix.lib"/>
  573. <Tool
  574. Name="VCMIDLTool"/>
  575. <Tool
  576. Name="VCPostBuildEventTool"/>
  577. <Tool
  578. Name="VCPreBuildEventTool"/>
  579. <Tool
  580. Name="VCPreLinkEventTool"/>
  581. <Tool
  582. Name="VCResourceCompilerTool"/>
  583. <Tool
  584. Name="VCWebServiceProxyGeneratorTool"/>
  585. <Tool
  586. Name="VCXMLDataGeneratorTool"/>
  587. <Tool
  588. Name="VCWebDeploymentTool"/>
  589. <Tool
  590. Name="VCManagedWrapperGeneratorTool"/>
  591. <Tool
  592. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  593. </Configuration>
  594. <Configuration
  595. Name="Debug pseudoUNIX|Win32"
  596. OutputDirectory="DebugUNIX"
  597. IntermediateDirectory="DebugUNIX"
  598. ConfigurationType="4"
  599. CharacterSet="2">
  600. <Tool
  601. Name="VCCLCompilerTool"
  602. Optimization="0"
  603. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include,$(UNIXEM)/include,$(PTHREADS_WIN32)/include,$(SYNESIS_DEV)/libraries/include"
  604. PreprocessorDefinitions="UNIX;_DEBUG;_LIB"
  605. MinimalRebuild="TRUE"
  606. BasicRuntimeChecks="3"
  607. SmallerTypeCheck="TRUE"
  608. RuntimeLibrary="5"
  609. BufferSecurityCheck="TRUE"
  610. ForceConformanceInForLoopScope="TRUE"
  611. RuntimeTypeInfo="FALSE"
  612. UsePrecompiledHeader="0"
  613. WarningLevel="4"
  614. WarnAsError="TRUE"
  615. Detect64BitPortabilityProblems="TRUE"
  616. DebugInformationFormat="3"/>
  617. <Tool
  618. Name="VCCustomBuildTool"/>
  619. <Tool
  620. Name="VCLibrarianTool"
  621. OutputFile="../../../lib/pantheios.1.util.vc71.unix.debug.lib"/>
  622. <Tool
  623. Name="VCMIDLTool"/>
  624. <Tool
  625. Name="VCPostBuildEventTool"/>
  626. <Tool
  627. Name="VCPreBuildEventTool"/>
  628. <Tool
  629. Name="VCPreLinkEventTool"/>
  630. <Tool
  631. Name="VCResourceCompilerTool"/>
  632. <Tool
  633. Name="VCWebServiceProxyGeneratorTool"/>
  634. <Tool
  635. Name="VCXMLDataGeneratorTool"/>
  636. <Tool
  637. Name="VCWebDeploymentTool"/>
  638. <Tool
  639. Name="VCManagedWrapperGeneratorTool"/>
  640. <Tool
  641. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  642. </Configuration>
  643. <Configuration
  644. Name="Release Multithreaded pseudoUNIX|Win32"
  645. OutputDirectory="ReleaseMTUNIX"
  646. IntermediateDirectory="ReleaseMTUNIX"
  647. ConfigurationType="4"
  648. CharacterSet="2">
  649. <Tool
  650. Name="VCCLCompilerTool"
  651. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include,$(UNIXEM)/include,$(PTHREADS_WIN32)/include,$(SYNESIS_DEV)/libraries/include"
  652. PreprocessorDefinitions="UNIX;NDEBUG;_LIB"
  653. RuntimeLibrary="0"
  654. UsePrecompiledHeader="0"
  655. WarningLevel="4"
  656. WarnAsError="TRUE"
  657. Detect64BitPortabilityProblems="TRUE"/>
  658. <Tool
  659. Name="VCCustomBuildTool"/>
  660. <Tool
  661. Name="VCLibrarianTool"
  662. OutputFile="../../../lib/pantheios.1.util.vc71.unix.mt.lib"/>
  663. <Tool
  664. Name="VCMIDLTool"/>
  665. <Tool
  666. Name="VCPostBuildEventTool"/>
  667. <Tool
  668. Name="VCPreBuildEventTool"/>
  669. <Tool
  670. Name="VCPreLinkEventTool"/>
  671. <Tool
  672. Name="VCResourceCompilerTool"/>
  673. <Tool
  674. Name="VCWebServiceProxyGeneratorTool"/>
  675. <Tool
  676. Name="VCXMLDataGeneratorTool"/>
  677. <Tool
  678. Name="VCWebDeploymentTool"/>
  679. <Tool
  680. Name="VCManagedWrapperGeneratorTool"/>
  681. <Tool
  682. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  683. </Configuration>
  684. <Configuration
  685. Name="Debug Multithreaded pseudoUNIX|Win32"
  686. OutputDirectory="DebugMTUNIX"
  687. IntermediateDirectory="DebugMTUNIX"
  688. ConfigurationType="4"
  689. CharacterSet="2">
  690. <Tool
  691. Name="VCCLCompilerTool"
  692. Optimization="0"
  693. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include,$(UNIXEM)/include,$(PTHREADS_WIN32)/include,$(SYNESIS_DEV)/libraries/include"
  694. PreprocessorDefinitions="UNIX;_DEBUG;_LIB"
  695. MinimalRebuild="TRUE"
  696. BasicRuntimeChecks="3"
  697. SmallerTypeCheck="TRUE"
  698. RuntimeLibrary="1"
  699. BufferSecurityCheck="TRUE"
  700. ForceConformanceInForLoopScope="TRUE"
  701. RuntimeTypeInfo="FALSE"
  702. UsePrecompiledHeader="0"
  703. WarningLevel="4"
  704. WarnAsError="TRUE"
  705. Detect64BitPortabilityProblems="TRUE"
  706. DebugInformationFormat="3"/>
  707. <Tool
  708. Name="VCCustomBuildTool"/>
  709. <Tool
  710. Name="VCLibrarianTool"
  711. OutputFile="../../../lib/pantheios.1.util.vc71.unix.mt.debug.lib"/>
  712. <Tool
  713. Name="VCMIDLTool"/>
  714. <Tool
  715. Name="VCPostBuildEventTool"/>
  716. <Tool
  717. Name="VCPreBuildEventTool"/>
  718. <Tool
  719. Name="VCPreLinkEventTool"/>
  720. <Tool
  721. Name="VCResourceCompilerTool"/>
  722. <Tool
  723. Name="VCWebServiceProxyGeneratorTool"/>
  724. <Tool
  725. Name="VCXMLDataGeneratorTool"/>
  726. <Tool
  727. Name="VCWebDeploymentTool"/>
  728. <Tool
  729. Name="VCManagedWrapperGeneratorTool"/>
  730. <Tool
  731. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  732. </Configuration>
  733. <Configuration
  734. Name="Release Multithreaded DLL pseudoUNIX|Win32"
  735. OutputDirectory="ReleaseDLLUNIX"
  736. IntermediateDirectory="ReleaseDLLUNIX"
  737. ConfigurationType="4"
  738. CharacterSet="2">
  739. <Tool
  740. Name="VCCLCompilerTool"
  741. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include,$(UNIXEM)/include,$(PTHREADS_WIN32)/include,$(SYNESIS_DEV)/libraries/include"
  742. PreprocessorDefinitions="UNIX;NDEBUG;_LIB"
  743. RuntimeLibrary="2"
  744. UsePrecompiledHeader="0"
  745. WarningLevel="4"
  746. WarnAsError="TRUE"
  747. Detect64BitPortabilityProblems="TRUE"/>
  748. <Tool
  749. Name="VCCustomBuildTool"/>
  750. <Tool
  751. Name="VCLibrarianTool"
  752. OutputFile="../../../lib/pantheios.1.util.vc71.unix.dll.lib"/>
  753. <Tool
  754. Name="VCMIDLTool"/>
  755. <Tool
  756. Name="VCPostBuildEventTool"/>
  757. <Tool
  758. Name="VCPreBuildEventTool"/>
  759. <Tool
  760. Name="VCPreLinkEventTool"/>
  761. <Tool
  762. Name="VCResourceCompilerTool"/>
  763. <Tool
  764. Name="VCWebServiceProxyGeneratorTool"/>
  765. <Tool
  766. Name="VCXMLDataGeneratorTool"/>
  767. <Tool
  768. Name="VCWebDeploymentTool"/>
  769. <Tool
  770. Name="VCManagedWrapperGeneratorTool"/>
  771. <Tool
  772. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  773. </Configuration>
  774. <Configuration
  775. Name="Debug Multithreaded DLL pseudoUNIX|Win32"
  776. OutputDirectory="DebugDLLUNIX"
  777. IntermediateDirectory="DebugDLLUNIX"
  778. ConfigurationType="4"
  779. CharacterSet="2">
  780. <Tool
  781. Name="VCCLCompilerTool"
  782. Optimization="0"
  783. AdditionalIncludeDirectories="../../../include,$(STLSOFT)/include,$(UNIXEM)/include,$(PTHREADS_WIN32)/include,$(SYNESIS_DEV)/libraries/include"
  784. PreprocessorDefinitions="UNIX;_DEBUG;_LIB"
  785. MinimalRebuild="TRUE"
  786. BasicRuntimeChecks="3"
  787. SmallerTypeCheck="TRUE"
  788. RuntimeLibrary="3"
  789. BufferSecurityCheck="TRUE"
  790. ForceConformanceInForLoopScope="TRUE"
  791. RuntimeTypeInfo="FALSE"
  792. UsePrecompiledHeader="0"
  793. WarningLevel="4"
  794. WarnAsError="TRUE"
  795. Detect64BitPortabilityProblems="TRUE"
  796. DebugInformationFormat="3"/>
  797. <Tool
  798. Name="VCCustomBuildTool"/>
  799. <Tool
  800. Name="VCLibrarianTool"
  801. OutputFile="../../../lib/pantheios.1.util.vc71.unix.dll.debug.lib"/>
  802. <Tool
  803. Name="VCMIDLTool"/>
  804. <Tool
  805. Name="VCPostBuildEventTool"/>
  806. <Tool
  807. Name="VCPreBuildEventTool"/>
  808. <Tool
  809. Name="VCPreLinkEventTool"/>
  810. <Tool
  811. Name="VCResourceCompilerTool"/>
  812. <Tool
  813. Name="VCWebServiceProxyGeneratorTool"/>
  814. <Tool
  815. Name="VCXMLDataGeneratorTool"/>
  816. <Tool
  817. Name="VCWebDeploymentTool"/>
  818. <Tool
  819. Name="VCManagedWrapperGeneratorTool"/>
  820. <Tool
  821. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  822. </Configuration>
  823. </Configurations>
  824. <References>
  825. </References>
  826. <Files>
  827. <Filter
  828. Name="Source Files"
  829. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  830. UniqueIdentifier="{00000000-0000-0000-0000-000000000000}">
  831. <Filter
  832. Name="util">
  833. <File
  834. RelativePath="..\..\..\src\util\bailout.c">
  835. </File>
  836. <File
  837. RelativePath="..\..\..\src\util\be.context.cpp">
  838. </File>
  839. <File
  840. RelativePath="..\..\..\src\util\be.parse.cpp">
  841. </File>
  842. <File
  843. RelativePath="..\..\..\src\util\core.apidefs.cpp">
  844. </File>
  845. <File
  846. RelativePath="..\..\..\src\util\hostname.c">
  847. </File>
  848. <File
  849. RelativePath="..\..\..\src\util\init_code_strings.c">
  850. </File>
  851. <File
  852. RelativePath="..\..\..\src\util\processid.c">
  853. </File>
  854. <File
  855. RelativePath="..\..\..\src\util\severity_strings.c">
  856. </File>
  857. <File
  858. RelativePath="..\..\..\src\util\snprintf.c">
  859. </File>
  860. <File
  861. RelativePath="..\..\..\src\util\strdup.c">
  862. </File>
  863. <File
  864. RelativePath="..\..\..\src\util\strnlen.cpp">
  865. </File>
  866. <File
  867. RelativePath="..\..\..\src\util\threadid.c">
  868. </File>
  869. <File
  870. RelativePath="..\..\..\src\util\time.cpp">
  871. </File>
  872. <File
  873. RelativePath="..\..\..\src\util\util.strnlen.c">
  874. </File>
  875. </Filter>
  876. </Filter>
  877. <Filter
  878. Name="Header Files"
  879. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  880. UniqueIdentifier="{00000000-0000-0000-0000-000000000000}">
  881. <Filter
  882. Name="STLSoft Header Files">
  883. <Filter
  884. Name="STLSoft">
  885. <File
  886. RelativePath="$(STLSOFT)\include\stlsoft\memory\allocator_base.hpp">
  887. </File>
  888. <File
  889. RelativePath="$(STLSOFT)\include\stlsoft\memory\allocator_features.hpp">
  890. </File>
  891. <File
  892. RelativePath="$(STLSOFT)\include\stlsoft\memory\allocator_selector.hpp">
  893. </File>
  894. <File
  895. RelativePath="$(STLSOFT)\include\stlsoft\algorithms\std\alt.hpp">
  896. </File>
  897. <File
  898. RelativePath="$(STLSOFT)\include\stlsoft\containers\util\array_policies.hpp">
  899. </File>
  900. <File
  901. RelativePath="$(STLSOFT)\include\stlsoft\memory\auto_buffer.hpp">
  902. </File>
  903. <File
  904. RelativePath="$(STLSOFT)\include\stlsoft\shims\access\string\std\basic_string.hpp">
  905. </File>
  906. <File
  907. RelativePath="$(STLSOFT)\include\stlsoft\algorithms\bounded.hpp">
  908. </File>
  909. <File
  910. RelativePath="$(STLSOFT)\include\stlsoft\shims\access\string\std\c_string.h">
  911. </File>
  912. <File
  913. RelativePath="$(STLSOFT)\include\stlsoft\meta\capabilities.hpp">
  914. </File>
  915. <File
  916. RelativePath="$(STLSOFT)\include\stlsoft\string\char_traits.hpp">
  917. </File>
  918. <File
  919. RelativePath="$(STLSOFT)\include\stlsoft\collections\util\collections.hpp">
  920. </File>
  921. <File
  922. RelativePath="$(STLSOFT)\include\stlsoft\util\constraints.hpp">
  923. </File>
  924. <File
  925. RelativePath="$(STLSOFT)\include\stlsoft\iterators\cstring_concatenator_iterator.hpp">
  926. </File>
  927. <File
  928. RelativePath="$(STLSOFT)\include\stlsoft\shims\access\string\std\exception.hpp">
  929. </File>
  930. <File
  931. RelativePath="$(STLSOFT)\include\stlsoft\shims\access\string\fwd.h">
  932. </File>
  933. <File
  934. RelativePath="$(STLSOFT)\include\stlsoft\conversion\integer_to_string.hpp">
  935. </File>
  936. <File
  937. RelativePath="$(STLSOFT)\include\stlsoft\internal\cccap\intel.h">
  938. </File>
  939. <File
  940. RelativePath="$(STLSOFT)\include\stlsoft\meta\is_const_type.hpp">
  941. </File>
  942. <File
  943. RelativePath="$(STLSOFT)\include\stlsoft\meta\is_pointer_type.hpp">
  944. </File>
  945. <File
  946. RelativePath="$(STLSOFT)\include\stlsoft\util\std\iterator_generators.hpp">
  947. </File>
  948. <File
  949. RelativePath="$(STLSOFT)\include\stlsoft\util\std\iterator_helper.hpp">
  950. </File>
  951. <File
  952. RelativePath="$(STLSOFT)\include\stlsoft\util\std\library_discriminator.hpp">
  953. </File>
  954. <File
  955. RelativePath="$(STLSOFT)\include\stlsoft\util\limit_traits.h">
  956. </File>
  957. <File
  958. RelativePath="$(STLSOFT)\include\stlsoft\iterators\member_selector_iterator.hpp">
  959. </File>
  960. <File
  961. RelativePath="$(STLSOFT)\include\stlsoft\meta\util\meta_.hpp">
  962. </File>
  963. <File
  964. RelativePath="$(STLSOFT)\include\stlsoft\util\minmax.hpp">
  965. </File>
  966. <File
  967. RelativePath="$(STLSOFT)\include\stlsoft\internal\cccap\msvc.h">
  968. </File>
  969. <File
  970. RelativePath="$(STLSOFT)\include\stlsoft\meta\n_types.hpp">
  971. </File>
  972. <File
  973. RelativePath="$(STLSOFT)\include\stlsoft\memory\null_allocator.hpp">
  974. </File>
  975. <File
  976. RelativePath="$(STLSOFT)\include\stlsoft\internal\cccap\obsolete.h">
  977. </File>
  978. <File
  979. RelativePath="$(STLSOFT)\include\stlsoft\algorithms\pod.hpp">
  980. </File>
  981. <File
  982. RelativePath="$(STLSOFT)\include\stlsoft\internal\safestr.h">
  983. </File>
  984. <File
  985. RelativePath="$(STLSOFT)\include\stlsoft\conversion\sap_cast.hpp">
  986. </File>
  987. <File
  988. RelativePath="$(STLSOFT)\include\stlsoft\util\sign_traits.hpp">
  989. </File>
  990. <File
  991. RelativePath="$(STLSOFT)\include\stlsoft\string\simple_string.hpp">
  992. </File>
  993. <File
  994. RelativePath="$(STLSOFT)\include\stlsoft\meta\size_of.hpp">
  995. </File>
  996. <File
  997. RelativePath="$(STLSOFT)\include\stlsoft\util\size_traits.hpp">
  998. </File>
  999. <File
  1000. RelativePath="$(STLSOFT)\include\stlsoft\string\split_functions.hpp">
  1001. </File>
  1002. <File
  1003. RelativePath="$(STLSOFT)\include\stlsoft\containers\static_array.hpp">
  1004. </File>
  1005. <File
  1006. RelativePath="$(STLSOFT)\include\stlsoft\util\std_swap.hpp">
  1007. </File>
  1008. <File
  1009. RelativePath="$(STLSOFT)\include\stlsoft\stlsoft.h">
  1010. </File>
  1011. <File
  1012. RelativePath="$(STLSOFT)\include\stlsoft\shims\access\string.hpp">
  1013. </File>
  1014. <File
  1015. RelativePath="$(STLSOFT)\include\stlsoft\string\string_traits_fwd.hpp">
  1016. </File>
  1017. <File
  1018. RelativePath="$(STLSOFT)\include\stlsoft\string\string_view.hpp">
  1019. </File>
  1020. <File
  1021. RelativePath="$(STLSOFT)\include\stlsoft\string\view_slice_functions.hpp">
  1022. </File>
  1023. <File
  1024. RelativePath="$(STLSOFT)\include\stlsoft\meta\yesno.hpp">
  1025. </File>
  1026. </Filter>
  1027. <Filter
  1028. Name="PlatformSTL">
  1029. <File
  1030. RelativePath="$(STLSOFT)\include\platformstl\synch\util\features.h">
  1031. </File>
  1032. <File
  1033. RelativePath="$(STLSOFT)\include\platformstl\platformstl.h">
  1034. </File>
  1035. </Filter>
  1036. <Filter
  1037. Name="UNIXSTL">
  1038. <File
  1039. RelativePath="$(STLSOFT)\include\unixstl\synch\util\features.h">
  1040. </File>
  1041. <File
  1042. RelativePath="$(STLSOFT)\include\unixstl\unixstl.h">
  1043. </File>
  1044. </Filter>
  1045. <Filter
  1046. Name="WinSTL">
  1047. <File
  1048. RelativePath="$(STLSOFT)\include\winstl\time\conversion_functions.h">
  1049. </File>
  1050. <File
  1051. RelativePath="$(STLSOFT)\include\winstl\registry\util\defs.hpp">
  1052. </File>
  1053. <File
  1054. RelativePath="$(STLSOFT)\include\winstl\time\format_functions.hpp">
  1055. </File>
  1056. <File
  1057. RelativePath="$(STLSOFT)\include\winstl\registry\functions.hpp">
  1058. </File>
  1059. <File
  1060. RelativePath="$(STLSOFT)\include\winstl\memory\processheap_allocator.hpp">
  1061. </File>
  1062. <File
  1063. RelativePath="$(STLSOFT)\include\winstl\registry\reg_traits.hpp">
  1064. </File>
  1065. <File
  1066. RelativePath="$(STLSOFT)\include\winstl\system\system_traits.hpp">
  1067. </File>
  1068. <File
  1069. RelativePath="$(STLSOFT)\include\winstl\winstl.h">
  1070. </File>
  1071. </Filter>
  1072. </Filter>
  1073. <Filter
  1074. Name="Pantheios Header Files">
  1075. <File
  1076. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\core\apidefs.hpp">
  1077. </File>
  1078. <File
  1079. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\backends\arguments.h">
  1080. </File>
  1081. <File
  1082. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\backend.h">
  1083. </File>
  1084. <File
  1085. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\backends\context.hpp">
  1086. </File>
  1087. <File
  1088. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\quality\contract.h">
  1089. </File>
  1090. <File
  1091. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\time\currenttime.h">
  1092. </File>
  1093. <File
  1094. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\frontend.h">
  1095. </File>
  1096. <File
  1097. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\system\hostname.h">
  1098. </File>
  1099. <File
  1100. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\init_codes.h">
  1101. </File>
  1102. <File
  1103. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\internal\lean.h">
  1104. </File>
  1105. <File
  1106. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\severity\levels.hpp">
  1107. </File>
  1108. <File
  1109. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\internal\generated\log_functions.h">
  1110. </File>
  1111. <File
  1112. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\internal\nox.h">
  1113. </File>
  1114. <File
  1115. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\pantheios.h">
  1116. </File>
  1117. <File
  1118. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\system\processid.h">
  1119. </File>
  1120. <File
  1121. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\internal\safestr.h">
  1122. </File>
  1123. <File
  1124. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\string\snprintf.h">
  1125. </File>
  1126. <File
  1127. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\internal\stock_levels.hpp">
  1128. </File>
  1129. <File
  1130. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\string\strdup.h">
  1131. </File>
  1132. <File
  1133. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\internal\string_encoding.h">
  1134. </File>
  1135. <File
  1136. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\system\threadid.h">
  1137. </File>
  1138. <File
  1139. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\internal\threading.h">
  1140. </File>
  1141. <File
  1142. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\util\severity\WindowsEventLog.h">
  1143. </File>
  1144. <File
  1145. RelativePath="$(PANTHEIOS_ROOT)\include\pantheios\internal\winlean.h">
  1146. </File>
  1147. </Filter>
  1148. <Filter
  1149. Name="UNIXem Header Files">
  1150. <File
  1151. RelativePath="$(UNIXEM)\include\unistd.h">
  1152. </File>
  1153. <File
  1154. RelativePath="$(UNIXEM)\include\unixem\unixem.h">
  1155. </File>
  1156. <File
  1157. RelativePath="$(UNIXEM)\include\unixem\internal\winsock.h">
  1158. </File>
  1159. </Filter>
  1160. <File
  1161. RelativePath="$(SYNESIS_DEV)\libraries\include\syslog.h">
  1162. </File>
  1163. </Filter>
  1164. <Filter
  1165. Name="Resource Files"
  1166. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  1167. UniqueIdentifier="{00000000-0000-0000-0000-000000000000}">
  1168. </Filter>
  1169. </Files>
  1170. <Globals>
  1171. </Globals>
  1172. </VisualStudioProject>