mapxml.vcproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="mapxml"
  6. ProjectGUID="{B43DBA9D-6EE0-421C-83D9-9776064B66B4}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="2"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;;&quot;../../../libxml2-2.6/include&quot;;&quot;../../../gtk2-2.4/include/glib-2.0&quot;;&quot;../../../gtk2-2.4/lib/glib-2.0/include&quot;"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MAPXML_EXPORTS"
  24. StringPooling="TRUE"
  25. MinimalRebuild="TRUE"
  26. ExceptionHandling="FALSE"
  27. BasicRuntimeChecks="0"
  28. RuntimeLibrary="3"
  29. BufferSecurityCheck="FALSE"
  30. ForceConformanceInForLoopScope="TRUE"
  31. UsePrecompiledHeader="0"
  32. BrowseInformation="0"
  33. WarningLevel="3"
  34. Detect64BitPortabilityProblems="TRUE"
  35. DebugInformationFormat="3"
  36. DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalDependencies="libxml2.lib glib-2.0.lib"
  42. OutputFile="$(OutDir)/mapxml.dll"
  43. LinkIncremental="1"
  44. AdditionalLibraryDirectories="&quot;../../../libxml2-2.6/win32/lib&quot;;&quot;../../../gtk2-2.4/lib&quot;"
  45. IgnoreDefaultLibraryNames="msvcprtd.lib"
  46. ModuleDefinitionFile="$(ProjectName).def"
  47. GenerateDebugInformation="TRUE"
  48. ProgramDatabaseFile="$(OutDir)/mapxml.pdb"
  49. SubSystem="2"
  50. ImportLibrary="$(OutDir)/mapxml.lib"
  51. TargetMachine="1"/>
  52. <Tool
  53. Name="VCMIDLTool"/>
  54. <Tool
  55. Name="VCPostBuildEventTool"
  56. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\modules&quot;
  57. copy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(SolutionDir)install\modules&quot;"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCXMLDataGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. <Tool
  71. Name="VCManagedWrapperGeneratorTool"/>
  72. <Tool
  73. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  74. </Configuration>
  75. <Configuration
  76. Name="Release|Win32"
  77. OutputDirectory="Release"
  78. IntermediateDirectory="Release"
  79. ConfigurationType="2"
  80. CharacterSet="2"
  81. WholeProgramOptimization="TRUE">
  82. <Tool
  83. Name="VCCLCompilerTool"
  84. GlobalOptimizations="TRUE"
  85. InlineFunctionExpansion="2"
  86. EnableIntrinsicFunctions="TRUE"
  87. FavorSizeOrSpeed="1"
  88. OptimizeForWindowsApplication="FALSE"
  89. AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;;&quot;../../../libxml2-2.6/include&quot;;&quot;../../../gtk2-2.4/include/glib-2.0&quot;;&quot;../../../gtk2-2.4/lib/glib-2.0/include&quot;"
  90. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MAPXML_EXPORTS"
  91. StringPooling="TRUE"
  92. ExceptionHandling="FALSE"
  93. RuntimeLibrary="2"
  94. BufferSecurityCheck="FALSE"
  95. ForceConformanceInForLoopScope="TRUE"
  96. UsePrecompiledHeader="0"
  97. WarningLevel="4"
  98. Detect64BitPortabilityProblems="TRUE"
  99. DebugInformationFormat="3"
  100. DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
  101. <Tool
  102. Name="VCCustomBuildTool"/>
  103. <Tool
  104. Name="VCLinkerTool"
  105. AdditionalDependencies="libxml2.lib glib-2.0.lib"
  106. OutputFile="$(OutDir)/mapxml.dll"
  107. LinkIncremental="1"
  108. AdditionalLibraryDirectories="&quot;../../../libxml2-2.6/win32/lib&quot;;&quot;../../../gtk2-2.4/lib&quot;"
  109. IgnoreDefaultLibraryNames="msvcprt.lib"
  110. ModuleDefinitionFile="$(ProjectName).def"
  111. GenerateDebugInformation="TRUE"
  112. SubSystem="2"
  113. OptimizeReferences="2"
  114. EnableCOMDATFolding="2"
  115. ImportLibrary="$(OutDir)/mapxml.lib"
  116. TargetMachine="1"
  117. FixedBaseAddress="0"/>
  118. <Tool
  119. Name="VCMIDLTool"/>
  120. <Tool
  121. Name="VCPostBuildEventTool"
  122. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\modules&quot;
  123. copy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(SolutionDir)install\modules&quot;"/>
  124. <Tool
  125. Name="VCPreBuildEventTool"/>
  126. <Tool
  127. Name="VCPreLinkEventTool"/>
  128. <Tool
  129. Name="VCResourceCompilerTool"/>
  130. <Tool
  131. Name="VCWebServiceProxyGeneratorTool"/>
  132. <Tool
  133. Name="VCXMLDataGeneratorTool"/>
  134. <Tool
  135. Name="VCWebDeploymentTool"/>
  136. <Tool
  137. Name="VCManagedWrapperGeneratorTool"/>
  138. <Tool
  139. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  140. </Configuration>
  141. </Configurations>
  142. <References>
  143. </References>
  144. <Files>
  145. <Filter
  146. Name="src"
  147. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  148. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  149. <File
  150. RelativePath=".\plugin.cpp">
  151. </File>
  152. <File
  153. RelativePath=".\plugin.h">
  154. </File>
  155. <Filter
  156. Name="modules"
  157. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  158. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  159. <File
  160. RelativePath=".\xmlparse.cpp">
  161. </File>
  162. <File
  163. RelativePath=".\xmlparse.h">
  164. </File>
  165. <File
  166. RelativePath=".\xmlwrite.cpp">
  167. </File>
  168. <File
  169. RelativePath=".\xmlwrite.h">
  170. </File>
  171. </Filter>
  172. </Filter>
  173. <File
  174. RelativePath="..\..\debug.py">
  175. <FileConfiguration
  176. Name="Debug|Win32">
  177. <Tool
  178. Name="VCCustomBuildTool"
  179. CommandLine="python &quot;$(SolutionDir)debug.py&quot;"
  180. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
  181. Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
  182. </FileConfiguration>
  183. <FileConfiguration
  184. Name="Release|Win32">
  185. <Tool
  186. Name="VCCustomBuildTool"
  187. CommandLine="python &quot;$(SolutionDir)debug.py&quot;"
  188. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
  189. Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
  190. </FileConfiguration>
  191. </File>
  192. <File
  193. RelativePath=".\mapxml.def">
  194. <FileConfiguration
  195. Name="Debug|Win32">
  196. <Tool
  197. Name="VCCustomBuildTool"
  198. CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
  199. "
  200. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetFileName)&quot;"
  201. Outputs="&quot;$(TargetPath)&quot;"/>
  202. </FileConfiguration>
  203. <FileConfiguration
  204. Name="Release|Win32">
  205. <Tool
  206. Name="VCCustomBuildTool"
  207. CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
  208. "
  209. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetFileName)&quot;"
  210. Outputs="&quot;$(TargetPath)&quot;"/>
  211. </FileConfiguration>
  212. </File>
  213. </Files>
  214. <Globals>
  215. </Globals>
  216. </VisualStudioProject>