JSON_vs90.vcproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. Name="JSON"
  4. Version="9.00"
  5. ProjectType="Visual C++"
  6. ProjectGUID="{0E7FE914-0690-3EB4-9119-93A97CC97741}"
  7. RootNamespace="JSON"
  8. Keyword="Win32Proj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <ToolFiles/>
  14. <Configurations>
  15. <Configuration
  16. Name="debug_shared|Win32"
  17. OutputDirectory="obj\$(ConfigurationName)"
  18. IntermediateDirectory="obj\$(ConfigurationName)"
  19. ConfigurationType="2"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCPreBuildEventTool"/>
  23. <Tool
  24. Name="VCCustomBuildTool"/>
  25. <Tool
  26. Name="VCXMLDataGeneratorTool"/>
  27. <Tool
  28. Name="VCWebServiceProxyGeneratorTool"/>
  29. <Tool
  30. Name="VCMIDLTool"/>
  31. <Tool
  32. Name="VCCLCompilerTool"
  33. Optimization="0"
  34. AdditionalIncludeDirectories=".\include;..\Foundation\include"
  35. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JSON_EXPORTS;_CRT_SECURE_NO_WARNINGS"
  36. StringPooling="true"
  37. MinimalRebuild="true"
  38. BasicRuntimeChecks="3"
  39. RuntimeLibrary="3"
  40. BufferSecurityCheck="true"
  41. TreatWChar_tAsBuiltInType="true"
  42. ForceConformanceInForLoopScope="true"
  43. RuntimeTypeInfo="true"
  44. UsePrecompiledHeader="0"
  45. WarningLevel="3"
  46. Detect64BitPortabilityProblems="false"
  47. DebugInformationFormat="3"
  48. CompileAs="0"
  49. DisableSpecificWarnings=""
  50. AdditionalOptions=""/>
  51. <Tool
  52. Name="VCManagedResourceCompilerTool"/>
  53. <Tool
  54. Name="VCResourceCompilerTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCLinkerTool"
  59. AdditionalDependencies=""
  60. OutputFile="..\bin\PocoJSONd.dll"
  61. LinkIncremental="2"
  62. SuppressStartupBanner="true"
  63. GenerateDebugInformation="true"
  64. ProgramDatabaseFile="..\bin\PocoJSONd.pdb"
  65. AdditionalLibraryDirectories="..\lib"
  66. SubSystem="1"
  67. ImportLibrary="..\lib\PocoJSONd.lib"
  68. TargetMachine="1"
  69. AdditionalOptions=""/>
  70. <Tool
  71. Name="VCALinkTool"/>
  72. <Tool
  73. Name="VCManifestTool"/>
  74. <Tool
  75. Name="VCXDCMakeTool"/>
  76. <Tool
  77. Name="VCBscMakeTool"/>
  78. <Tool
  79. Name="VCFxCopTool"/>
  80. <Tool
  81. Name="VCAppVerifierTool"/>
  82. <Tool
  83. Name="VCPostBuildEventTool"/>
  84. </Configuration>
  85. <Configuration
  86. Name="release_shared|Win32"
  87. OutputDirectory="obj\$(ConfigurationName)"
  88. IntermediateDirectory="obj\$(ConfigurationName)"
  89. ConfigurationType="2"
  90. CharacterSet="2">
  91. <Tool
  92. Name="VCPreBuildEventTool"/>
  93. <Tool
  94. Name="VCCustomBuildTool"/>
  95. <Tool
  96. Name="VCXMLDataGeneratorTool"/>
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"/>
  99. <Tool
  100. Name="VCMIDLTool"/>
  101. <Tool
  102. Name="VCCLCompilerTool"
  103. Optimization="4"
  104. InlineFunctionExpansion="1"
  105. EnableIntrinsicFunctions="true"
  106. FavorSizeOrSpeed="1"
  107. OmitFramePointers="true"
  108. AdditionalIncludeDirectories=".\include;..\Foundation\include"
  109. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JSON_EXPORTS;_CRT_SECURE_NO_WARNINGS"
  110. StringPooling="true"
  111. RuntimeLibrary="2"
  112. BufferSecurityCheck="false"
  113. TreatWChar_tAsBuiltInType="true"
  114. ForceConformanceInForLoopScope="true"
  115. RuntimeTypeInfo="true"
  116. UsePrecompiledHeader="0"
  117. WarningLevel="3"
  118. Detect64BitPortabilityProblems="false"
  119. DebugInformationFormat="0"
  120. CompileAs="0"
  121. DisableSpecificWarnings=""
  122. AdditionalOptions=""/>
  123. <Tool
  124. Name="VCManagedResourceCompilerTool"/>
  125. <Tool
  126. Name="VCResourceCompilerTool"/>
  127. <Tool
  128. Name="VCPreLinkEventTool"/>
  129. <Tool
  130. Name="VCLinkerTool"
  131. AdditionalDependencies=""
  132. OutputFile="..\bin\PocoJSON.dll"
  133. LinkIncremental="1"
  134. SuppressStartupBanner="true"
  135. GenerateDebugInformation="false"
  136. AdditionalLibraryDirectories="..\lib"
  137. SubSystem="1"
  138. OptimizeReferences="2"
  139. EnableCOMDATFolding="2"
  140. ImportLibrary="..\lib\PocoJSON.lib"
  141. TargetMachine="1"
  142. AdditionalOptions=""/>
  143. <Tool
  144. Name="VCALinkTool"/>
  145. <Tool
  146. Name="VCManifestTool"/>
  147. <Tool
  148. Name="VCXDCMakeTool"/>
  149. <Tool
  150. Name="VCBscMakeTool"/>
  151. <Tool
  152. Name="VCFxCopTool"/>
  153. <Tool
  154. Name="VCAppVerifierTool"/>
  155. <Tool
  156. Name="VCPostBuildEventTool"/>
  157. </Configuration>
  158. <Configuration
  159. Name="debug_static_mt|Win32"
  160. OutputDirectory="obj\$(ConfigurationName)"
  161. IntermediateDirectory="obj\$(ConfigurationName)"
  162. ConfigurationType="4"
  163. CharacterSet="2">
  164. <Tool
  165. Name="VCPreBuildEventTool"/>
  166. <Tool
  167. Name="VCCustomBuildTool"/>
  168. <Tool
  169. Name="VCXMLDataGeneratorTool"/>
  170. <Tool
  171. Name="VCWebServiceProxyGeneratorTool"/>
  172. <Tool
  173. Name="VCMIDLTool"/>
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. Optimization="0"
  177. AdditionalIncludeDirectories=".\include;..\Foundation\include"
  178. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;"
  179. StringPooling="true"
  180. MinimalRebuild="true"
  181. BasicRuntimeChecks="3"
  182. RuntimeLibrary="1"
  183. BufferSecurityCheck="true"
  184. TreatWChar_tAsBuiltInType="true"
  185. ForceConformanceInForLoopScope="true"
  186. RuntimeTypeInfo="true"
  187. UsePrecompiledHeader="0"
  188. ProgramDataBaseFileName="..\lib\PocoJSONmtd.pdb"
  189. WarningLevel="3"
  190. Detect64BitPortabilityProblems="false"
  191. DebugInformationFormat="3"
  192. CompileAs="0"
  193. DisableSpecificWarnings=""
  194. AdditionalOptions=""/>
  195. <Tool
  196. Name="VCManagedResourceCompilerTool"/>
  197. <Tool
  198. Name="VCResourceCompilerTool"/>
  199. <Tool
  200. Name="VCPreLinkEventTool"/>
  201. <Tool
  202. Name="VCLibrarianTool"
  203. OutputFile="..\lib\PocoJSONmtd.lib"/>
  204. <Tool
  205. Name="VCALinkTool"/>
  206. <Tool
  207. Name="VCXDCMakeTool"/>
  208. <Tool
  209. Name="VCBscMakeTool"/>
  210. <Tool
  211. Name="VCFxCopTool"/>
  212. <Tool
  213. Name="VCPostBuildEventTool"/>
  214. </Configuration>
  215. <Configuration
  216. Name="release_static_mt|Win32"
  217. OutputDirectory="obj\$(ConfigurationName)"
  218. IntermediateDirectory="obj\$(ConfigurationName)"
  219. ConfigurationType="4"
  220. CharacterSet="2">
  221. <Tool
  222. Name="VCPreBuildEventTool"/>
  223. <Tool
  224. Name="VCCustomBuildTool"/>
  225. <Tool
  226. Name="VCXMLDataGeneratorTool"/>
  227. <Tool
  228. Name="VCWebServiceProxyGeneratorTool"/>
  229. <Tool
  230. Name="VCMIDLTool"/>
  231. <Tool
  232. Name="VCCLCompilerTool"
  233. Optimization="4"
  234. InlineFunctionExpansion="1"
  235. EnableIntrinsicFunctions="true"
  236. FavorSizeOrSpeed="1"
  237. OmitFramePointers="true"
  238. AdditionalIncludeDirectories=".\include;..\Foundation\include"
  239. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;"
  240. StringPooling="true"
  241. RuntimeLibrary="0"
  242. BufferSecurityCheck="false"
  243. TreatWChar_tAsBuiltInType="true"
  244. ForceConformanceInForLoopScope="true"
  245. RuntimeTypeInfo="true"
  246. UsePrecompiledHeader="0"
  247. WarningLevel="3"
  248. Detect64BitPortabilityProblems="false"
  249. DebugInformationFormat="0"
  250. CompileAs="0"
  251. DisableSpecificWarnings=""
  252. AdditionalOptions=""/>
  253. <Tool
  254. Name="VCManagedResourceCompilerTool"/>
  255. <Tool
  256. Name="VCResourceCompilerTool"/>
  257. <Tool
  258. Name="VCPreLinkEventTool"/>
  259. <Tool
  260. Name="VCLibrarianTool"
  261. OutputFile="..\lib\PocoJSONmt.lib"/>
  262. <Tool
  263. Name="VCALinkTool"/>
  264. <Tool
  265. Name="VCXDCMakeTool"/>
  266. <Tool
  267. Name="VCBscMakeTool"/>
  268. <Tool
  269. Name="VCFxCopTool"/>
  270. <Tool
  271. Name="VCPostBuildEventTool"/>
  272. </Configuration>
  273. <Configuration
  274. Name="debug_static_md|Win32"
  275. OutputDirectory="obj\$(ConfigurationName)"
  276. IntermediateDirectory="obj\$(ConfigurationName)"
  277. ConfigurationType="4"
  278. CharacterSet="2">
  279. <Tool
  280. Name="VCPreBuildEventTool"/>
  281. <Tool
  282. Name="VCCustomBuildTool"/>
  283. <Tool
  284. Name="VCXMLDataGeneratorTool"/>
  285. <Tool
  286. Name="VCWebServiceProxyGeneratorTool"/>
  287. <Tool
  288. Name="VCMIDLTool"/>
  289. <Tool
  290. Name="VCCLCompilerTool"
  291. Optimization="0"
  292. AdditionalIncludeDirectories=".\include;..\Foundation\include"
  293. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;"
  294. StringPooling="true"
  295. MinimalRebuild="true"
  296. BasicRuntimeChecks="3"
  297. RuntimeLibrary="3"
  298. BufferSecurityCheck="true"
  299. TreatWChar_tAsBuiltInType="true"
  300. ForceConformanceInForLoopScope="true"
  301. RuntimeTypeInfo="true"
  302. UsePrecompiledHeader="0"
  303. ProgramDataBaseFileName="..\lib\PocoJSONmdd.pdb"
  304. WarningLevel="3"
  305. Detect64BitPortabilityProblems="false"
  306. DebugInformationFormat="3"
  307. CompileAs="0"
  308. DisableSpecificWarnings=""
  309. AdditionalOptions=""/>
  310. <Tool
  311. Name="VCManagedResourceCompilerTool"/>
  312. <Tool
  313. Name="VCResourceCompilerTool"/>
  314. <Tool
  315. Name="VCPreLinkEventTool"/>
  316. <Tool
  317. Name="VCLibrarianTool"
  318. OutputFile="..\lib\PocoJSONmdd.lib"/>
  319. <Tool
  320. Name="VCALinkTool"/>
  321. <Tool
  322. Name="VCXDCMakeTool"/>
  323. <Tool
  324. Name="VCBscMakeTool"/>
  325. <Tool
  326. Name="VCFxCopTool"/>
  327. <Tool
  328. Name="VCPostBuildEventTool"/>
  329. </Configuration>
  330. <Configuration
  331. Name="release_static_md|Win32"
  332. OutputDirectory="obj\$(ConfigurationName)"
  333. IntermediateDirectory="obj\$(ConfigurationName)"
  334. ConfigurationType="4"
  335. CharacterSet="2">
  336. <Tool
  337. Name="VCPreBuildEventTool"/>
  338. <Tool
  339. Name="VCCustomBuildTool"/>
  340. <Tool
  341. Name="VCXMLDataGeneratorTool"/>
  342. <Tool
  343. Name="VCWebServiceProxyGeneratorTool"/>
  344. <Tool
  345. Name="VCMIDLTool"/>
  346. <Tool
  347. Name="VCCLCompilerTool"
  348. Optimization="4"
  349. InlineFunctionExpansion="1"
  350. EnableIntrinsicFunctions="true"
  351. FavorSizeOrSpeed="1"
  352. OmitFramePointers="true"
  353. AdditionalIncludeDirectories=".\include;..\Foundation\include"
  354. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;"
  355. StringPooling="true"
  356. RuntimeLibrary="2"
  357. BufferSecurityCheck="false"
  358. TreatWChar_tAsBuiltInType="true"
  359. ForceConformanceInForLoopScope="true"
  360. RuntimeTypeInfo="true"
  361. UsePrecompiledHeader="0"
  362. WarningLevel="3"
  363. Detect64BitPortabilityProblems="false"
  364. DebugInformationFormat="0"
  365. CompileAs="0"
  366. DisableSpecificWarnings=""
  367. AdditionalOptions=""/>
  368. <Tool
  369. Name="VCManagedResourceCompilerTool"/>
  370. <Tool
  371. Name="VCResourceCompilerTool"/>
  372. <Tool
  373. Name="VCPreLinkEventTool"/>
  374. <Tool
  375. Name="VCLibrarianTool"
  376. OutputFile="..\lib\PocoJSONmd.lib"/>
  377. <Tool
  378. Name="VCALinkTool"/>
  379. <Tool
  380. Name="VCXDCMakeTool"/>
  381. <Tool
  382. Name="VCBscMakeTool"/>
  383. <Tool
  384. Name="VCFxCopTool"/>
  385. <Tool
  386. Name="VCPostBuildEventTool"/>
  387. </Configuration>
  388. </Configurations>
  389. <References/>
  390. <Files>
  391. <Filter
  392. Name="Source Files">
  393. <File
  394. RelativePath=".\src\Array.cpp"/>
  395. <File
  396. RelativePath=".\src\Handler.cpp"/>
  397. <File
  398. RelativePath=".\src\JSONException.cpp"/>
  399. <File
  400. RelativePath=".\src\Object.cpp"/>
  401. <File
  402. RelativePath=".\src\ParseHandler.cpp"/>
  403. <File
  404. RelativePath=".\src\Parser.cpp"/>
  405. <File
  406. RelativePath=".\src\ParserImpl.cpp"/>
  407. <File
  408. RelativePath=".\src\pd_json.c">
  409. <FileConfiguration
  410. Name="debug_shared|Win32">
  411. <Tool
  412. Name="VCCLCompilerTool"
  413. ForceConformanceInForLoopScope="true"
  414. CompileAs="2"/>
  415. </FileConfiguration>
  416. <FileConfiguration
  417. Name="release_shared|Win32">
  418. <Tool
  419. Name="VCCLCompilerTool"
  420. ForceConformanceInForLoopScope="true"
  421. CompileAs="2"/>
  422. </FileConfiguration>
  423. <FileConfiguration
  424. Name="debug_static_mt|Win32">
  425. <Tool
  426. Name="VCCLCompilerTool"
  427. ForceConformanceInForLoopScope="true"
  428. CompileAs="2"/>
  429. </FileConfiguration>
  430. <FileConfiguration
  431. Name="release_static_mt|Win32">
  432. <Tool
  433. Name="VCCLCompilerTool"
  434. ForceConformanceInForLoopScope="true"
  435. CompileAs="2"/>
  436. </FileConfiguration>
  437. <FileConfiguration
  438. Name="debug_static_md|Win32">
  439. <Tool
  440. Name="VCCLCompilerTool"
  441. ForceConformanceInForLoopScope="true"
  442. CompileAs="2"/>
  443. </FileConfiguration>
  444. <FileConfiguration
  445. Name="release_static_md|Win32">
  446. <Tool
  447. Name="VCCLCompilerTool"
  448. ForceConformanceInForLoopScope="true"
  449. CompileAs="2"/>
  450. </FileConfiguration>
  451. </File>
  452. <File
  453. RelativePath=".\src\PrintHandler.cpp"/>
  454. <File
  455. RelativePath=".\src\Query.cpp"/>
  456. <File
  457. RelativePath=".\src\Stringifier.cpp"/>
  458. <File
  459. RelativePath=".\src\Template.cpp"/>
  460. <File
  461. RelativePath=".\src\TemplateCache.cpp"/>
  462. </Filter>
  463. <Filter
  464. Name="Header Files">
  465. <File
  466. RelativePath=".\include\Poco\JSON\Array.h"/>
  467. <File
  468. RelativePath=".\include\Poco\JSON\Handler.h"/>
  469. <File
  470. RelativePath=".\include\Poco\JSON\JSON.h"/>
  471. <File
  472. RelativePath=".\include\Poco\JSON\JSONException.h"/>
  473. <File
  474. RelativePath=".\include\Poco\JSON\Object.h"/>
  475. <File
  476. RelativePath=".\include\Poco\JSON\ParseHandler.h"/>
  477. <File
  478. RelativePath=".\include\Poco\JSON\Parser.h"/>
  479. <File
  480. RelativePath=".\include\Poco\JSON\ParserImpl.h"/>
  481. <File
  482. RelativePath=".\include\pd_json.h"/>
  483. <File
  484. RelativePath=".\include\pd_json_private.h"/>
  485. <File
  486. RelativePath=".\include\Poco\JSON\PrintHandler.h"/>
  487. <File
  488. RelativePath=".\include\Poco\JSON\Query.h"/>
  489. <File
  490. RelativePath=".\include\Poco\JSON\Stringifier.h"/>
  491. <File
  492. RelativePath=".\include\Poco\JSON\Template.h"/>
  493. <File
  494. RelativePath=".\include\Poco\JSON\TemplateCache.h"/>
  495. </Filter>
  496. </Files>
  497. <Globals/>
  498. </VisualStudioProject>