testplatform_VS2008.vcproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="testplatform"
  6. ProjectGUID="{26932B24-EFC6-4E3A-B277-ED653DA37968}"
  7. RootNamespace="testplatform"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  24. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  25. ConfigurationType="1"
  26. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  27. UseOfMFC="0"
  28. ATLMinimizesCRunTimeLibraryUsage="false"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. PreprocessorDefinitions="_DEBUG"
  45. MkTypLibCompatible="true"
  46. SuppressStartupBanner="true"
  47. TargetEnvironment="1"
  48. TypeLibraryName=".\Debug/testplatform.tlb"
  49. HeaderFileName=""
  50. />
  51. <Tool
  52. Name="VCCLCompilerTool"
  53. Optimization="0"
  54. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  55. AdditionalUsingDirectories=""
  56. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  57. RuntimeLibrary="2"
  58. PrecompiledHeaderFile=".\Debug/testplatform.pch"
  59. WarningLevel="3"
  60. DebugInformationFormat="1"
  61. />
  62. <Tool
  63. Name="VCManagedResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="_DEBUG"
  68. Culture="1033"
  69. />
  70. <Tool
  71. Name="VCPreLinkEventTool"
  72. />
  73. <Tool
  74. Name="VCLinkerTool"
  75. GenerateDebugInformation="true"
  76. SubSystem="2"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. SuppressStartupBanner="true"
  90. OutputFile=".\Debug/testplatform.bsc"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Debug|x64"
  104. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  105. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  106. ConfigurationType="1"
  107. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  108. UseOfMFC="0"
  109. ATLMinimizesCRunTimeLibraryUsage="false"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="_DEBUG"
  126. MkTypLibCompatible="true"
  127. SuppressStartupBanner="true"
  128. TargetEnvironment="3"
  129. TypeLibraryName=".\Debug/testplatform.tlb"
  130. HeaderFileName=""
  131. />
  132. <Tool
  133. Name="VCCLCompilerTool"
  134. Optimization="0"
  135. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  136. AdditionalUsingDirectories=""
  137. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  138. RuntimeLibrary="3"
  139. PrecompiledHeaderFile=".\Debug/testplatform.pch"
  140. WarningLevel="3"
  141. DebugInformationFormat="1"
  142. />
  143. <Tool
  144. Name="VCManagedResourceCompilerTool"
  145. />
  146. <Tool
  147. Name="VCResourceCompilerTool"
  148. PreprocessorDefinitions="_DEBUG"
  149. Culture="1033"
  150. />
  151. <Tool
  152. Name="VCPreLinkEventTool"
  153. />
  154. <Tool
  155. Name="VCLinkerTool"
  156. GenerateDebugInformation="true"
  157. SubSystem="2"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. SuppressStartupBanner="true"
  171. OutputFile=".\Debug/testplatform.bsc"
  172. />
  173. <Tool
  174. Name="VCFxCopTool"
  175. />
  176. <Tool
  177. Name="VCAppVerifierTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. <Configuration
  184. Name="Release|Win32"
  185. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  186. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  187. ConfigurationType="1"
  188. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  189. UseOfMFC="0"
  190. ATLMinimizesCRunTimeLibraryUsage="false"
  191. >
  192. <Tool
  193. Name="VCPreBuildEventTool"
  194. />
  195. <Tool
  196. Name="VCCustomBuildTool"
  197. />
  198. <Tool
  199. Name="VCXMLDataGeneratorTool"
  200. />
  201. <Tool
  202. Name="VCWebServiceProxyGeneratorTool"
  203. />
  204. <Tool
  205. Name="VCMIDLTool"
  206. PreprocessorDefinitions="NDEBUG"
  207. MkTypLibCompatible="true"
  208. SuppressStartupBanner="true"
  209. TargetEnvironment="1"
  210. TypeLibraryName=".\Release/testplatform.tlb"
  211. HeaderFileName=""
  212. />
  213. <Tool
  214. Name="VCCLCompilerTool"
  215. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  216. AdditionalUsingDirectories=""
  217. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  218. RuntimeLibrary="2"
  219. PrecompiledHeaderFile=".\Release/testplatform.pch"
  220. WarningLevel="3"
  221. />
  222. <Tool
  223. Name="VCManagedResourceCompilerTool"
  224. />
  225. <Tool
  226. Name="VCResourceCompilerTool"
  227. PreprocessorDefinitions="NDEBUG"
  228. Culture="1033"
  229. />
  230. <Tool
  231. Name="VCPreLinkEventTool"
  232. />
  233. <Tool
  234. Name="VCLinkerTool"
  235. SubSystem="2"
  236. />
  237. <Tool
  238. Name="VCALinkTool"
  239. />
  240. <Tool
  241. Name="VCManifestTool"
  242. />
  243. <Tool
  244. Name="VCXDCMakeTool"
  245. />
  246. <Tool
  247. Name="VCBscMakeTool"
  248. SuppressStartupBanner="true"
  249. OutputFile=".\Release/testplatform.bsc"
  250. />
  251. <Tool
  252. Name="VCFxCopTool"
  253. />
  254. <Tool
  255. Name="VCAppVerifierTool"
  256. />
  257. <Tool
  258. Name="VCPostBuildEventTool"
  259. />
  260. </Configuration>
  261. <Configuration
  262. Name="Release|x64"
  263. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  264. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  265. ConfigurationType="1"
  266. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  267. UseOfMFC="0"
  268. ATLMinimizesCRunTimeLibraryUsage="false"
  269. >
  270. <Tool
  271. Name="VCPreBuildEventTool"
  272. />
  273. <Tool
  274. Name="VCCustomBuildTool"
  275. />
  276. <Tool
  277. Name="VCXMLDataGeneratorTool"
  278. />
  279. <Tool
  280. Name="VCWebServiceProxyGeneratorTool"
  281. />
  282. <Tool
  283. Name="VCMIDLTool"
  284. PreprocessorDefinitions="NDEBUG"
  285. MkTypLibCompatible="true"
  286. SuppressStartupBanner="true"
  287. TargetEnvironment="3"
  288. TypeLibraryName=".\Release/testplatform.tlb"
  289. HeaderFileName=""
  290. />
  291. <Tool
  292. Name="VCCLCompilerTool"
  293. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  294. AdditionalUsingDirectories=""
  295. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  296. RuntimeLibrary="2"
  297. PrecompiledHeaderFile=".\Release/testplatform.pch"
  298. WarningLevel="3"
  299. />
  300. <Tool
  301. Name="VCManagedResourceCompilerTool"
  302. />
  303. <Tool
  304. Name="VCResourceCompilerTool"
  305. PreprocessorDefinitions="NDEBUG"
  306. Culture="1033"
  307. />
  308. <Tool
  309. Name="VCPreLinkEventTool"
  310. />
  311. <Tool
  312. Name="VCLinkerTool"
  313. SubSystem="2"
  314. />
  315. <Tool
  316. Name="VCALinkTool"
  317. />
  318. <Tool
  319. Name="VCManifestTool"
  320. />
  321. <Tool
  322. Name="VCXDCMakeTool"
  323. />
  324. <Tool
  325. Name="VCBscMakeTool"
  326. SuppressStartupBanner="true"
  327. OutputFile=".\Release/testplatform.bsc"
  328. />
  329. <Tool
  330. Name="VCFxCopTool"
  331. />
  332. <Tool
  333. Name="VCAppVerifierTool"
  334. />
  335. <Tool
  336. Name="VCPostBuildEventTool"
  337. />
  338. </Configuration>
  339. </Configurations>
  340. <References>
  341. <ProjectReference
  342. ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
  343. CopyLocal="false"
  344. CopyLocalDependencies="false"
  345. CopyLocalSatelliteAssemblies="false"
  346. RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
  347. />
  348. <ProjectReference
  349. ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
  350. CopyLocal="false"
  351. CopyLocalDependencies="false"
  352. CopyLocalSatelliteAssemblies="false"
  353. RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
  354. />
  355. </References>
  356. <Files>
  357. <File
  358. RelativePath="..\..\..\Test\testplatform.c"
  359. >
  360. </File>
  361. </Files>
  362. <Globals>
  363. </Globals>
  364. </VisualStudioProject>