mapcache.vcproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="mapcache"
  6. ProjectGUID="{BB5C63F0-57AD-42F0-83F8-8F9323BC089C}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".."
  16. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="..\3rdparty\zlib\include;..\3rdparty\msinttypes\include"
  23. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;MINICORE"
  24. MinimalRebuild="TRUE"
  25. ExceptionHandling="FALSE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. BufferSecurityCheck="TRUE"
  29. EnableFunctionLevelLinking="TRUE"
  30. DefaultCharIsUnsigned="FALSE"
  31. UsePrecompiledHeader="0"
  32. WarningLevel="3"
  33. Detect64BitPortabilityProblems="FALSE"
  34. DebugInformationFormat="4"
  35. CompileAs="1"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. AdditionalDependencies="msvcrtd.lib oldnames.lib zdll.lib"
  41. OutputFile="$(OutDir)\mapcache.exe"
  42. LinkIncremental="2"
  43. AdditionalLibraryDirectories="..\3rdparty\zlib\lib"
  44. IgnoreAllDefaultLibraries="TRUE"
  45. GenerateDebugInformation="TRUE"
  46. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  47. SubSystem="1"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"/>
  51. <Tool
  52. Name="VCPostBuildEventTool"/>
  53. <Tool
  54. Name="VCPreBuildEventTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCResourceCompilerTool"/>
  59. <Tool
  60. Name="VCWebServiceProxyGeneratorTool"/>
  61. <Tool
  62. Name="VCXMLDataGeneratorTool"/>
  63. <Tool
  64. Name="VCWebDeploymentTool"/>
  65. <Tool
  66. Name="VCManagedWrapperGeneratorTool"/>
  67. <Tool
  68. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  69. </Configuration>
  70. <Configuration
  71. Name="Release|Win32"
  72. OutputDirectory=".."
  73. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  74. ConfigurationType="1"
  75. CharacterSet="2"
  76. WholeProgramOptimization="TRUE">
  77. <Tool
  78. Name="VCCLCompilerTool"
  79. Optimization="2"
  80. GlobalOptimizations="TRUE"
  81. InlineFunctionExpansion="2"
  82. EnableIntrinsicFunctions="TRUE"
  83. ImproveFloatingPointConsistency="TRUE"
  84. FavorSizeOrSpeed="1"
  85. OmitFramePointers="TRUE"
  86. EnableFiberSafeOptimizations="TRUE"
  87. OptimizeForProcessor="2"
  88. OptimizeForWindowsApplication="TRUE"
  89. AdditionalIncludeDirectories="..\3rdparty\zlib\include;..\3rdparty\msinttypes\include"
  90. PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;MINICORE"
  91. StringPooling="TRUE"
  92. RuntimeLibrary="3"
  93. DefaultCharIsUnsigned="FALSE"
  94. UsePrecompiledHeader="0"
  95. WarningLevel="3"
  96. Detect64BitPortabilityProblems="FALSE"
  97. DebugInformationFormat="3"
  98. CompileAs="1"/>
  99. <Tool
  100. Name="VCCustomBuildTool"/>
  101. <Tool
  102. Name="VCLinkerTool"
  103. AdditionalDependencies="msvcrt.lib oldnames.lib zdll.lib"
  104. OutputFile="$(OutDir)\mapcache.exe"
  105. LinkIncremental="1"
  106. AdditionalLibraryDirectories="..\3rdparty\zlib\lib"
  107. IgnoreAllDefaultLibraries="TRUE"
  108. GenerateDebugInformation="TRUE"
  109. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  110. SubSystem="1"
  111. OptimizeReferences="2"
  112. EnableCOMDATFolding="2"
  113. OptimizeForWindows98="1"
  114. TargetMachine="1"/>
  115. <Tool
  116. Name="VCMIDLTool"/>
  117. <Tool
  118. Name="VCPostBuildEventTool"/>
  119. <Tool
  120. Name="VCPreBuildEventTool"/>
  121. <Tool
  122. Name="VCPreLinkEventTool"/>
  123. <Tool
  124. Name="VCResourceCompilerTool"/>
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"/>
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"/>
  129. <Tool
  130. Name="VCWebDeploymentTool"/>
  131. <Tool
  132. Name="VCManagedWrapperGeneratorTool"/>
  133. <Tool
  134. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  135. </Configuration>
  136. </Configurations>
  137. <References>
  138. </References>
  139. <Files>
  140. <Filter
  141. Name="common"
  142. Filter="">
  143. <File
  144. RelativePath="..\src\common\cbasetypes.h">
  145. </File>
  146. <File
  147. RelativePath="..\src\common\core.c">
  148. </File>
  149. <File
  150. RelativePath="..\src\common\core.h">
  151. </File>
  152. <File
  153. RelativePath="..\src\common\grfio.c">
  154. </File>
  155. <File
  156. RelativePath="..\src\common\grfio.h">
  157. </File>
  158. <File
  159. RelativePath="..\src\common\malloc.c">
  160. </File>
  161. <File
  162. RelativePath="..\src\common\malloc.h">
  163. </File>
  164. <File
  165. RelativePath="..\src\common\mmo.h">
  166. </File>
  167. <File
  168. RelativePath="..\src\common\showmsg.c">
  169. </File>
  170. <File
  171. RelativePath="..\src\common\showmsg.h">
  172. </File>
  173. <File
  174. RelativePath="..\src\common\strlib.c">
  175. </File>
  176. <File
  177. RelativePath="..\src\common\strlib.h">
  178. </File>
  179. <File
  180. RelativePath="..\src\common\utils.c">
  181. </File>
  182. <File
  183. RelativePath="..\src\common\utils.h">
  184. </File>
  185. <File
  186. RelativePath="..\src\common\version.h">
  187. </File>
  188. </Filter>
  189. <Filter
  190. Name="mapcache"
  191. Filter="">
  192. <File
  193. RelativePath="..\src\tool\mapcache.c">
  194. </File>
  195. </Filter>
  196. </Files>
  197. <Globals>
  198. </Globals>
  199. </VisualStudioProject>