checkkeys_VS2008.vcproj 8.8 KB

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