JanssonStatic_vc9.vcproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="JanssonStatic"
  6. ProjectGUID="{9C7B9410-AEA3-4781-B74C-9C0C093F08DF}"
  7. RootNamespace="JanssonStatic"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(SolutionDir)Lib"
  25. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  26. ConfigurationType="4"
  27. CharacterSet="1"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="$(SolutionDir)DependentExtensions\jansson-2.4\src"
  48. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  49. MinimalRebuild="true"
  50. ExceptionHandling="0"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="1"
  53. BufferSecurityCheck="false"
  54. UsePrecompiledHeader="0"
  55. ProgramDataBaseFileName="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).pdb"
  56. WarningLevel="3"
  57. DebugInformationFormat="4"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLibrarianTool"
  70. OutputFile="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).lib"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCPostBuildEventTool"
  86. />
  87. </Configuration>
  88. <Configuration
  89. Name="Debug|x64"
  90. OutputDirectory="$(SolutionDir)Lib"
  91. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  92. ConfigurationType="4"
  93. CharacterSet="1"
  94. >
  95. <Tool
  96. Name="VCPreBuildEventTool"
  97. />
  98. <Tool
  99. Name="VCCustomBuildTool"
  100. />
  101. <Tool
  102. Name="VCXMLDataGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCWebServiceProxyGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCMIDLTool"
  109. TargetEnvironment="3"
  110. />
  111. <Tool
  112. Name="VCCLCompilerTool"
  113. Optimization="0"
  114. AdditionalIncludeDirectories="$(SolutionDir)DependentExtensions\jansson-2.4\src"
  115. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  116. MinimalRebuild="true"
  117. ExceptionHandling="0"
  118. BasicRuntimeChecks="3"
  119. RuntimeLibrary="1"
  120. BufferSecurityCheck="false"
  121. UsePrecompiledHeader="0"
  122. ProgramDataBaseFileName="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).pdb"
  123. WarningLevel="3"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLibrarianTool"
  137. OutputFile="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).lib"
  138. />
  139. <Tool
  140. Name="VCALinkTool"
  141. />
  142. <Tool
  143. Name="VCXDCMakeTool"
  144. />
  145. <Tool
  146. Name="VCBscMakeTool"
  147. />
  148. <Tool
  149. Name="VCFxCopTool"
  150. />
  151. <Tool
  152. Name="VCPostBuildEventTool"
  153. />
  154. </Configuration>
  155. <Configuration
  156. Name="Release|Win32"
  157. OutputDirectory="$(SolutionDir)Lib"
  158. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  159. ConfigurationType="4"
  160. CharacterSet="1"
  161. WholeProgramOptimization="1"
  162. >
  163. <Tool
  164. Name="VCPreBuildEventTool"
  165. />
  166. <Tool
  167. Name="VCCustomBuildTool"
  168. />
  169. <Tool
  170. Name="VCXMLDataGeneratorTool"
  171. />
  172. <Tool
  173. Name="VCWebServiceProxyGeneratorTool"
  174. />
  175. <Tool
  176. Name="VCMIDLTool"
  177. />
  178. <Tool
  179. Name="VCCLCompilerTool"
  180. Optimization="2"
  181. EnableIntrinsicFunctions="true"
  182. AdditionalIncludeDirectories="$(SolutionDir)DependentExtensions\jansson-2.4\src"
  183. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  184. ExceptionHandling="0"
  185. RuntimeLibrary="0"
  186. BufferSecurityCheck="false"
  187. EnableFunctionLevelLinking="true"
  188. UsePrecompiledHeader="0"
  189. ProgramDataBaseFileName="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).pdb"
  190. WarningLevel="3"
  191. DebugInformationFormat="3"
  192. />
  193. <Tool
  194. Name="VCManagedResourceCompilerTool"
  195. />
  196. <Tool
  197. Name="VCResourceCompilerTool"
  198. />
  199. <Tool
  200. Name="VCPreLinkEventTool"
  201. />
  202. <Tool
  203. Name="VCLibrarianTool"
  204. OutputFile="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).lib"
  205. />
  206. <Tool
  207. Name="VCALinkTool"
  208. />
  209. <Tool
  210. Name="VCXDCMakeTool"
  211. />
  212. <Tool
  213. Name="VCBscMakeTool"
  214. />
  215. <Tool
  216. Name="VCFxCopTool"
  217. />
  218. <Tool
  219. Name="VCPostBuildEventTool"
  220. />
  221. </Configuration>
  222. <Configuration
  223. Name="Release|x64"
  224. OutputDirectory="$(SolutionDir)Lib"
  225. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  226. ConfigurationType="4"
  227. CharacterSet="1"
  228. WholeProgramOptimization="1"
  229. >
  230. <Tool
  231. Name="VCPreBuildEventTool"
  232. />
  233. <Tool
  234. Name="VCCustomBuildTool"
  235. />
  236. <Tool
  237. Name="VCXMLDataGeneratorTool"
  238. />
  239. <Tool
  240. Name="VCWebServiceProxyGeneratorTool"
  241. />
  242. <Tool
  243. Name="VCMIDLTool"
  244. TargetEnvironment="3"
  245. />
  246. <Tool
  247. Name="VCCLCompilerTool"
  248. Optimization="2"
  249. EnableIntrinsicFunctions="true"
  250. AdditionalIncludeDirectories="$(SolutionDir)DependentExtensions\jansson-2.4\src"
  251. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  252. ExceptionHandling="0"
  253. RuntimeLibrary="0"
  254. BufferSecurityCheck="false"
  255. EnableFunctionLevelLinking="true"
  256. UsePrecompiledHeader="0"
  257. ProgramDataBaseFileName="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).pdb"
  258. WarningLevel="3"
  259. DebugInformationFormat="3"
  260. />
  261. <Tool
  262. Name="VCManagedResourceCompilerTool"
  263. />
  264. <Tool
  265. Name="VCResourceCompilerTool"
  266. />
  267. <Tool
  268. Name="VCPreLinkEventTool"
  269. />
  270. <Tool
  271. Name="VCLibrarianTool"
  272. OutputFile="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).lib"
  273. />
  274. <Tool
  275. Name="VCALinkTool"
  276. />
  277. <Tool
  278. Name="VCXDCMakeTool"
  279. />
  280. <Tool
  281. Name="VCBscMakeTool"
  282. />
  283. <Tool
  284. Name="VCFxCopTool"
  285. />
  286. <Tool
  287. Name="VCPostBuildEventTool"
  288. />
  289. </Configuration>
  290. </Configurations>
  291. <References>
  292. </References>
  293. <Files>
  294. <File
  295. RelativePath="..\..\DependentExtensions\jansson-2.4\src\dump.c"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\..\DependentExtensions\jansson-2.4\src\error.c"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\..\DependentExtensions\jansson-2.4\src\hashtable.c"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\..\DependentExtensions\jansson-2.4\src\load.c"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\..\DependentExtensions\jansson-2.4\src\memory.c"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\..\DependentExtensions\jansson-2.4\src\pack_unpack.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\..\DependentExtensions\jansson-2.4\src\strbuffer.c"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\..\DependentExtensions\jansson-2.4\src\strconv.c"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\..\DependentExtensions\jansson-2.4\src\utf.c"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\..\DependentExtensions\jansson-2.4\src\value.c"
  332. >
  333. </File>
  334. </Files>
  335. <Globals>
  336. </Globals>
  337. </VisualStudioProject>
粤ICP备19079148号