testautomation_VS2008.vcproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="testautomation"
  6. ProjectGUID="{9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}"
  7. RootNamespace="testautomation"
  8. TargetFrameworkVersion="131072"
  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=".\Debug"
  21. IntermediateDirectory=".\Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  24. UseOfMFC="0"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".\Debug/testautomation.tlb"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. AdditionalIncludeDirectories="..\..\..\include"
  51. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="0"
  54. PrecompiledHeaderFile=".\Debug/testautomation.pch"
  55. WarningLevel="3"
  56. SuppressStartupBanner="true"
  57. DebugInformationFormat="4"
  58. CompileAs="0"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG"
  66. Culture="1033"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. AdditionalOptions="/MACHINE:I386"
  74. LinkIncremental="2"
  75. SuppressStartupBanner="true"
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile=".\Debug/testautomation.pdb"
  78. SubSystem="2"
  79. RandomizedBaseAddress="1"
  80. DataExecutionPrevention="0"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCPostBuildEventTool"
  102. Description="Copy SDL"
  103. CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
  104. />
  105. </Configuration>
  106. <Configuration
  107. Name="Release|Win32"
  108. OutputDirectory=".\Release"
  109. IntermediateDirectory=".\Release"
  110. ConfigurationType="1"
  111. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  112. UseOfMFC="0"
  113. ATLMinimizesCRunTimeLibraryUsage="false"
  114. >
  115. <Tool
  116. Name="VCPreBuildEventTool"
  117. />
  118. <Tool
  119. Name="VCCustomBuildTool"
  120. />
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCWebServiceProxyGeneratorTool"
  126. />
  127. <Tool
  128. Name="VCMIDLTool"
  129. PreprocessorDefinitions="NDEBUG"
  130. MkTypLibCompatible="true"
  131. SuppressStartupBanner="true"
  132. TargetEnvironment="1"
  133. TypeLibraryName=".\Release/testautomation.tlb"
  134. />
  135. <Tool
  136. Name="VCCLCompilerTool"
  137. InlineFunctionExpansion="1"
  138. AdditionalIncludeDirectories="..\..\..\include"
  139. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  140. StringPooling="true"
  141. RuntimeLibrary="2"
  142. EnableFunctionLevelLinking="true"
  143. UsePrecompiledHeader="0"
  144. PrecompiledHeaderFile=".\Release/testautomation.pch"
  145. WarningLevel="3"
  146. SuppressStartupBanner="true"
  147. CompileAs="0"
  148. />
  149. <Tool
  150. Name="VCManagedResourceCompilerTool"
  151. />
  152. <Tool
  153. Name="VCResourceCompilerTool"
  154. PreprocessorDefinitions="NDEBUG"
  155. Culture="1033"
  156. />
  157. <Tool
  158. Name="VCPreLinkEventTool"
  159. />
  160. <Tool
  161. Name="VCLinkerTool"
  162. AdditionalOptions="/MACHINE:I386"
  163. LinkIncremental="1"
  164. SuppressStartupBanner="true"
  165. ProgramDatabaseFile=".\Release/testautomation.pdb"
  166. SubSystem="2"
  167. RandomizedBaseAddress="1"
  168. DataExecutionPrevention="0"
  169. />
  170. <Tool
  171. Name="VCALinkTool"
  172. />
  173. <Tool
  174. Name="VCManifestTool"
  175. />
  176. <Tool
  177. Name="VCXDCMakeTool"
  178. />
  179. <Tool
  180. Name="VCBscMakeTool"
  181. />
  182. <Tool
  183. Name="VCFxCopTool"
  184. />
  185. <Tool
  186. Name="VCAppVerifierTool"
  187. />
  188. <Tool
  189. Name="VCPostBuildEventTool"
  190. Description="Copy SDL"
  191. CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
  192. />
  193. </Configuration>
  194. </Configurations>
  195. <References>
  196. </References>
  197. <Files>
  198. <File
  199. RelativePath="..\..\..\Test\testautomation.c"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\..\..\test\testautomation_audio.c"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\..\..\test\testautomation_clipboard.c"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\..\..\test\testautomation_events.c"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\..\..\test\testautomation_keyboard.c"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\..\..\test\testautomation_main.c"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\..\test\testautomation_mouse.c"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\..\test\testautomation_pixels.c"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\..\test\testautomation_platform.c"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\..\..\test\testautomation_rect.c"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\..\..\test\testautomation_render.c"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\..\test\testautomation_rwops.c"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\..\..\test\testautomation_sdltest.c"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\..\..\test\testautomation_stdlib.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\..\..\test\testautomation_suites.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\..\..\test\testautomation_surface.c"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\..\..\test\testautomation_syswm.c"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\..\..\test\testautomation_timer.c"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\..\..\test\testautomation_video.c"
  272. >
  273. </File>
  274. </Files>
  275. <Globals>
  276. </Globals>
  277. </VisualStudioProject>