mapcache.vcproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="mapcache"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E7E9646175AF}"
  7. RootNamespace="mapcache"
  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=".."
  21. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="2"
  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="..\src\common;..\src\zlib"
  44. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  45. GeneratePreprocessedFile="0"
  46. MinimalRebuild="true"
  47. ExceptionHandling="0"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. EnableFunctionLevelLinking="true"
  51. DefaultCharIsUnsigned="false"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. Detect64BitPortabilityProblems="false"
  55. DebugInformationFormat="4"
  56. CompileAs="1"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. AdditionalOptions="/FIXED:NO"
  70. AdditionalDependencies="libcmtd.lib oldnames.lib zdll.lib"
  71. OutputFile="$(OutDir)\mapcache.exe"
  72. LinkIncremental="2"
  73. AdditionalLibraryDirectories="..\lib"
  74. IgnoreAllDefaultLibraries="true"
  75. GenerateDebugInformation="true"
  76. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  77. SubSystem="1"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCWebDeploymentTool"
  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. Optimization="2"
  131. InlineFunctionExpansion="2"
  132. EnableIntrinsicFunctions="true"
  133. FavorSizeOrSpeed="1"
  134. OmitFramePointers="true"
  135. EnableFiberSafeOptimizations="true"
  136. WholeProgramOptimization="true"
  137. AdditionalIncludeDirectories="..\src\common;..\src\zlib"
  138. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  139. StringPooling="true"
  140. RuntimeLibrary="0"
  141. EnableFunctionLevelLinking="false"
  142. DefaultCharIsUnsigned="false"
  143. UsePrecompiledHeader="0"
  144. WarningLevel="3"
  145. Detect64BitPortabilityProblems="false"
  146. DebugInformationFormat="3"
  147. CompileAs="1"
  148. />
  149. <Tool
  150. Name="VCManagedResourceCompilerTool"
  151. />
  152. <Tool
  153. Name="VCResourceCompilerTool"
  154. />
  155. <Tool
  156. Name="VCPreLinkEventTool"
  157. />
  158. <Tool
  159. Name="VCLinkerTool"
  160. AdditionalDependencies="libcmt.lib oldnames.lib zdll.lib"
  161. OutputFile="$(OutDir)\mapcache.exe"
  162. LinkIncremental="1"
  163. AdditionalLibraryDirectories="..\lib"
  164. IgnoreAllDefaultLibraries="true"
  165. GenerateDebugInformation="true"
  166. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  167. SubSystem="1"
  168. OptimizeReferences="2"
  169. EnableCOMDATFolding="2"
  170. OptimizeForWindows98="1"
  171. LinkTimeCodeGeneration="1"
  172. TargetMachine="1"
  173. />
  174. <Tool
  175. Name="VCALinkTool"
  176. />
  177. <Tool
  178. Name="VCManifestTool"
  179. />
  180. <Tool
  181. Name="VCXDCMakeTool"
  182. />
  183. <Tool
  184. Name="VCBscMakeTool"
  185. />
  186. <Tool
  187. Name="VCFxCopTool"
  188. />
  189. <Tool
  190. Name="VCAppVerifierTool"
  191. />
  192. <Tool
  193. Name="VCWebDeploymentTool"
  194. />
  195. <Tool
  196. Name="VCPostBuildEventTool"
  197. />
  198. </Configuration>
  199. </Configurations>
  200. <References>
  201. </References>
  202. <Files>
  203. <Filter
  204. Name="mapcache"
  205. >
  206. <File
  207. RelativePath="..\src\tool\grfio.c"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\src\tool\grfio.h"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\src\tool\mapcache.c"
  216. >
  217. </File>
  218. </Filter>
  219. <Filter
  220. Name="zlib"
  221. >
  222. <File
  223. RelativePath="..\src\zlib\zconf.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\src\zlib\zlib.h"
  228. >
  229. </File>
  230. </Filter>
  231. </Files>
  232. <Globals>
  233. </Globals>
  234. </VisualStudioProject>