cpptest.vcproj 11 KB

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