gmock_test.vcproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="gmock_test"
  6. ProjectGUID="{F10D22F8-AC7B-4213-8720-608E7D878CD2}"
  7. RootNamespace="gmock_test"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(OutDir)\$(ProjectName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets=".\gmock_config.vsprops"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. AdditionalOptions="/bigobj"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\..\include;..\.."
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="3"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. SubSystem="1"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCWebDeploymentTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  99. IntermediateDirectory="$(OutDir)\$(ProjectName)"
  100. ConfigurationType="1"
  101. InheritedPropertySheets=".\gmock_config.vsprops"
  102. CharacterSet="1"
  103. WholeProgramOptimization="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. AdditionalOptions="/bigobj"
  123. AdditionalIncludeDirectories="..\..\include;..\.."
  124. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  125. RuntimeLibrary="0"
  126. UsePrecompiledHeader="0"
  127. WarningLevel="3"
  128. Detect64BitPortabilityProblems="true"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. LinkIncremental="1"
  143. GenerateDebugInformation="true"
  144. SubSystem="1"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCWebDeploymentTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. />
  173. </Configuration>
  174. </Configurations>
  175. <References>
  176. <ProjectReference
  177. ReferencedProjectIdentifier="{E4EF614B-30DF-4954-8C53-580A0BF6B589}"
  178. RelativePathToProject=".\gmock_main.vcproj"
  179. />
  180. </References>
  181. <Files>
  182. <Filter
  183. Name="Source Files"
  184. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  185. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  186. >
  187. <File
  188. RelativePath="..\..\test\gmock_all_test.cc"
  189. >
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="Header Files"
  194. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  195. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  196. >
  197. </Filter>
  198. </Files>
  199. <Globals>
  200. </Globals>
  201. </VisualStudioProject>