libprotobuf-lite.vcproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libprotobuf-lite"
  6. ProjectGUID="{49EA010D-706F-4BE2-A397-77854B72A040}"
  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="$(OutDir)\$(ProjectName)"
  22. ConfigurationType="4"
  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;LIBPROTOBUF_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="VCLibrarianTool"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCXDCMakeTool"
  70. />
  71. <Tool
  72. Name="VCBscMakeTool"
  73. />
  74. <Tool
  75. Name="VCFxCopTool"
  76. />
  77. <Tool
  78. Name="VCPostBuildEventTool"
  79. />
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory="Release"
  84. IntermediateDirectory="$(OutDir)\$(ProjectName)"
  85. ConfigurationType="4"
  86. >
  87. <Tool
  88. Name="VCPreBuildEventTool"
  89. />
  90. <Tool
  91. Name="VCCustomBuildTool"
  92. />
  93. <Tool
  94. Name="VCXMLDataGeneratorTool"
  95. />
  96. <Tool
  97. Name="VCWebServiceProxyGeneratorTool"
  98. />
  99. <Tool
  100. Name="VCMIDLTool"
  101. />
  102. <Tool
  103. Name="VCCLCompilerTool"
  104. AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
  105. AdditionalIncludeDirectories="../src;."
  106. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPROTOBUF_EXPORTS;"
  107. RuntimeLibrary="2"
  108. UsePrecompiledHeader="0"
  109. WarningLevel="3"
  110. Detect64BitPortabilityProblems="true"
  111. DebugInformationFormat="3"
  112. />
  113. <Tool
  114. Name="VCManagedResourceCompilerTool"
  115. />
  116. <Tool
  117. Name="VCResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCPreLinkEventTool"
  121. />
  122. <Tool
  123. Name="VCLibrarianTool"
  124. />
  125. <Tool
  126. Name="VCALinkTool"
  127. />
  128. <Tool
  129. Name="VCXDCMakeTool"
  130. />
  131. <Tool
  132. Name="VCBscMakeTool"
  133. />
  134. <Tool
  135. Name="VCFxCopTool"
  136. />
  137. <Tool
  138. Name="VCPostBuildEventTool"
  139. />
  140. </Configuration>
  141. </Configurations>
  142. <References>
  143. </References>
  144. <Files>
  145. <Filter
  146. Name="Header Files"
  147. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  148. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  149. >
  150. <File
  151. RelativePath="..\src\google\protobuf\io\coded_stream.h"
  152. >
  153. </File>
  154. <File
  155. RelativePath="..\src\google\protobuf\io\coded_stream_inl.h"
  156. >
  157. </File>
  158. <File
  159. RelativePath="..\src\google\protobuf\stubs\common.h"
  160. >
  161. </File>
  162. <File
  163. RelativePath=".\config.h"
  164. >
  165. </File>
  166. <File
  167. RelativePath=".\google\protobuf\stubs\pbconfig.h"
  168. >
  169. </File>
  170. <File
  171. RelativePath="..\src\google\protobuf\extension_set.h"
  172. >
  173. </File>
  174. <File
  175. RelativePath="..\src\google\protobuf\generated_message_util.h"
  176. >
  177. </File>
  178. <File
  179. RelativePath="..\src\google\protobuf\stubs\hash.h"
  180. >
  181. </File>
  182. <File
  183. RelativePath="..\src\google\protobuf\stubs\map-util.h"
  184. >
  185. </File>
  186. <File RelativePath="..\src\google\protobuf\generated_enum_util.h"></File>
  187. <File RelativePath="..\src\google\protobuf\map_entry_lite.h"></File>
  188. <File RelativePath="..\src\google\protobuf\map_field_lite.h"></File>
  189. <File
  190. RelativePath="..\src\google\protobuf\message_lite.h"
  191. >
  192. </File>
  193. <File
  194. RelativePath="..\src\google\protobuf\stubs\once.h"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\src\google\protobuf\stubs\atomicops.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.h"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\src\google\protobuf\stubs\platform_macros.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\src\google\protobuf\repeated_field.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\src\google\protobuf\stubs\stl_util.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\src\google\protobuf\wire_format_lite.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\src\google\protobuf\wire_format_lite_inl.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\src\google\protobuf\io\zero_copy_stream.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl_lite.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\src\google\protobuf\stubs\stringprintf.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\src\google\protobuf\stubs\template_util.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\src\google\protobuf\stubs\type_traits.h"
  243. >
  244. </File>
  245. </Filter>
  246. <Filter
  247. Name="Resource Files"
  248. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  249. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  250. >
  251. </Filter>
  252. <Filter
  253. Name="Source Files"
  254. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  255. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  256. >
  257. <File
  258. RelativePath="..\src\google\protobuf\stubs\atomicops_internals_x86_gcc.cc"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.cc"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\src\google\protobuf\stubs\common.cc"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\src\google\protobuf\stubs\once.cc"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\src\google\protobuf\stubs\stringprintf.cc"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\src\google\protobuf\arena.cc"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\src\google\protobuf\arenastring.cc"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\src\google\protobuf\extension_set.cc"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\src\google\protobuf\generated_message_util.cc"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\src\google\protobuf\message_lite.cc"
  295. >
  296. </File>
  297. <File
  298. RelativePath="..\src\google\protobuf\repeated_field.cc"
  299. >
  300. </File>
  301. <File
  302. RelativePath="..\src\google\protobuf\wire_format_lite.cc"
  303. >
  304. </File>
  305. <File
  306. RelativePath="..\src\google\protobuf\io\coded_stream.cc"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\src\google\protobuf\io\zero_copy_stream.cc"
  311. >
  312. </File>
  313. <File
  314. RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl_lite.cc"
  315. >
  316. </File>
  317. </Filter>
  318. </Files>
  319. <Globals>
  320. </Globals>
  321. </VisualStudioProject>