libprotoc.vcproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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="$(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;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="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;LIBPROTOC_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 RelativePath="..\src\google\protobuf\compiler\code_generator.h"></File>
  151. <File RelativePath="..\src\google\protobuf\compiler\command_line_interface.h"></File>
  152. <File RelativePath="..\src\google\protobuf\compiler\subprocess.h"></File>
  153. <File RelativePath="..\src\google\protobuf\compiler\zip_writer.h"></File>
  154. <File RelativePath="..\src\google\protobuf\compiler\plugin.h"></File>
  155. <File RelativePath="..\src\google\protobuf\compiler\plugin.pb.h"></File>
  156. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum.h"></File>
  157. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum_field.h"></File>
  158. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_extension.h"></File>
  159. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_field.h"></File>
  160. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_file.h"></File>
  161. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_generator.h"></File>
  162. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_helpers.h"></File>
  163. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_map_field.h"></File>
  164. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message.h"></File>
  165. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message_field.h"></File>
  166. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_options.h"></File>
  167. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_primitive_field.h"></File>
  168. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_service.h"></File>
  169. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.h"></File>
  170. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_enum.h"></File>
  171. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_enum_field.h"></File>
  172. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_extension.h"></File>
  173. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_field_base.h"></File>
  174. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_generator.h"></File>
  175. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_helpers.h"></File>
  176. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_message.h"></File>
  177. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_message_field.h"></File>
  178. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_primitive_field.h"></File>
  179. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.h"></File>
  180. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.h"></File>
  181. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.h"></File>
  182. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_source_generator_base.h"></File>
  183. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_umbrella_class.h"></File>
  184. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_writer.h"></File>
  185. <File RelativePath="..\src\google\protobuf\compiler\java\java_context.h"></File>
  186. <File RelativePath="..\src\google\protobuf\compiler\java\java_enum.h"></File>
  187. <File RelativePath="..\src\google\protobuf\compiler\java\java_enum_field.h"></File>
  188. <File RelativePath="..\src\google\protobuf\compiler\java\java_enum_field_lite.h"></File>
  189. <File RelativePath="..\src\google\protobuf\compiler\java\java_extension.h"></File>
  190. <File RelativePath="..\src\google\protobuf\compiler\java\java_field.h"></File>
  191. <File RelativePath="..\src\google\protobuf\compiler\java\java_file.h"></File>
  192. <File RelativePath="..\src\google\protobuf\compiler\java\java_generator.h"></File>
  193. <File RelativePath="..\src\google\protobuf\compiler\java\java_generator_factory.h"></File>
  194. <File RelativePath="..\src\google\protobuf\compiler\java\java_helpers.h"></File>
  195. <File RelativePath="..\src\google\protobuf\compiler\java\java_lazy_message_field.h"></File>
  196. <File RelativePath="..\src\google\protobuf\compiler\java\java_lazy_message_field_lite.h"></File>
  197. <File RelativePath="..\src\google\protobuf\compiler\java\java_map_field.h"></File>
  198. <File RelativePath="..\src\google\protobuf\compiler\java\java_map_field_lite.h"></File>
  199. <File RelativePath="..\src\google\protobuf\compiler\java\java_message.h"></File>
  200. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_lite.h"></File>
  201. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_builder.h"></File>
  202. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_builder_lite.h"></File>
  203. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_field.h"></File>
  204. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_field_lite.h"></File>
  205. <File RelativePath="..\src\google\protobuf\compiler\java\java_name_resolver.h"></File>
  206. <File RelativePath="..\src\google\protobuf\compiler\java\java_primitive_field.h"></File>
  207. <File RelativePath="..\src\google\protobuf\compiler\java\java_primitive_field_lite.h"></File>
  208. <File RelativePath="..\src\google\protobuf\compiler\java\java_service.h"></File>
  209. <File RelativePath="..\src\google\protobuf\compiler\java\java_shared_code_generator.h"></File>
  210. <File RelativePath="..\src\google\protobuf\compiler\java\java_string_field.h"></File>
  211. <File RelativePath="..\src\google\protobuf\compiler\java\java_string_field_lite.h"></File>
  212. <File RelativePath="..\src\google\protobuf\compiler\java\java_doc_comment.h"></File>
  213. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_enum_field.h"></File>
  214. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_enum.h"></File>
  215. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_extension.h"></File>
  216. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_field.h"></File>
  217. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_file.h"></File>
  218. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_generator.h"></File>
  219. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_helpers.h"></File>
  220. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_map_field.h"></File>
  221. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_message_field.h"></File>
  222. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_message.h"></File>
  223. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_params.h"></File>
  224. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_primitive_field.h"></File>
  225. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_enum.h"></File>
  226. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_enum_field.h"></File>
  227. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_extension.h"></File>
  228. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_field.h"></File>
  229. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_file.h"></File>
  230. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_generator.h"></File>
  231. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_helpers.h"></File>
  232. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_map_field.h"></File>
  233. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_message.h"></File>
  234. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_message_field.h"></File>
  235. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_oneof.h"></File>
  236. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.h"></File>
  237. <File RelativePath="..\src\google\protobuf\compiler\python\python_generator.h"></File>
  238. <File RelativePath="..\src\google\protobuf\compiler\ruby\ruby_generator.h"></File>
  239. </Filter>
  240. <Filter
  241. Name="Resource Files"
  242. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  243. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  244. >
  245. </Filter>
  246. <Filter
  247. Name="Source Files"
  248. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  249. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  250. >
  251. <File RelativePath="..\src\google\protobuf\compiler\code_generator.cc"></File>
  252. <File RelativePath="..\src\google\protobuf\compiler\command_line_interface.cc"></File>
  253. <File RelativePath="..\src\google\protobuf\compiler\plugin.cc"></File>
  254. <File RelativePath="..\src\google\protobuf\compiler\plugin.pb.cc"></File>
  255. <File RelativePath="..\src\google\protobuf\compiler\subprocess.cc"></File>
  256. <File RelativePath="..\src\google\protobuf\compiler\zip_writer.cc"></File>
  257. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum.cc"></File>
  258. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum_field.cc"></File>
  259. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_extension.cc"></File>
  260. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_field.cc"></File>
  261. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_file.cc"></File>
  262. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_generator.cc"></File>
  263. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_helpers.cc"></File>
  264. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_map_field.cc"></File>
  265. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message.cc"></File>
  266. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_message_field.cc"></File>
  267. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc"></File>
  268. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_service.cc"></File>
  269. <File RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.cc"></File>
  270. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_enum.cc"></File>
  271. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_enum_field.cc"></File>
  272. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_extension.cc"></File>
  273. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_field_base.cc"></File>
  274. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_generator.cc"></File>
  275. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_helpers.cc"></File>
  276. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_message.cc"></File>
  277. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_message_field.cc"></File>
  278. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc"></File>
  279. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc"></File>
  280. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc"></File>
  281. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc"></File>
  282. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc"></File>
  283. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_umbrella_class.cc"></File>
  284. <File RelativePath="..\src\google\protobuf\compiler\csharp\csharp_writer.cc"></File>
  285. <File RelativePath="..\src\google\protobuf\compiler\java\java_context.cc"></File>
  286. <File RelativePath="..\src\google\protobuf\compiler\java\java_doc_comment.cc"></File>
  287. <File RelativePath="..\src\google\protobuf\compiler\java\java_enum.cc"></File>
  288. <File RelativePath="..\src\google\protobuf\compiler\java\java_enum_field.cc"></File>
  289. <File RelativePath="..\src\google\protobuf\compiler\java\java_enum_field_lite.cc"></File>
  290. <File RelativePath="..\src\google\protobuf\compiler\java\java_extension.cc"></File>
  291. <File RelativePath="..\src\google\protobuf\compiler\java\java_field.cc"></File>
  292. <File RelativePath="..\src\google\protobuf\compiler\java\java_file.cc"></File>
  293. <File RelativePath="..\src\google\protobuf\compiler\java\java_generator.cc"></File>
  294. <File RelativePath="..\src\google\protobuf\compiler\java\java_generator_factory.cc"></File>
  295. <File RelativePath="..\src\google\protobuf\compiler\java\java_helpers.cc"></File>
  296. <File RelativePath="..\src\google\protobuf\compiler\java\java_lazy_message_field.cc"></File>
  297. <File RelativePath="..\src\google\protobuf\compiler\java\java_lazy_message_field_lite.cc"></File>
  298. <File RelativePath="..\src\google\protobuf\compiler\java\java_map_field.cc"></File>
  299. <File RelativePath="..\src\google\protobuf\compiler\java\java_map_field_lite.cc"></File>
  300. <File RelativePath="..\src\google\protobuf\compiler\java\java_message.cc"></File>
  301. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_lite.cc"></File>
  302. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_builder.cc"></File>
  303. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_builder_lite.cc"></File>
  304. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_field.cc"></File>
  305. <File RelativePath="..\src\google\protobuf\compiler\java\java_message_field_lite.cc"></File>
  306. <File RelativePath="..\src\google\protobuf\compiler\java\java_name_resolver.cc"></File>
  307. <File RelativePath="..\src\google\protobuf\compiler\java\java_primitive_field.cc"></File>
  308. <File RelativePath="..\src\google\protobuf\compiler\java\java_primitive_field_lite.cc"></File>
  309. <File RelativePath="..\src\google\protobuf\compiler\java\java_service.cc"></File>
  310. <File RelativePath="..\src\google\protobuf\compiler\java\java_shared_code_generator.cc"></File>
  311. <File RelativePath="..\src\google\protobuf\compiler\java\java_string_field.cc"></File>
  312. <File RelativePath="..\src\google\protobuf\compiler\java\java_string_field_lite.cc"></File>
  313. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_enum.cc"></File>
  314. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_enum_field.cc"></File>
  315. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_extension.cc"></File>
  316. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_field.cc"></File>
  317. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_file.cc"></File>
  318. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_generator.cc"></File>
  319. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_helpers.cc"></File>
  320. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_map_field.cc"></File>
  321. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_message.cc"></File>
  322. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_message_field.cc"></File>
  323. <File RelativePath="..\src\google\protobuf\compiler\javanano\javanano_primitive_field.cc"></File>
  324. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_enum.cc"></File>
  325. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc"></File>
  326. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_extension.cc"></File>
  327. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_field.cc"></File>
  328. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_file.cc"></File>
  329. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_generator.cc"></File>
  330. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc"></File>
  331. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc"></File>
  332. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_message.cc"></File>
  333. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc"></File>
  334. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc"></File>
  335. <File RelativePath="..\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc"></File>
  336. <File RelativePath="..\src\google\protobuf\compiler\python\python_generator.cc"></File>
  337. <File RelativePath="..\src\google\protobuf\compiler\ruby\ruby_generator.cc"></File>
  338. </Filter>
  339. </Files>
  340. <Globals>
  341. </Globals>
  342. </VisualStudioProject>