tests.vcproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tests"
  6. ProjectGUID="{4DF72760-C055-40A5-A77E-30A17E2AC2DB}"
  7. RootNamespace="tests"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="0"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="Debug"
  22. IntermediateDirectory="Debug"
  23. ConfigurationType="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. Description=""
  31. CommandLine=""
  32. AdditionalDependencies=""
  33. Outputs=""
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="../src;."
  49. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. Detect64BitPortabilityProblems="true"
  56. DebugInformationFormat="4"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. LinkIncremental="2"
  70. GenerateDebugInformation="true"
  71. SubSystem="1"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="Release"
  99. IntermediateDirectory="Release"
  100. ConfigurationType="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. Description=""
  108. CommandLine=""
  109. AdditionalDependencies=""
  110. Outputs=""
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
  124. AdditionalIncludeDirectories="../src;."
  125. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
  126. RuntimeLibrary="2"
  127. UsePrecompiledHeader="0"
  128. WarningLevel="3"
  129. Detect64BitPortabilityProblems="true"
  130. DebugInformationFormat="3"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. LinkIncremental="2"
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. TargetMachine="1"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCManifestTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCAppVerifierTool"
  167. />
  168. <Tool
  169. Name="VCPostBuildEventTool"
  170. />
  171. </Configuration>
  172. </Configurations>
  173. <References>
  174. </References>
  175. <Files>
  176. <Filter
  177. Name="Header Files"
  178. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  179. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  180. >
  181. <File
  182. RelativePath=".\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\src\google\protobuf\testing\file.h"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\src\google\protobuf\testing\googletest.h"
  191. >
  192. </File>
  193. <File
  194. RelativePath="..\src\gtest\internal\gtest-death-test-internal.h"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\src\gtest\gtest-death-test.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\src\gtest\internal\gtest-filepath.h"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\src\gtest\gtest-internal-inl.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\src\gtest\internal\gtest-internal.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\src\gtest\gtest-message.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\src\gtest\internal\gtest-port.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\src\gtest\gtest-spi.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\src\gtest\internal\gtest-string.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\src\gtest\gtest.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\src\gtest\gtest_pred_impl.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\src\gtest\gtest_prod.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\src\google\protobuf\test_util.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\google\protobuf\unittest.pb.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\google\protobuf\unittest_import.pb.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\google\protobuf\unittest_mset.pb.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\google\protobuf\unittest_optimize_for.pb.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\google\protobuf\unittest_embed_optimize_for.pb.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\google\protobuf\unittest_custom_options.pb.h"
  267. >
  268. </File>
  269. </Filter>
  270. <Filter
  271. Name="Resource Files"
  272. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  273. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  274. >
  275. </Filter>
  276. <Filter
  277. Name="Source Files"
  278. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  279. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  280. >
  281. <File
  282. RelativePath="..\src\google\protobuf\stubs\common_unittest.cc"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\src\google\protobuf\stubs\strutil_unittest.cc"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\src\google\protobuf\stubs\structurally_valid_unittest.cc"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\src\google\protobuf\io\coded_stream_unittest.cc"
  295. >
  296. </File>
  297. <File
  298. RelativePath="..\src\google\protobuf\compiler\command_line_interface_unittest.cc"
  299. >
  300. </File>
  301. <File
  302. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_bootstrap_unittest.cc"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_unittest.cc"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\src\google\protobuf\descriptor_database_unittest.cc"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\src\google\protobuf\descriptor_unittest.cc"
  319. >
  320. </File>
  321. <File
  322. RelativePath="..\src\google\protobuf\dynamic_message_unittest.cc"
  323. >
  324. </File>
  325. <File
  326. RelativePath="..\src\google\protobuf\extension_set_unittest.cc"
  327. >
  328. </File>
  329. <File
  330. RelativePath="..\src\google\protobuf\testing\file.cc"
  331. >
  332. </File>
  333. <File
  334. RelativePath="..\src\google\protobuf\generated_message_reflection_unittest.cc"
  335. >
  336. </File>
  337. <File
  338. RelativePath="..\src\google\protobuf\testing\googletest.cc"
  339. >
  340. </File>
  341. <File
  342. RelativePath="..\src\gtest\gtest-death-test.cc"
  343. >
  344. </File>
  345. <File
  346. RelativePath="..\src\gtest\gtest-filepath.cc"
  347. >
  348. </File>
  349. <File
  350. RelativePath="..\src\gtest\gtest-port.cc"
  351. >
  352. </File>
  353. <File
  354. RelativePath="..\src\gtest\gtest.cc"
  355. >
  356. </File>
  357. <File
  358. RelativePath="..\src\gtest\gtest_main.cc"
  359. >
  360. </File>
  361. <File
  362. RelativePath="..\src\google\protobuf\compiler\importer_unittest.cc"
  363. >
  364. </File>
  365. <File
  366. RelativePath="..\src\google\protobuf\message_unittest.cc"
  367. >
  368. </File>
  369. <File
  370. RelativePath="..\src\google\protobuf\compiler\parser_unittest.cc"
  371. >
  372. </File>
  373. <File
  374. RelativePath="..\src\google\protobuf\io\printer_unittest.cc"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\src\google\protobuf\reflection_ops_unittest.cc"
  379. >
  380. </File>
  381. <File
  382. RelativePath="..\src\google\protobuf\repeated_field_unittest.cc"
  383. >
  384. </File>
  385. <File
  386. RelativePath="..\src\google\protobuf\test_util.cc"
  387. >
  388. </File>
  389. <File
  390. RelativePath="..\src\google\protobuf\text_format_unittest.cc"
  391. >
  392. </File>
  393. <File
  394. RelativePath="..\src\google\protobuf\io\tokenizer_unittest.cc"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".\google\protobuf\unittest.pb.cc"
  399. >
  400. </File>
  401. <File
  402. RelativePath=".\google\protobuf\unittest_import.pb.cc"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\google\protobuf\unittest_mset.pb.cc"
  407. >
  408. </File>
  409. <File
  410. RelativePath=".\google\protobuf\unittest_optimize_for.pb.cc"
  411. >
  412. </File>
  413. <File
  414. RelativePath=".\google\protobuf\unittest_embed_optimize_for.pb.cc"
  415. >
  416. </File>
  417. <File
  418. RelativePath=".\google\protobuf\unittest_custom_options.pb.cc"
  419. >
  420. </File>
  421. <File
  422. RelativePath="..\src\google\protobuf\unknown_field_set_unittest.cc"
  423. >
  424. </File>
  425. <File
  426. RelativePath="..\src\google\protobuf\wire_format_unittest.cc"
  427. >
  428. </File>
  429. <File
  430. RelativePath="..\src\google\protobuf\io\zero_copy_stream_unittest.cc"
  431. >
  432. </File>
  433. </Filter>
  434. <File
  435. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto"
  436. >
  437. <FileConfiguration
  438. Name="Debug|Win32"
  439. >
  440. <Tool
  441. Name="VCCustomBuildTool"
  442. Description="Generating cpp_test_bad_identifiers.pb.{h,cc}..."
  443. CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto&#x0D;&#x0A;"
  444. Outputs="google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.h;google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc"
  445. />
  446. </FileConfiguration>
  447. <FileConfiguration
  448. Name="Release|Win32"
  449. >
  450. <Tool
  451. Name="VCCustomBuildTool"
  452. Description="Generating cpp_test_bad_identifiers.pb.{h,cc}..."
  453. CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto&#x0D;&#x0A;"
  454. Outputs="google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.h;google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc"
  455. />
  456. </FileConfiguration>
  457. </File>
  458. <File
  459. RelativePath="..\src\google\protobuf\unittest.proto"
  460. >
  461. <FileConfiguration
  462. Name="Debug|Win32"
  463. >
  464. <Tool
  465. Name="VCCustomBuildTool"
  466. Description="Generating unittest.pb.{h,cc}..."
  467. CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest.proto&#x0D;&#x0A;"
  468. Outputs="google\protobuf\unittest.pb.h;google\protobuf\unittest.pb.cc"
  469. />
  470. </FileConfiguration>
  471. <FileConfiguration
  472. Name="Release|Win32"
  473. >
  474. <Tool
  475. Name="VCCustomBuildTool"
  476. Description="Generating unittest.pb.{h,cc}..."
  477. CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest.proto&#x0D;&#x0A;"
  478. Outputs="google\protobuf\unittest.pb.h;google\protobuf\unittest.pb.cc"
  479. />
  480. </FileConfiguration>
  481. </File>
  482. <File
  483. RelativePath="..\src\google\protobuf\unittest_import.proto"
  484. >
  485. <FileConfiguration
  486. Name="Debug|Win32"
  487. >
  488. <Tool
  489. Name="VCCustomBuildTool"
  490. Description="Generating unittest_import.pb.{h,cc}..."
  491. CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import.proto&#x0D;&#x0A;"
  492. Outputs="google\protobuf\unittest_import.pb.h;google\protobuf\unittest_import.pb.cc"
  493. />
  494. </FileConfiguration>
  495. <FileConfiguration
  496. Name="Release|Win32"
  497. >
  498. <Tool
  499. Name="VCCustomBuildTool"
  500. Description="Generating unittest_import.pb.{h,cc}..."
  501. CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import.proto&#x0D;&#x0A;"
  502. Outputs="google\protobuf\unittest_import.pb.h;google\protobuf\unittest_import.pb.cc"
  503. />
  504. </FileConfiguration>
  505. </File>
  506. <File
  507. RelativePath="..\src\google\protobuf\unittest_mset.proto"
  508. >
  509. <FileConfiguration
  510. Name="Debug|Win32"
  511. >
  512. <Tool
  513. Name="VCCustomBuildTool"
  514. Description="Generating unittest_mset.pb.{h,cc}..."
  515. CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_mset.proto&#x0D;&#x0A;"
  516. Outputs="google\protobuf\unittest_mset.pb.h;google\protobuf\unittest_mset.pb.cc"
  517. />
  518. </FileConfiguration>
  519. <FileConfiguration
  520. Name="Release|Win32"
  521. >
  522. <Tool
  523. Name="VCCustomBuildTool"
  524. Description="Generating unittest_mset.pb.{h,cc}..."
  525. CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_mset.proto&#x0D;&#x0A;"
  526. Outputs="google\protobuf\unittest_mset.pb.h;google\protobuf\unittest_mset.pb.cc"
  527. />
  528. </FileConfiguration>
  529. </File>
  530. <File
  531. RelativePath="..\src\google\protobuf\unittest_optimize_for.proto"
  532. >
  533. <FileConfiguration
  534. Name="Debug|Win32"
  535. >
  536. <Tool
  537. Name="VCCustomBuildTool"
  538. Description="Generating unittest_optimize_for.pb.{h,cc}..."
  539. CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_optimize_for.proto&#x0D;&#x0A;"
  540. Outputs="google\protobuf\unittest_optimize_for.pb.h;google\protobuf\unittest_optimize_for.pb.cc"
  541. />
  542. </FileConfiguration>
  543. <FileConfiguration
  544. Name="Release|Win32"
  545. >
  546. <Tool
  547. Name="VCCustomBuildTool"
  548. Description="Generating unittest_optimize_for.pb.{h,cc}..."
  549. CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_optimize_for.proto&#x0D;&#x0A;"
  550. Outputs="google\protobuf\unittest_optimize_for.pb.h;google\protobuf\unittest_optimize_for.pb.cc"
  551. />
  552. </FileConfiguration>
  553. </File>
  554. <File
  555. RelativePath="..\src\google\protobuf\unittest_embed_optimize_for.proto"
  556. >
  557. <FileConfiguration
  558. Name="Debug|Win32"
  559. >
  560. <Tool
  561. Name="VCCustomBuildTool"
  562. Description="Generating unittest_embed_optimize_for.pb.{h,cc}..."
  563. CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_embed_optimize_for.proto&#x0D;&#x0A;"
  564. Outputs="google\protobuf\unittest_embed_optimize_for.pb.h;google\protobuf\unittest_embed_optimize_for.pb.cc"
  565. />
  566. </FileConfiguration>
  567. <FileConfiguration
  568. Name="Release|Win32"
  569. >
  570. <Tool
  571. Name="VCCustomBuildTool"
  572. Description="Generating unittest_embed_optimize_for.pb.{h,cc}..."
  573. CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_embed_optimize_for.proto&#x0D;&#x0A;"
  574. Outputs="google\protobuf\unittest_embed_optimize_for.pb.h;google\protobuf\unittest_embed_optimize_for.pb.cc"
  575. />
  576. </FileConfiguration>
  577. </File>
  578. <File
  579. RelativePath="..\src\google\protobuf\unittest_custom_options.proto"
  580. >
  581. <FileConfiguration
  582. Name="Debug|Win32"
  583. >
  584. <Tool
  585. Name="VCCustomBuildTool"
  586. Description="Generating unittest_custom_options.pb.{h,cc}..."
  587. CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_custom_options.proto&#x0D;&#x0A;"
  588. Outputs="google\protobuf\unittest_custom_options.pb.h;google\protobuf\unittest_custom_options.pb.cc"
  589. />
  590. </FileConfiguration>
  591. <FileConfiguration
  592. Name="Release|Win32"
  593. >
  594. <Tool
  595. Name="VCCustomBuildTool"
  596. Description="Generating unittest_custom_options.pb.{h,cc}..."
  597. CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_custom_options.proto&#x0D;&#x0A;"
  598. Outputs="google\protobuf\unittest_custom_options.pb.h;google\protobuf\unittest_custom_options.pb.cc"
  599. />
  600. </FileConfiguration>
  601. </File>
  602. </Files>
  603. <Globals>
  604. </Globals>
  605. </VisualStudioProject>