AutopatcherPostgreRepository_vc9.vcproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="AutopatcherPostgreSQLRepository"
  6. ProjectGUID="{0FD54BD0-C49C-4681-80CE-AA22B8995CA8}"
  7. RootNamespace="AutopatcherPostgreSQLRepository"
  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="$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="4"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="./../;&quot;./../../bzip2-1.0.6&quot;;./../../../Source;./../../PostgreSQLInterface;&quot;C:\Program Files (x86)\PostgreSQL\9.2\include&quot;"
  46. PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLibrarianTool"
  66. OutputFile="$(OutDir)/AutopatcherPostgreRepository.lib"
  67. />
  68. <Tool
  69. Name="VCALinkTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCPostBuildEventTool"
  82. />
  83. </Configuration>
  84. <Configuration
  85. Name="Release|Win32"
  86. OutputDirectory="$(ConfigurationName)"
  87. IntermediateDirectory="$(ConfigurationName)"
  88. ConfigurationType="4"
  89. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  90. CharacterSet="2"
  91. >
  92. <Tool
  93. Name="VCPreBuildEventTool"
  94. />
  95. <Tool
  96. Name="VCCustomBuildTool"
  97. />
  98. <Tool
  99. Name="VCXMLDataGeneratorTool"
  100. />
  101. <Tool
  102. Name="VCWebServiceProxyGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCMIDLTool"
  106. />
  107. <Tool
  108. Name="VCCLCompilerTool"
  109. AdditionalIncludeDirectories="./../;&quot;./../../bzip2-1.0.6&quot;;./../../../Source;./../../PostgreSQLInterface;&quot;C:\Program Files (x86)\PostgreSQL\9.2\include&quot;"
  110. PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB"
  111. RuntimeLibrary="0"
  112. UsePrecompiledHeader="0"
  113. WarningLevel="3"
  114. Detect64BitPortabilityProblems="true"
  115. DebugInformationFormat="3"
  116. />
  117. <Tool
  118. Name="VCManagedResourceCompilerTool"
  119. />
  120. <Tool
  121. Name="VCResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCPreLinkEventTool"
  125. />
  126. <Tool
  127. Name="VCLibrarianTool"
  128. OutputFile="$(OutDir)/AutopatcherPostgreRepository.lib"
  129. />
  130. <Tool
  131. Name="VCALinkTool"
  132. />
  133. <Tool
  134. Name="VCXDCMakeTool"
  135. />
  136. <Tool
  137. Name="VCBscMakeTool"
  138. />
  139. <Tool
  140. Name="VCFxCopTool"
  141. />
  142. <Tool
  143. Name="VCPostBuildEventTool"
  144. />
  145. </Configuration>
  146. </Configurations>
  147. <References>
  148. </References>
  149. <Files>
  150. <Filter
  151. Name="Source Files"
  152. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  153. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  154. >
  155. <File
  156. RelativePath="..\ApplyPatch.cpp"
  157. >
  158. </File>
  159. <File
  160. RelativePath=".\AutopatcherPostgreRepository.cpp"
  161. >
  162. </File>
  163. <File
  164. RelativePath="..\..\PostgreSQLInterface\PostgreSQLInterface.cpp"
  165. >
  166. </File>
  167. </Filter>
  168. <Filter
  169. Name="Header Files"
  170. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  171. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  172. >
  173. <File
  174. RelativePath="..\ApplyPatch.h"
  175. >
  176. </File>
  177. <File
  178. RelativePath=".\AutopatcherPostgreRepository.h"
  179. >
  180. </File>
  181. <File
  182. RelativePath="..\..\PostgreSQLInterface\PostgreSQLInterface.h"
  183. >
  184. </File>
  185. </Filter>
  186. <File
  187. RelativePath=".\readme.txt"
  188. >
  189. </File>
  190. </Files>
  191. <Globals>
  192. </Globals>
  193. </VisualStudioProject>
粤ICP备19079148号