libprotoc.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libprotoc"
  6. ProjectGUID="{B84FF31A-5F9A-46F8-AB22-DBFC9BECE3BE}"
  7. RootNamespace="libprotoc"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  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="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../src;."
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPROTOC_EXPORTS;"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. LinkIncremental="2"
  66. GenerateDebugInformation="true"
  67. SubSystem="2"
  68. RandomizedBaseAddress="1"
  69. DataExecutionPrevention="0"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="Release"
  97. IntermediateDirectory="Release"
  98. ConfigurationType="2"
  99. >
  100. <Tool
  101. Name="VCPreBuildEventTool"
  102. />
  103. <Tool
  104. Name="VCCustomBuildTool"
  105. />
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCMIDLTool"
  114. />
  115. <Tool
  116. Name="VCCLCompilerTool"
  117. AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
  118. AdditionalIncludeDirectories="../src;."
  119. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPROTOC_EXPORTS;"
  120. RuntimeLibrary="2"
  121. UsePrecompiledHeader="0"
  122. WarningLevel="3"
  123. Detect64BitPortabilityProblems="true"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. LinkIncremental="2"
  138. GenerateDebugInformation="true"
  139. SubSystem="2"
  140. OptimizeReferences="2"
  141. EnableCOMDATFolding="2"
  142. RandomizedBaseAddress="1"
  143. DataExecutionPrevention="0"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="Header Files"
  174. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  175. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  176. >
  177. <File
  178. RelativePath="..\src\google\protobuf\compiler\code_generator.h"
  179. >
  180. </File>
  181. <File
  182. RelativePath="..\src\google\protobuf\compiler\command_line_interface.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\src\google\protobuf\compiler\python\python_generator.h"
  187. >
  188. </File>
  189. <Filter
  190. Name="cpp"
  191. >
  192. <File
  193. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum_field.h"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_extension.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_field.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_file.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_generator.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_helpers.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message_field.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_primitive_field.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_service.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.h"
  238. >
  239. </File>
  240. </Filter>
  241. <Filter
  242. Name="java"
  243. >
  244. <File
  245. RelativePath="..\src\google\protobuf\compiler\java\java_enum.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\src\google\protobuf\compiler\java\java_enum_field.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\src\google\protobuf\compiler\java\java_extension.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath="..\src\google\protobuf\compiler\java\java_field.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath="..\src\google\protobuf\compiler\java\java_file.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\src\google\protobuf\compiler\java\java_generator.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath="..\src\google\protobuf\compiler\java\java_helpers.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\src\google\protobuf\compiler\java\java_message.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\src\google\protobuf\compiler\java\java_message_field.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\src\google\protobuf\compiler\java\java_primitive_field.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\src\google\protobuf\compiler\java\java_service.h"
  286. >
  287. </File>
  288. </Filter>
  289. <Filter
  290. Name="csharp"
  291. >
  292. <File
  293. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_enum.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_enum_field.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_extension.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_field.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_file.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_generator.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_helpers.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_message.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_message_field.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_primitive_field.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_service.h"
  334. >
  335. </File>
  336. </Filter>
  337. </Filter>
  338. <Filter
  339. Name="Resource Files"
  340. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  341. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  342. >
  343. </Filter>
  344. <Filter
  345. Name="Source Files"
  346. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  347. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  348. >
  349. <File
  350. RelativePath="..\src\google\protobuf\compiler\code_generator.cc"
  351. >
  352. </File>
  353. <File
  354. RelativePath="..\src\google\protobuf\compiler\command_line_interface.cc"
  355. >
  356. </File>
  357. <File
  358. RelativePath="..\src\google\protobuf\compiler\python\python_generator.cc"
  359. >
  360. </File>
  361. <Filter
  362. Name="csharp"
  363. >
  364. <File
  365. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_enum.cc"
  366. >
  367. </File>
  368. <File
  369. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_enum_field.cc"
  370. >
  371. </File>
  372. <File
  373. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_extension.cc"
  374. >
  375. </File>
  376. <File
  377. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_field.cc"
  378. >
  379. </File>
  380. <File
  381. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_file.cc"
  382. >
  383. </File>
  384. <File
  385. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_generator.cc"
  386. >
  387. </File>
  388. <File
  389. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_helpers.cc"
  390. >
  391. </File>
  392. <File
  393. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_message.cc"
  394. >
  395. </File>
  396. <File
  397. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_message_field.cc"
  398. >
  399. </File>
  400. <File
  401. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc"
  402. >
  403. </File>
  404. <File
  405. RelativePath="..\src\google\protobuf\compiler\csharp\csharp_service.cc"
  406. >
  407. </File>
  408. </Filter>
  409. <Filter
  410. Name="java"
  411. >
  412. <File
  413. RelativePath="..\src\google\protobuf\compiler\java\java_enum.cc"
  414. >
  415. </File>
  416. <File
  417. RelativePath="..\src\google\protobuf\compiler\java\java_enum_field.cc"
  418. >
  419. </File>
  420. <File
  421. RelativePath="..\src\google\protobuf\compiler\java\java_extension.cc"
  422. >
  423. </File>
  424. <File
  425. RelativePath="..\src\google\protobuf\compiler\java\java_field.cc"
  426. >
  427. </File>
  428. <File
  429. RelativePath="..\src\google\protobuf\compiler\java\java_file.cc"
  430. >
  431. </File>
  432. <File
  433. RelativePath="..\src\google\protobuf\compiler\java\java_generator.cc"
  434. >
  435. </File>
  436. <File
  437. RelativePath="..\src\google\protobuf\compiler\java\java_helpers.cc"
  438. >
  439. </File>
  440. <File
  441. RelativePath="..\src\google\protobuf\compiler\java\java_message.cc"
  442. >
  443. </File>
  444. <File
  445. RelativePath="..\src\google\protobuf\compiler\java\java_message_field.cc"
  446. >
  447. </File>
  448. <File
  449. RelativePath="..\src\google\protobuf\compiler\java\java_primitive_field.cc"
  450. >
  451. </File>
  452. <File
  453. RelativePath="..\src\google\protobuf\compiler\java\java_service.cc"
  454. >
  455. </File>
  456. </Filter>
  457. <Filter
  458. Name="cpp"
  459. >
  460. <File
  461. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum.cc"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum_field.cc"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_extension.cc"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_field.cc"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_file.cc"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_generator.cc"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_helpers.cc"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message.cc"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message_field.cc"
  494. >
  495. </File>
  496. <File
  497. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc"
  498. >
  499. </File>
  500. <File
  501. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_service.cc"
  502. >
  503. </File>
  504. <File
  505. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.cc"
  506. >
  507. </File>
  508. </Filter>
  509. </Filter>
  510. </Files>
  511. <Globals>
  512. </Globals>
  513. </VisualStudioProject>