You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

json-c.vcproj 4.2 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="json-c"
  6. ProjectGUID="{04D8CDBE-FB3E-4362-87E6-07DC3C0083B2}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="5"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLibrarianTool"
  34. OutputFile="$(OutDir)/jsonD.lib"/>
  35. <Tool
  36. Name="VCMIDLTool"/>
  37. <Tool
  38. Name="VCPostBuildEventTool"/>
  39. <Tool
  40. Name="VCPreBuildEventTool"
  41. CommandLine="copy config.h.win32 config.h
  42. copy json_config.h.win32 json_config.h"/>
  43. <Tool
  44. Name="VCPreLinkEventTool"/>
  45. <Tool
  46. Name="VCResourceCompilerTool"/>
  47. <Tool
  48. Name="VCWebServiceProxyGeneratorTool"/>
  49. <Tool
  50. Name="VCXMLDataGeneratorTool"/>
  51. <Tool
  52. Name="VCManagedWrapperGeneratorTool"/>
  53. <Tool
  54. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  55. </Configuration>
  56. <Configuration
  57. Name="Release|Win32"
  58. OutputDirectory="Release"
  59. IntermediateDirectory="Release"
  60. ConfigurationType="4"
  61. CharacterSet="2">
  62. <Tool
  63. Name="VCCLCompilerTool"
  64. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  65. RuntimeLibrary="4"
  66. UsePrecompiledHeader="0"
  67. WarningLevel="3"
  68. Detect64BitPortabilityProblems="TRUE"
  69. DebugInformationFormat="3"/>
  70. <Tool
  71. Name="VCCustomBuildTool"/>
  72. <Tool
  73. Name="VCLibrarianTool"
  74. OutputFile="$(OutDir)/json.lib"/>
  75. <Tool
  76. Name="VCMIDLTool"/>
  77. <Tool
  78. Name="VCPostBuildEventTool"/>
  79. <Tool
  80. Name="VCPreBuildEventTool"
  81. CommandLine="copy config.h.win32 config.h
  82. copy json_config.h.win32 json_config.h"/>
  83. <Tool
  84. Name="VCPreLinkEventTool"/>
  85. <Tool
  86. Name="VCResourceCompilerTool"/>
  87. <Tool
  88. Name="VCWebServiceProxyGeneratorTool"/>
  89. <Tool
  90. Name="VCXMLDataGeneratorTool"/>
  91. <Tool
  92. Name="VCManagedWrapperGeneratorTool"/>
  93. <Tool
  94. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  95. </Configuration>
  96. </Configurations>
  97. <References>
  98. </References>
  99. <Files>
  100. <Filter
  101. Name="Source Files"
  102. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  103. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  104. <File
  105. RelativePath=".\arraylist.c">
  106. </File>
  107. <File
  108. RelativePath=".\debug.c">
  109. </File>
  110. <File
  111. RelativePath=".\json_object.c">
  112. </File>
  113. <File
  114. RelativePath=".\json_tokener.c">
  115. </File>
  116. <File
  117. RelativePath=".\json_util.c">
  118. </File>
  119. <File
  120. RelativePath=".\linkhash.c">
  121. </File>
  122. <File
  123. RelativePath=".\printbuf.c">
  124. </File>
  125. </Filter>
  126. <Filter
  127. Name="Header Files"
  128. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  129. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  130. <File
  131. RelativePath=".\arraylist.h">
  132. </File>
  133. <File
  134. RelativePath=".\bits.h">
  135. </File>
  136. <File
  137. RelativePath=".\debug.h">
  138. </File>
  139. <File
  140. RelativePath=".\json_object.h">
  141. </File>
  142. <File
  143. RelativePath=".\json_object_private.h">
  144. </File>
  145. <File
  146. RelativePath=".\json_tokener.h">
  147. </File>
  148. <File
  149. RelativePath=".\json_util.h">
  150. </File>
  151. <File
  152. RelativePath=".\linkhash.h">
  153. </File>
  154. <File
  155. RelativePath=".\printbuf.h">
  156. </File>
  157. </Filter>
  158. <Filter
  159. Name="Resource Files"
  160. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  161. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  162. </Filter>
  163. <Filter
  164. Name="Documentation"
  165. Filter="">
  166. <File
  167. RelativePath=".\Doxyfile">
  168. </File>
  169. </Filter>
  170. <File
  171. RelativePath=".\config.h.win32">
  172. </File>
  173. <File
  174. RelativePath=".\json_config.h.win32">
  175. </File>
  176. <File
  177. RelativePath=".\README-WIN32.html">
  178. </File>
  179. <File
  180. RelativePath=".\README.html">
  181. </File>
  182. </Files>
  183. <Globals>
  184. </Globals>
  185. </VisualStudioProject>