JSON_CE_vs90.vcproj 13 KB

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