libprotoc.vcproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  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. Keyword="Win32Proj"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="2"
  23. >
  24. <Tool
  25. Name="VCPreBuildEventTool"
  26. />
  27. <Tool
  28. Name="VCCustomBuildTool"
  29. />
  30. <Tool
  31. Name="VCXMLDataGeneratorTool"
  32. />
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCCLCompilerTool"
  41. AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="../src;."
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPROTOC_EXPORTS;"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="2"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCPostBuildEventTool"
  89. />
  90. </Configuration>
  91. <Configuration
  92. Name="Release|Win32"
  93. OutputDirectory="Release"
  94. IntermediateDirectory="Release"
  95. ConfigurationType="2"
  96. >
  97. <Tool
  98. Name="VCPreBuildEventTool"
  99. />
  100. <Tool
  101. Name="VCCustomBuildTool"
  102. />
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCWebServiceProxyGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCMIDLTool"
  111. />
  112. <Tool
  113. Name="VCCLCompilerTool"
  114. AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
  115. AdditionalIncludeDirectories="../src;."
  116. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPROTOC_EXPORTS;"
  117. RuntimeLibrary="2"
  118. UsePrecompiledHeader="0"
  119. WarningLevel="3"
  120. Detect64BitPortabilityProblems="true"
  121. DebugInformationFormat="3"
  122. />
  123. <Tool
  124. Name="VCManagedResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCPreLinkEventTool"
  131. />
  132. <Tool
  133. Name="VCLinkerTool"
  134. LinkIncremental="2"
  135. GenerateDebugInformation="true"
  136. SubSystem="2"
  137. OptimizeReferences="2"
  138. EnableCOMDATFolding="2"
  139. TargetMachine="1"
  140. />
  141. <Tool
  142. Name="VCALinkTool"
  143. />
  144. <Tool
  145. Name="VCManifestTool"
  146. />
  147. <Tool
  148. Name="VCXDCMakeTool"
  149. />
  150. <Tool
  151. Name="VCBscMakeTool"
  152. />
  153. <Tool
  154. Name="VCFxCopTool"
  155. />
  156. <Tool
  157. Name="VCAppVerifierTool"
  158. />
  159. <Tool
  160. Name="VCPostBuildEventTool"
  161. />
  162. </Configuration>
  163. </Configurations>
  164. <References>
  165. </References>
  166. <Files>
  167. <Filter
  168. Name="Header Files"
  169. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  170. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  171. >
  172. <File
  173. RelativePath="..\src\google\protobuf\compiler\code_generator.h"
  174. >
  175. </File>
  176. <File
  177. RelativePath="..\src\google\protobuf\compiler\command_line_interface.h"
  178. >
  179. </File>
  180. <File
  181. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum.h"
  182. >
  183. </File>
  184. <File
  185. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum_field.h"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_extension.h"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_field.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_file.h"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_generator.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_helpers.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message_field.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_primitive_field.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_service.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\src\google\protobuf\compiler\java\java_enum.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\src\google\protobuf\compiler\java\java_enum_field.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\src\google\protobuf\compiler\java\java_extension.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\src\google\protobuf\compiler\java\java_field.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\src\google\protobuf\compiler\java\java_file.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\src\google\protobuf\compiler\java\java_generator.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\src\google\protobuf\compiler\java\java_helpers.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath="..\src\google\protobuf\compiler\java\java_message.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath="..\src\google\protobuf\compiler\java\java_message_field.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\src\google\protobuf\compiler\java\java_primitive_field.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath="..\src\google\protobuf\compiler\java\java_service.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\src\google\protobuf\compiler\python\python_generator.h"
  274. >
  275. </File>
  276. </Filter>
  277. <Filter
  278. Name="Resource Files"
  279. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  280. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  281. >
  282. </Filter>
  283. <Filter
  284. Name="Source Files"
  285. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  286. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  287. >
  288. <File
  289. RelativePath="..\src\google\protobuf\compiler\code_generator.cc"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\src\google\protobuf\compiler\command_line_interface.cc"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum.cc"
  298. >
  299. </File>
  300. <File
  301. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum_field.cc"
  302. >
  303. </File>
  304. <File
  305. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_extension.cc"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_field.cc"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_file.cc"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_generator.cc"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_helpers.cc"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message.cc"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message_field.cc"
  330. >
  331. </File>
  332. <File
  333. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc"
  334. >
  335. </File>
  336. <File
  337. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_service.cc"
  338. >
  339. </File>
  340. <File
  341. RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.cc"
  342. >
  343. </File>
  344. <File
  345. RelativePath="..\src\google\protobuf\compiler\java\java_enum.cc"
  346. >
  347. </File>
  348. <File
  349. RelativePath="..\src\google\protobuf\compiler\java\java_enum_field.cc"
  350. >
  351. </File>
  352. <File
  353. RelativePath="..\src\google\protobuf\compiler\java\java_extension.cc"
  354. >
  355. </File>
  356. <File
  357. RelativePath="..\src\google\protobuf\compiler\java\java_field.cc"
  358. >
  359. </File>
  360. <File
  361. RelativePath="..\src\google\protobuf\compiler\java\java_file.cc"
  362. >
  363. </File>
  364. <File
  365. RelativePath="..\src\google\protobuf\compiler\java\java_generator.cc"
  366. >
  367. </File>
  368. <File
  369. RelativePath="..\src\google\protobuf\compiler\java\java_helpers.cc"
  370. >
  371. </File>
  372. <File
  373. RelativePath="..\src\google\protobuf\compiler\java\java_message.cc"
  374. >
  375. </File>
  376. <File
  377. RelativePath="..\src\google\protobuf\compiler\java\java_message_field.cc"
  378. >
  379. </File>
  380. <File
  381. RelativePath="..\src\google\protobuf\compiler\java\java_primitive_field.cc"
  382. >
  383. </File>
  384. <File
  385. RelativePath="..\src\google\protobuf\compiler\java\java_service.cc"
  386. >
  387. </File>
  388. <File
  389. RelativePath="..\src\google\protobuf\compiler\python\python_generator.cc"
  390. >
  391. </File>
  392. </Filter>
  393. </Files>
  394. <Globals>
  395. </Globals>
  396. </VisualStudioProject>