testshape_VS2008.vcproj 7.6 KB

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