libjson.vcproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="statLibJson"
  6. ProjectGUID="{153A6FE5-40A9-4C31-B0C2-1C68D2E37BEA}"
  7. RootNamespace="statLibJson"
  8. TargetFrameworkVersion="196613"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="4"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. PreprocessorDefinitions="JSON_DEBUG"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. WarningLevel="3"
  48. DebugInformationFormat="4"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. />
  59. <Tool
  60. Name="VCLibrarianTool"
  61. />
  62. <Tool
  63. Name="VCALinkTool"
  64. />
  65. <Tool
  66. Name="VCXDCMakeTool"
  67. />
  68. <Tool
  69. Name="VCBscMakeTool"
  70. />
  71. <Tool
  72. Name="VCFxCopTool"
  73. />
  74. <Tool
  75. Name="VCPostBuildEventTool"
  76. />
  77. </Configuration>
  78. <Configuration
  79. Name="Release|Win32"
  80. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  81. IntermediateDirectory="$(ConfigurationName)"
  82. ConfigurationType="4"
  83. CharacterSet="2"
  84. WholeProgramOptimization="1"
  85. >
  86. <Tool
  87. Name="VCPreBuildEventTool"
  88. />
  89. <Tool
  90. Name="VCCustomBuildTool"
  91. />
  92. <Tool
  93. Name="VCXMLDataGeneratorTool"
  94. />
  95. <Tool
  96. Name="VCWebServiceProxyGeneratorTool"
  97. />
  98. <Tool
  99. Name="VCMIDLTool"
  100. />
  101. <Tool
  102. Name="VCCLCompilerTool"
  103. Optimization="2"
  104. EnableIntrinsicFunctions="true"
  105. PreprocessorDefinitions="NDEBUG"
  106. RuntimeLibrary="2"
  107. EnableFunctionLevelLinking="true"
  108. WarningLevel="3"
  109. DebugInformationFormat="3"
  110. />
  111. <Tool
  112. Name="VCManagedResourceCompilerTool"
  113. />
  114. <Tool
  115. Name="VCResourceCompilerTool"
  116. />
  117. <Tool
  118. Name="VCPreLinkEventTool"
  119. />
  120. <Tool
  121. Name="VCLibrarianTool"
  122. />
  123. <Tool
  124. Name="VCALinkTool"
  125. />
  126. <Tool
  127. Name="VCXDCMakeTool"
  128. />
  129. <Tool
  130. Name="VCBscMakeTool"
  131. />
  132. <Tool
  133. Name="VCFxCopTool"
  134. />
  135. <Tool
  136. Name="VCPostBuildEventTool"
  137. />
  138. </Configuration>
  139. <Configuration
  140. Name="small|Win32"
  141. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  142. IntermediateDirectory="$(ConfigurationName)"
  143. ConfigurationType="4"
  144. CharacterSet="2"
  145. WholeProgramOptimization="1"
  146. >
  147. <Tool
  148. Name="VCPreBuildEventTool"
  149. />
  150. <Tool
  151. Name="VCCustomBuildTool"
  152. />
  153. <Tool
  154. Name="VCXMLDataGeneratorTool"
  155. />
  156. <Tool
  157. Name="VCWebServiceProxyGeneratorTool"
  158. />
  159. <Tool
  160. Name="VCMIDLTool"
  161. />
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. AdditionalOptions="-ffast-math"
  165. Optimization="1"
  166. EnableIntrinsicFunctions="true"
  167. PreprocessorDefinitions="NDEBUG;DJSON_LESS_MEMORY"
  168. RuntimeLibrary="2"
  169. EnableFunctionLevelLinking="true"
  170. WarningLevel="3"
  171. DebugInformationFormat="3"
  172. />
  173. <Tool
  174. Name="VCManagedResourceCompilerTool"
  175. />
  176. <Tool
  177. Name="VCResourceCompilerTool"
  178. />
  179. <Tool
  180. Name="VCPreLinkEventTool"
  181. />
  182. <Tool
  183. Name="VCLibrarianTool"
  184. />
  185. <Tool
  186. Name="VCALinkTool"
  187. />
  188. <Tool
  189. Name="VCXDCMakeTool"
  190. />
  191. <Tool
  192. Name="VCBscMakeTool"
  193. />
  194. <Tool
  195. Name="VCFxCopTool"
  196. />
  197. <Tool
  198. Name="VCPostBuildEventTool"
  199. />
  200. </Configuration>
  201. </Configurations>
  202. <References>
  203. </References>
  204. <Files>
  205. <Filter
  206. Name="Source Files"
  207. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  208. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  209. >
  210. <File
  211. RelativePath=".\_internal\Source\JSONAllocator.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\_internal\Source\internalJSONNode.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\_internal\Source\JSONChildren.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\_internal\Source\JSONDebug.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\_internal\Source\JSONIterators.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\_internal\Source\JSONMemory.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\_internal\Source\JSONNode.cpp"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\_internal\Source\JSONNode_Mutex.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\_internal\Source\JSONPreparse.cpp"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\_internal\Source\JSONStream.cpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\_internal\Source\JSONValidator.cpp"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\_internal\Source\JSONWorker.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\_internal\Source\JSONWriter.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\_internal\Source\libjson.cpp"
  264. >
  265. </File>
  266. </Filter>
  267. <Filter
  268. Name="Header Files"
  269. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  270. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  271. >
  272. <File
  273. RelativePath=".\_internal\Source\JSONAllocator.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\_internal\Source\JSONMemoryPool.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\_internal\Dependencies\mempool++\mempool.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\_internal\Dependencies\libbase64++\libbase64.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\_internal\Source\internalJSONNode.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\_internal\Source\JSON_Base64.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\_internal\Source\JSONChildren.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\_internal\Source\JSONDebug.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\_internal\Source\JSONDefs.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\_internal\Source\JSONDefs\GNU_C.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\_internal\Source\JSONDefs\String_Defs.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\_internal\Source\JSONDefs\Unknown.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\_internal\Source\JSONDefs\Visual_C.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\_internal\Source\JSONGlobals.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\_internal\Source\JSONMemory.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\_internal\Source\JSONNode.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\_internal\Source\JSONPreparse.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\_internal\Source\JSONSharedString.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\_internal\Source\JSONSingleton.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\JSONOptions.h"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\_internal\Source\JSONStream.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\_internal\Source\JSONValidator.h"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\_internal\Source\JSONWorker.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\libjson.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\_internal\Source\NumberToString.h"
  370. >
  371. </File>
  372. </Filter>
  373. <Filter
  374. Name="Resource Files"
  375. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  376. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  377. >
  378. </Filter>
  379. </Files>
  380. <Globals>
  381. </Globals>
  382. </VisualStudioProject>