iksemel.vcproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="iksemel"
  6. ProjectGUID="{E727E8F6-935D-46FE-8B0E-37834748A0E3}"
  7. RootNamespace="iksemel"
  8. Keyword="Win32Proj"
  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="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="4"
  23. CharacterSet="1"
  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. AdditionalIncludeDirectories="..\..\iksemel\include;."
  44. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="0"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="3"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLibrarianTool"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCXDCMakeTool"
  70. />
  71. <Tool
  72. Name="VCBscMakeTool"
  73. />
  74. <Tool
  75. Name="VCFxCopTool"
  76. />
  77. <Tool
  78. Name="VCPostBuildEventTool"
  79. />
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory="$(ConfigurationName)"
  84. IntermediateDirectory="$(ConfigurationName)"
  85. ConfigurationType="4"
  86. CharacterSet="1"
  87. WholeProgramOptimization="1"
  88. >
  89. <Tool
  90. Name="VCPreBuildEventTool"
  91. />
  92. <Tool
  93. Name="VCCustomBuildTool"
  94. />
  95. <Tool
  96. Name="VCXMLDataGeneratorTool"
  97. />
  98. <Tool
  99. Name="VCWebServiceProxyGeneratorTool"
  100. />
  101. <Tool
  102. Name="VCMIDLTool"
  103. />
  104. <Tool
  105. Name="VCCLCompilerTool"
  106. AdditionalIncludeDirectories="..\..\iksemel\include;."
  107. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  108. RuntimeLibrary="2"
  109. UsePrecompiledHeader="0"
  110. WarningLevel="0"
  111. Detect64BitPortabilityProblems="true"
  112. DebugInformationFormat="3"
  113. />
  114. <Tool
  115. Name="VCManagedResourceCompilerTool"
  116. />
  117. <Tool
  118. Name="VCResourceCompilerTool"
  119. />
  120. <Tool
  121. Name="VCPreLinkEventTool"
  122. />
  123. <Tool
  124. Name="VCLibrarianTool"
  125. />
  126. <Tool
  127. Name="VCALinkTool"
  128. />
  129. <Tool
  130. Name="VCXDCMakeTool"
  131. />
  132. <Tool
  133. Name="VCBscMakeTool"
  134. />
  135. <Tool
  136. Name="VCFxCopTool"
  137. />
  138. <Tool
  139. Name="VCPostBuildEventTool"
  140. />
  141. </Configuration>
  142. </Configurations>
  143. <References>
  144. </References>
  145. <Files>
  146. <Filter
  147. Name="Source Files"
  148. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  149. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  150. >
  151. <File
  152. RelativePath="..\..\iksemel\src\base64.c"
  153. >
  154. </File>
  155. <File
  156. RelativePath="..\..\iksemel\src\dom.c"
  157. >
  158. </File>
  159. <File
  160. RelativePath="..\..\iksemel\src\filter.c"
  161. >
  162. </File>
  163. <File
  164. RelativePath="..\..\iksemel\src\iks.c"
  165. >
  166. </File>
  167. <File
  168. RelativePath="..\..\iksemel\src\ikstack.c"
  169. >
  170. </File>
  171. <File
  172. RelativePath="..\..\iksemel\src\io-posix.c"
  173. >
  174. </File>
  175. <File
  176. RelativePath="..\..\iksemel\src\jabber.c"
  177. >
  178. </File>
  179. <File
  180. RelativePath="..\..\iksemel\src\md5.c"
  181. >
  182. </File>
  183. <File
  184. RelativePath="..\..\iksemel\src\sax.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\..\iksemel\src\sha.c"
  189. >
  190. </File>
  191. <File
  192. RelativePath="..\..\iksemel\src\stream.c"
  193. >
  194. </File>
  195. <File
  196. RelativePath="..\..\iksemel\src\utility.c"
  197. >
  198. </File>
  199. </Filter>
  200. <Filter
  201. Name="Header Files"
  202. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  203. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  204. >
  205. <File
  206. RelativePath="..\..\iksemel\include\common.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\..\iksemel\include\config.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\..\iksemel\include\finetune.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\..\iksemel\include\iksemel.h"
  219. >
  220. </File>
  221. </Filter>
  222. <Filter
  223. Name="Resource Files"
  224. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  225. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  226. >
  227. </Filter>
  228. </Files>
  229. <Globals>
  230. </Globals>
  231. </VisualStudioProject>