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