mapcache.vcproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="mapcache"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E7E9646175AF}"
  7. RootNamespace="mapcache"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory=".."
  22. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="1"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. AdditionalOptions="/MP"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\3rdparty\libconfig;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include"
  46. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;MINICORE;LIBCONFIG_STATIC;YY_USE_CONST"
  47. GeneratePreprocessedFile="0"
  48. ExceptionHandling="0"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="1"
  51. EnableFunctionLevelLinking="true"
  52. DefaultCharIsUnsigned="false"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. CompileAs="1"
  57. DisableSpecificWarnings="4996"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalOptions="/FIXED:NO"
  71. AdditionalDependencies="libcmtd.lib oldnames.lib zdll.lib"
  72. OutputFile="$(OutDir)\mapcache.exe"
  73. LinkIncremental="2"
  74. AdditionalLibraryDirectories="..\3rdparty\zlib\lib"
  75. IgnoreAllDefaultLibraries="true"
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  78. SubSystem="1"
  79. RandomizedBaseAddress="1"
  80. DataExecutionPrevention="0"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. />
  104. </Configuration>
  105. <Configuration
  106. Name="Release|Win32"
  107. OutputDirectory=".."
  108. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  109. ConfigurationType="1"
  110. CharacterSet="2"
  111. WholeProgramOptimization="1"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. AdditionalOptions="/MP"
  131. Optimization="2"
  132. InlineFunctionExpansion="2"
  133. EnableIntrinsicFunctions="true"
  134. FavorSizeOrSpeed="1"
  135. OmitFramePointers="true"
  136. EnableFiberSafeOptimizations="true"
  137. WholeProgramOptimization="true"
  138. AdditionalIncludeDirectories="..\3rdparty\libconfig;..\3rdparty\zlib\include;..\3rdparty\msinttypes\include"
  139. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;MINICORE;LIBCONFIG_STATIC;YY_USE_CONST"
  140. StringPooling="true"
  141. RuntimeLibrary="0"
  142. EnableFunctionLevelLinking="false"
  143. DefaultCharIsUnsigned="false"
  144. UsePrecompiledHeader="0"
  145. WarningLevel="3"
  146. DebugInformationFormat="3"
  147. CompileAs="1"
  148. DisableSpecificWarnings="4996"
  149. />
  150. <Tool
  151. Name="VCManagedResourceCompilerTool"
  152. />
  153. <Tool
  154. Name="VCResourceCompilerTool"
  155. />
  156. <Tool
  157. Name="VCPreLinkEventTool"
  158. />
  159. <Tool
  160. Name="VCLinkerTool"
  161. AdditionalDependencies="libcmt.lib oldnames.lib zdll.lib"
  162. OutputFile="$(OutDir)\mapcache.exe"
  163. LinkIncremental="1"
  164. AdditionalLibraryDirectories="..\3rdparty\zlib\lib"
  165. IgnoreAllDefaultLibraries="true"
  166. GenerateDebugInformation="true"
  167. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  168. SubSystem="1"
  169. OptimizeReferences="2"
  170. EnableCOMDATFolding="2"
  171. LinkTimeCodeGeneration="1"
  172. RandomizedBaseAddress="1"
  173. DataExecutionPrevention="0"
  174. TargetMachine="1"
  175. />
  176. <Tool
  177. Name="VCALinkTool"
  178. />
  179. <Tool
  180. Name="VCManifestTool"
  181. />
  182. <Tool
  183. Name="VCXDCMakeTool"
  184. />
  185. <Tool
  186. Name="VCBscMakeTool"
  187. />
  188. <Tool
  189. Name="VCFxCopTool"
  190. />
  191. <Tool
  192. Name="VCAppVerifierTool"
  193. />
  194. <Tool
  195. Name="VCPostBuildEventTool"
  196. />
  197. </Configuration>
  198. </Configurations>
  199. <References>
  200. </References>
  201. <Files>
  202. <Filter
  203. Name="common"
  204. >
  205. <File
  206. RelativePath="..\src\common\cbasetypes.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\src\common\core.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\src\common\des.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\src\common\des.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\src\common\des.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\src\common\grfio.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\src\common\grfio.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\src\common\malloc.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\src\common\malloc.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\src\common\mmo.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\src\common\showmsg.c"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\src\common\showmsg.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\src\common\strlib.c"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\src\common\strlib.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\src\common\utils.c"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\src\common\utils.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\src\common\winapi.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\src\common\cli.c"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\src\common\cli.h"
  279. >
  280. </File>
  281. </Filter>
  282. <Filter
  283. Name="mapcache"
  284. >
  285. <File
  286. RelativePath="..\src\tool\mapcache.c"
  287. >
  288. </File>
  289. <File
  290. RelativePath="..\src\config\core.h"
  291. >
  292. </File>
  293. </Filter>
  294. </Files>
  295. <Globals>
  296. </Globals>
  297. </VisualStudioProject>