libglog_static.vcproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <?xml version="1.0" encoding="shift_jis"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libglog_static"
  6. ProjectGUID="{772C2111-BBBF-49E6-B912-198A7F7A88E5}"
  7. RootNamespace="libglog_static"
  8. TargetFrameworkVersion="196613"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="4"
  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\windows"
  44. PreprocessorDefinitions="GOOGLE_GLOG_DLL_DECL="
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. WarningLevel="3"
  49. DebugInformationFormat="4"
  50. />
  51. <Tool
  52. Name="VCManagedResourceCompilerTool"
  53. />
  54. <Tool
  55. Name="VCResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCPreLinkEventTool"
  59. />
  60. <Tool
  61. Name="VCLibrarianTool"
  62. />
  63. <Tool
  64. Name="VCALinkTool"
  65. />
  66. <Tool
  67. Name="VCXDCMakeTool"
  68. />
  69. <Tool
  70. Name="VCBscMakeTool"
  71. />
  72. <Tool
  73. Name="VCFxCopTool"
  74. />
  75. <Tool
  76. Name="VCPostBuildEventTool"
  77. />
  78. </Configuration>
  79. <Configuration
  80. Name="Release|Win32"
  81. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  82. IntermediateDirectory="$(ConfigurationName)"
  83. ConfigurationType="4"
  84. CharacterSet="2"
  85. WholeProgramOptimization="1"
  86. >
  87. <Tool
  88. Name="VCPreBuildEventTool"
  89. />
  90. <Tool
  91. Name="VCCustomBuildTool"
  92. />
  93. <Tool
  94. Name="VCXMLDataGeneratorTool"
  95. />
  96. <Tool
  97. Name="VCWebServiceProxyGeneratorTool"
  98. />
  99. <Tool
  100. Name="VCMIDLTool"
  101. />
  102. <Tool
  103. Name="VCCLCompilerTool"
  104. Optimization="2"
  105. EnableIntrinsicFunctions="true"
  106. AdditionalIncludeDirectories="..\..\src\windows"
  107. PreprocessorDefinitions="GOOGLE_GLOG_DLL_DECL="
  108. RuntimeLibrary="2"
  109. EnableFunctionLevelLinking="true"
  110. WarningLevel="3"
  111. DebugInformationFormat="3"
  112. />
  113. <Tool
  114. Name="VCManagedResourceCompilerTool"
  115. />
  116. <Tool
  117. Name="VCResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCPreLinkEventTool"
  121. />
  122. <Tool
  123. Name="VCLibrarianTool"
  124. />
  125. <Tool
  126. Name="VCALinkTool"
  127. />
  128. <Tool
  129. Name="VCXDCMakeTool"
  130. />
  131. <Tool
  132. Name="VCBscMakeTool"
  133. />
  134. <Tool
  135. Name="VCFxCopTool"
  136. />
  137. <Tool
  138. Name="VCPostBuildEventTool"
  139. />
  140. </Configuration>
  141. </Configurations>
  142. <References>
  143. </References>
  144. <Files>
  145. <Filter
  146. Name="Source Files"
  147. >
  148. <File
  149. RelativePath="..\..\src\logging.cc"
  150. >
  151. </File>
  152. <File
  153. RelativePath="..\..\src\windows\port.cc"
  154. >
  155. </File>
  156. <File
  157. RelativePath="..\..\src\raw_logging.cc"
  158. >
  159. </File>
  160. <File
  161. RelativePath="..\..\src\utilities.cc"
  162. >
  163. </File>
  164. <File
  165. RelativePath="..\..\src\vlog_is_on.cc"
  166. >
  167. </File>
  168. </Filter>
  169. <Filter
  170. Name="Header Files"
  171. >
  172. <File
  173. RelativePath="..\..\src\base\commandlineflags.h"
  174. >
  175. </File>
  176. <File
  177. RelativePath="..\..\src\windows\config.h"
  178. >
  179. </File>
  180. <File
  181. RelativePath="..\..\src\base\googleinit.h"
  182. >
  183. </File>
  184. <File
  185. RelativePath="..\..\src\windows\glog\log_severity.h"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\..\src\windows\glog\logging.h"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\..\src\base\mutex.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\..\src\windows\port.h"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\..\src\windows\glog\raw_logging.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\..\src\windows\glog\stl_logging.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\..\src\utilities.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\..\src\windows\glog\vlog_is_on.h"
  214. >
  215. </File>
  216. </Filter>
  217. </Files>
  218. <Globals>
  219. </Globals>
  220. </VisualStudioProject>