SDL2test.vcproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SDL2test"
  6. ProjectGUID="{CED8A756-F422-7B49-94A2-032634A75A8A}"
  7. RootNamespace="SDL2test"
  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="Win32\Debug"
  21. IntermediateDirectory="obj\Debug"
  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="..;..\..\..\..\include"
  44. PreprocessorDefinitions="USING_PREMAKE_CONFIG_H;_DEBUG"
  45. MinimalRebuild="true"
  46. ExceptionHandling="0"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. EnableFunctionLevelLinking="true"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. ProgramDataBaseFileName="$(OutDir)\SDL2test.pdb"
  53. DebugInformationFormat="4"
  54. CompileAs="1"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="USING_PREMAKE_CONFIG_H;_DEBUG"
  62. AdditionalIncludeDirectories="..;..\..\..\..\include"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLibrarianTool"
  69. AdditionalDependencies="..\SDL2main\Win32\Debug\SDL2main.lib ..\SDL2\Win32\Debug\SDL2.lib"
  70. OutputFile="$(OutDir)\SDL2test.lib"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCWebDeploymentTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. CommandLine="if not exist &quot;.\Win32\Debug&quot; ( mkdir &quot;.\Win32\Debug&quot; )&#x0D;&#x0A;copy &quot;.\..\SDL2\Win32\Debug\SDL2.dll&quot; &quot;.\Win32\Debug\SDL2.dll&quot;"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="Win32\Release"
  101. IntermediateDirectory="obj\Release"
  102. ConfigurationType="4"
  103. CharacterSet="2"
  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. Optimization="2"
  123. AdditionalIncludeDirectories="..;..\..\..\..\include"
  124. PreprocessorDefinitions="USING_PREMAKE_CONFIG_H;NDEBUG"
  125. ExceptionHandling="0"
  126. StringPooling="true"
  127. RuntimeLibrary="2"
  128. EnableFunctionLevelLinking="true"
  129. UsePrecompiledHeader="0"
  130. WarningLevel="3"
  131. ProgramDataBaseFileName="$(OutDir)\SDL2test.pdb"
  132. DebugInformationFormat="0"
  133. CompileAs="1"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. PreprocessorDefinitions="USING_PREMAKE_CONFIG_H;NDEBUG"
  141. AdditionalIncludeDirectories="..;..\..\..\..\include"
  142. />
  143. <Tool
  144. Name="VCPreLinkEventTool"
  145. />
  146. <Tool
  147. Name="VCLibrarianTool"
  148. AdditionalDependencies="..\SDL2main\Win32\Release\SDL2main.lib ..\SDL2\Win32\Release\SDL2.lib"
  149. OutputFile="$(OutDir)\SDL2test.lib"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCWebDeploymentTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. CommandLine="if not exist &quot;.\Win32\Release&quot; ( mkdir &quot;.\Win32\Release&quot; )&#x0D;&#x0A;copy &quot;.\..\SDL2\Win32\Release\SDL2.dll&quot; &quot;.\Win32\Release\SDL2.dll&quot;"
  175. />
  176. </Configuration>
  177. </Configurations>
  178. <References>
  179. </References>
  180. <Files>
  181. <Filter
  182. Name="src"
  183. Filter=""
  184. >
  185. <Filter
  186. Name="test"
  187. Filter=""
  188. >
  189. <File
  190. RelativePath="..\..\..\..\src\test\SDL_test_assert.c"
  191. >
  192. </File>
  193. <File
  194. RelativePath="..\..\..\..\src\test\SDL_test_common.c"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\..\..\..\src\test\SDL_test_compare.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\..\..\..\src\test\SDL_test_crc32.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\..\..\..\src\test\SDL_test_font.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\..\..\..\src\test\SDL_test_fuzzer.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\..\..\..\src\test\SDL_test_harness.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\..\..\..\src\test\SDL_test_imageBlit.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\..\..\..\src\test\SDL_test_imageBlitBlend.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\..\..\..\src\test\SDL_test_imageFace.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\..\..\..\src\test\SDL_test_imagePrimitives.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\..\..\..\src\test\SDL_test_imagePrimitivesBlend.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\..\..\..\src\test\SDL_test_log.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\..\..\..\src\test\SDL_test_md5.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\..\..\..\src\test\SDL_test_random.c"
  247. >
  248. </File>
  249. </Filter>
  250. </Filter>
  251. </Files>
  252. <Globals>
  253. </Globals>
  254. </VisualStudioProject>