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.0 kB

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