testjoystick_VS2008.vcproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="testjoystick"
  6. ProjectGUID="{55812185-D13C-4022-9C81-32E0F4A08304}"
  7. RootNamespace="testjoystick"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release|Win32"
  20. OutputDirectory=".\Release"
  21. IntermediateDirectory=".\Release"
  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="NDEBUG"
  42. MkTypLibCompatible="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".\Release/testjoystick.tlb"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. InlineFunctionExpansion="1"
  50. AdditionalIncludeDirectories="..\..\..\include"
  51. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  52. StringPooling="true"
  53. RuntimeLibrary="2"
  54. EnableFunctionLevelLinking="true"
  55. UsePrecompiledHeader="0"
  56. PrecompiledHeaderFile=".\Release/testjoystick.pch"
  57. WarningLevel="3"
  58. SuppressStartupBanner="true"
  59. CompileAs="0"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="NDEBUG"
  67. Culture="1033"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. AdditionalOptions="/MACHINE:I386"
  75. LinkIncremental="1"
  76. SuppressStartupBanner="true"
  77. ProgramDatabaseFile=".\Release/testjoystick.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="Debug|Win32"
  108. OutputDirectory=".\Debug"
  109. IntermediateDirectory=".\Debug"
  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="_DEBUG"
  130. MkTypLibCompatible="true"
  131. SuppressStartupBanner="true"
  132. TargetEnvironment="1"
  133. TypeLibraryName=".\Debug/testjoystick.tlb"
  134. />
  135. <Tool
  136. Name="VCCLCompilerTool"
  137. Optimization="0"
  138. AdditionalIncludeDirectories="..\..\..\include"
  139. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  140. RuntimeLibrary="3"
  141. UsePrecompiledHeader="0"
  142. PrecompiledHeaderFile=".\Debug/testjoystick.pch"
  143. WarningLevel="3"
  144. SuppressStartupBanner="true"
  145. DebugInformationFormat="4"
  146. CompileAs="0"
  147. />
  148. <Tool
  149. Name="VCManagedResourceCompilerTool"
  150. />
  151. <Tool
  152. Name="VCResourceCompilerTool"
  153. PreprocessorDefinitions="_DEBUG"
  154. Culture="1033"
  155. />
  156. <Tool
  157. Name="VCPreLinkEventTool"
  158. />
  159. <Tool
  160. Name="VCLinkerTool"
  161. AdditionalOptions="/MACHINE:I386"
  162. LinkIncremental="2"
  163. SuppressStartupBanner="true"
  164. GenerateDebugInformation="true"
  165. ProgramDatabaseFile=".\Debug/testjoystick.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\testjoystick.c"
  200. >
  201. </File>
  202. </Files>
  203. <Globals>
  204. </Globals>
  205. </VisualStudioProject>