xmltok.vcproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="xmltok"
  6. ProjectGUID="{B535402E-38D2-4D54-8360-423ACBD17192}"
  7. RootNamespace="xmltok"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory=".\Debug\xmltok"
  20. IntermediateDirectory=".\Debug\xmltok"
  21. ConfigurationType="4"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..,."
  46. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;XML_DTD;XML_NS;_LIB"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. PrecompiledHeaderFile=".\Debug\xmltok/xmltok.pch"
  51. AssemblerListingLocation=".\Debug\xmltok/"
  52. ObjectFile=".\Debug\xmltok/"
  53. ProgramDataBaseFileName=".\Debug\xmltok/"
  54. WarningLevel="3"
  55. SuppressStartupBanner="true"
  56. DebugInformationFormat="4"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="1033"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLibrarianTool"
  71. OutputFile="..\lib\xmltokD.lib"
  72. SuppressStartupBanner="true"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. SuppressStartupBanner="true"
  83. OutputFile=".\Debug\xmltok/xmltok.bsc"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Release|Win32"
  94. OutputDirectory=".\Release\xmltok"
  95. IntermediateDirectory=".\Release\xmltok"
  96. ConfigurationType="4"
  97. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  98. UseOfMFC="0"
  99. ATLMinimizesCRunTimeLibraryUsage="false"
  100. CharacterSet="2"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="2"
  120. InlineFunctionExpansion="1"
  121. AdditionalIncludeDirectories="..,."
  122. PreprocessorDefinitions="NDEBUG;XML_NS;WIN32;_WINDOWS;XML_DTD;_LIB"
  123. StringPooling="true"
  124. RuntimeLibrary="2"
  125. EnableFunctionLevelLinking="true"
  126. PrecompiledHeaderFile=".\Release\xmltok/xmltok.pch"
  127. AssemblerListingLocation=".\Release\xmltok/"
  128. ObjectFile=".\Release\xmltok/"
  129. ProgramDataBaseFileName=".\Release\xmltok/"
  130. WarningLevel="3"
  131. SuppressStartupBanner="true"
  132. />
  133. <Tool
  134. Name="VCManagedResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. PreprocessorDefinitions="NDEBUG"
  139. Culture="1033"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLibrarianTool"
  146. OutputFile="..\lib\xmltok.lib"
  147. SuppressStartupBanner="true"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. SuppressStartupBanner="true"
  158. OutputFile=".\Release\xmltok/xmltok.bsc"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCPostBuildEventTool"
  165. />
  166. </Configuration>
  167. </Configurations>
  168. <References>
  169. </References>
  170. <Files>
  171. <Filter
  172. Name="Source Files"
  173. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
  174. >
  175. <File
  176. RelativePath="..\lib\expat\xmltok\xmlrole.c"
  177. >
  178. <FileConfiguration
  179. Name="Debug|Win32"
  180. >
  181. <Tool
  182. Name="VCCLCompilerTool"
  183. AdditionalIncludeDirectories=""
  184. PreprocessorDefinitions=""
  185. />
  186. </FileConfiguration>
  187. <FileConfiguration
  188. Name="Release|Win32"
  189. >
  190. <Tool
  191. Name="VCCLCompilerTool"
  192. AdditionalIncludeDirectories=""
  193. PreprocessorDefinitions=""
  194. />
  195. </FileConfiguration>
  196. </File>
  197. <File
  198. RelativePath="..\lib\expat\xmltok\xmltok.c"
  199. >
  200. <FileConfiguration
  201. Name="Debug|Win32"
  202. >
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. AdditionalIncludeDirectories=""
  206. PreprocessorDefinitions=""
  207. />
  208. </FileConfiguration>
  209. <FileConfiguration
  210. Name="Release|Win32"
  211. >
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. AdditionalIncludeDirectories=""
  215. PreprocessorDefinitions=""
  216. />
  217. </FileConfiguration>
  218. </File>
  219. </Filter>
  220. <Filter
  221. Name="Header Files"
  222. Filter="h;hpp;hxx;hm;inl;fi;fd"
  223. >
  224. <File
  225. RelativePath="..\lib\expat\xmltok\asciitab.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\lib\expat\xmltok\iasciitab.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\lib\expat\xmltok\latin1tab.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\lib\expat\xmltok\nametab.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\lib\expat\xmltok\utf8tab.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\lib\expat\xmltok\xmldef.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\lib\expat\xmltok\xmlrole.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\lib\expat\xmltok\xmltok.h"
  254. >
  255. </File>
  256. </Filter>
  257. <Filter
  258. Name="Resource Files"
  259. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  260. >
  261. </Filter>
  262. </Files>
  263. <Globals>
  264. </Globals>
  265. </VisualStudioProject>