TestUnitTest++.vsnet2003.vcproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="TestUnitTest++.vsnet2003"
  6. ProjectGUID="{ACDF9A6A-874F-49E5-AB7C-74F8150BB4C7}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  16. IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="5"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="4"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="$(OutDir)/TestUnitTest++.vsnet2003.exe"
  35. LinkIncremental="2"
  36. GenerateDebugInformation="TRUE"
  37. ProgramDatabaseFile="$(OutDir)/TestUnitTest++.vsnet2003.pdb"
  38. SubSystem="1"
  39. TargetMachine="1"/>
  40. <Tool
  41. Name="VCMIDLTool"/>
  42. <Tool
  43. Name="VCPostBuildEventTool"
  44. CommandLine="&quot;$(TargetPath)&quot;"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCXMLDataGeneratorTool"/>
  55. <Tool
  56. Name="VCWebDeploymentTool"/>
  57. <Tool
  58. Name="VCManagedWrapperGeneratorTool"/>
  59. <Tool
  60. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61. </Configuration>
  62. <Configuration
  63. Name="Release|Win32"
  64. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  65. IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
  66. ConfigurationType="1"
  67. CharacterSet="2">
  68. <Tool
  69. Name="VCCLCompilerTool"
  70. Optimization="2"
  71. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  72. RuntimeLibrary="4"
  73. UsePrecompiledHeader="0"
  74. WarningLevel="4"
  75. Detect64BitPortabilityProblems="TRUE"
  76. DebugInformationFormat="3"/>
  77. <Tool
  78. Name="VCCustomBuildTool"/>
  79. <Tool
  80. Name="VCLinkerTool"
  81. OutputFile="$(OutDir)/TestUnitTest++.vsnet2003.exe"
  82. LinkIncremental="1"
  83. GenerateDebugInformation="TRUE"
  84. SubSystem="1"
  85. OptimizeReferences="2"
  86. EnableCOMDATFolding="2"
  87. TargetMachine="1"/>
  88. <Tool
  89. Name="VCMIDLTool"/>
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. CommandLine="&quot;$(TargetPath)&quot;"/>
  93. <Tool
  94. Name="VCPreBuildEventTool"/>
  95. <Tool
  96. Name="VCPreLinkEventTool"/>
  97. <Tool
  98. Name="VCResourceCompilerTool"/>
  99. <Tool
  100. Name="VCWebServiceProxyGeneratorTool"/>
  101. <Tool
  102. Name="VCXMLDataGeneratorTool"/>
  103. <Tool
  104. Name="VCWebDeploymentTool"/>
  105. <Tool
  106. Name="VCManagedWrapperGeneratorTool"/>
  107. <Tool
  108. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  109. </Configuration>
  110. </Configurations>
  111. <References>
  112. </References>
  113. <Files>
  114. <File
  115. RelativePath=".\src\tests\Main.cpp">
  116. </File>
  117. <File
  118. RelativePath=".\src\tests\RecordingReporter.h">
  119. </File>
  120. <File
  121. RelativePath=".\src\tests\ScopedCurrentTest.h">
  122. </File>
  123. <File
  124. RelativePath=".\src\tests\TestAssertHandler.cpp">
  125. </File>
  126. <File
  127. RelativePath=".\src\tests\TestCheckMacros.cpp">
  128. </File>
  129. <File
  130. RelativePath=".\src\tests\TestChecks.cpp">
  131. </File>
  132. <File
  133. RelativePath=".\src\tests\TestCurrentTest.cpp">
  134. </File>
  135. <File
  136. RelativePath=".\src\tests\TestDeferredTestReporter.cpp">
  137. </File>
  138. <File
  139. RelativePath=".\src\tests\TestMemoryOutStream.cpp">
  140. </File>
  141. <File
  142. RelativePath=".\src\tests\TestTest.cpp">
  143. </File>
  144. <File
  145. RelativePath=".\src\tests\TestTestList.cpp">
  146. </File>
  147. <File
  148. RelativePath=".\src\tests\TestTestMacros.cpp">
  149. </File>
  150. <File
  151. RelativePath=".\src\tests\TestTestResults.cpp">
  152. </File>
  153. <File
  154. RelativePath=".\src\tests\TestTestRunner.cpp">
  155. </File>
  156. <File
  157. RelativePath=".\src\tests\TestTestSuite.cpp">
  158. </File>
  159. <File
  160. RelativePath=".\src\tests\TestTimeConstraint.cpp">
  161. </File>
  162. <File
  163. RelativePath=".\src\tests\TestTimeConstraintMacro.cpp">
  164. </File>
  165. <File
  166. RelativePath=".\src\tests\TestUnitTest++.cpp">
  167. </File>
  168. <File
  169. RelativePath=".\src\tests\TestXmlTestReporter.cpp">
  170. </File>
  171. </Files>
  172. <Globals>
  173. </Globals>
  174. </VisualStudioProject>