UnitTest++.vsnet2005.vcproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="UnitTest++.vsnet2005"
  6. ProjectGUID="{64A4FEFE-0461-4E95-8CC1-91EF5F57DBC6}"
  7. RootNamespace="UnitTestvsnet2005"
  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="obj\$(ProjectName)\$(ConfigurationName)"
  22. ConfigurationType="4"
  23. CharacterSet="1"
  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. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
  44. MinimalRebuild="true"
  45. ExceptionHandling="2"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="4"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLibrarianTool"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCXDCMakeTool"
  70. />
  71. <Tool
  72. Name="VCBscMakeTool"
  73. />
  74. <Tool
  75. Name="VCFxCopTool"
  76. />
  77. <Tool
  78. Name="VCPostBuildEventTool"
  79. />
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  84. IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
  85. ConfigurationType="4"
  86. CharacterSet="1"
  87. WholeProgramOptimization="0"
  88. >
  89. <Tool
  90. Name="VCPreBuildEventTool"
  91. />
  92. <Tool
  93. Name="VCCustomBuildTool"
  94. />
  95. <Tool
  96. Name="VCXMLDataGeneratorTool"
  97. />
  98. <Tool
  99. Name="VCWebServiceProxyGeneratorTool"
  100. />
  101. <Tool
  102. Name="VCMIDLTool"
  103. />
  104. <Tool
  105. Name="VCCLCompilerTool"
  106. Optimization="1"
  107. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
  108. ExceptionHandling="2"
  109. RuntimeLibrary="2"
  110. UsePrecompiledHeader="0"
  111. WarningLevel="4"
  112. Detect64BitPortabilityProblems="true"
  113. DebugInformationFormat="3"
  114. />
  115. <Tool
  116. Name="VCManagedResourceCompilerTool"
  117. />
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCPreLinkEventTool"
  123. />
  124. <Tool
  125. Name="VCLibrarianTool"
  126. />
  127. <Tool
  128. Name="VCALinkTool"
  129. />
  130. <Tool
  131. Name="VCXDCMakeTool"
  132. />
  133. <Tool
  134. Name="VCBscMakeTool"
  135. />
  136. <Tool
  137. Name="VCFxCopTool"
  138. />
  139. <Tool
  140. Name="VCPostBuildEventTool"
  141. />
  142. </Configuration>
  143. </Configurations>
  144. <References>
  145. </References>
  146. <Files>
  147. <Filter
  148. Name="Win32"
  149. >
  150. <File
  151. RelativePath=".\src\Win32\TimeHelpers.cpp"
  152. >
  153. </File>
  154. <File
  155. RelativePath=".\src\Win32\TimeHelpers.h"
  156. >
  157. </File>
  158. </Filter>
  159. <File
  160. RelativePath=".\src\AssertException.cpp"
  161. >
  162. </File>
  163. <File
  164. RelativePath=".\src\AssertException.h"
  165. >
  166. </File>
  167. <File
  168. RelativePath=".\src\CheckMacros.h"
  169. >
  170. </File>
  171. <File
  172. RelativePath=".\src\Checks.cpp"
  173. >
  174. </File>
  175. <File
  176. RelativePath=".\src\Checks.h"
  177. >
  178. </File>
  179. <File
  180. RelativePath=".\src\Config.h"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\src\CurrentTest.cpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\src\CurrentTest.h"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\src\DeferredTestReporter.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\src\DeferredTestReporter.h"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\src\DeferredTestResult.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\src\DeferredTestResult.h"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\src\ExecuteTest.h"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\src\MemoryOutStream.cpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\src\MemoryOutStream.h"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\src\ReportAssert.cpp"
  221. >
  222. </File>
  223. <File
  224. RelativePath=".\src\ReportAssert.h"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".\src\Test.cpp"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\src\Test.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\src\TestDetails.cpp"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\src\TestDetails.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\src\TestList.cpp"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\src\TestList.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\src\TestMacros.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\src\TestReporter.cpp"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\src\TestReporter.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\src\TestReporterStdout.cpp"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\src\TestReporterStdout.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\src\TestResults.cpp"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\src\TestResults.h"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\src\TestRunner.cpp"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\src\TestRunner.h"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\src\TestSuite.h"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\src\TimeConstraint.cpp"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\src\TimeConstraint.h"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\src\TimeHelpers.h"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\src\UnitTest++.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\src\XmlTestReporter.cpp"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\src\XmlTestReporter.h"
  313. >
  314. </File>
  315. </Files>
  316. <Globals>
  317. </Globals>
  318. </VisualStudioProject>