fluidsynth.vcproj
上传用户:tjmskj2
上传日期:2020-08-17
资源大小:577k
文件大小:5k
源码类别:

midi

开发平台:

C/C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="fluidsynth"
  6. ProjectGUID="{8150EAA4-CF92-448B-972A-01A423B3A23D}"
  7. TargetFrameworkVersion="131072"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory=".Debug"
  20. IntermediateDirectory=".Debug"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  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. TypeLibraryName=".Debug/fluidsynth.tlb"
  42. HeaderFileName=""
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="....include"
  48. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="0"
  52. PrecompiledHeaderFile=".Debugfluidsynth.pch"
  53. AssemblerListingLocation=".Debug"
  54. ObjectFile=".Debug"
  55. ProgramDataBaseFileName=".Debug"
  56. WarningLevel="3"
  57. SuppressStartupBanner="true"
  58. DebugInformationFormat="3"
  59. CompileAs="0"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_DEBUG"
  67. Culture="1033"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. AdditionalDependencies="odbc32.lib odbccp32.lib winmm.lib dsound.lib ws2_32.lib glib-2.0.lib gthread-2.0.lib"
  75. OutputFile="../fluidsynth_debug.exe"
  76. LinkIncremental="1"
  77. SuppressStartupBanner="true"
  78. AdditionalLibraryDirectories=""
  79. GenerateDebugInformation="true"
  80. ProgramDatabaseFile=".Debug/fluidsynth_debug.pdb"
  81. SubSystem="1"
  82. RandomizedBaseAddress="1"
  83. DataExecutionPrevention="0"
  84. TargetMachine="1"
  85. />
  86. <Tool
  87. Name="VCALinkTool"
  88. />
  89. <Tool
  90. Name="VCManifestTool"
  91. />
  92. <Tool
  93. Name="VCXDCMakeTool"
  94. />
  95. <Tool
  96. Name="VCBscMakeTool"
  97. />
  98. <Tool
  99. Name="VCFxCopTool"
  100. />
  101. <Tool
  102. Name="VCAppVerifierTool"
  103. />
  104. <Tool
  105. Name="VCPostBuildEventTool"
  106. />
  107. </Configuration>
  108. <Configuration
  109. Name="Release|Win32"
  110. OutputDirectory=".Release"
  111. IntermediateDirectory=".Release"
  112. ConfigurationType="1"
  113. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  114. UseOfMFC="0"
  115. ATLMinimizesCRunTimeLibraryUsage="false"
  116. CharacterSet="2"
  117. >
  118. <Tool
  119. Name="VCPreBuildEventTool"
  120. />
  121. <Tool
  122. Name="VCCustomBuildTool"
  123. />
  124. <Tool
  125. Name="VCXMLDataGeneratorTool"
  126. />
  127. <Tool
  128. Name="VCWebServiceProxyGeneratorTool"
  129. />
  130. <Tool
  131. Name="VCMIDLTool"
  132. TypeLibraryName=".Release/fluidsynth.tlb"
  133. HeaderFileName=""
  134. />
  135. <Tool
  136. Name="VCCLCompilerTool"
  137. Optimization="2"
  138. InlineFunctionExpansion="1"
  139. AdditionalIncludeDirectories="....include"
  140. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  141. StringPooling="true"
  142. RuntimeLibrary="2"
  143. EnableFunctionLevelLinking="true"
  144. UsePrecompiledHeader="0"
  145. PrecompiledHeaderFile=""
  146. AssemblerListingLocation=".Release"
  147. ObjectFile=".Release"
  148. ProgramDataBaseFileName=".Release"
  149. WarningLevel="3"
  150. SuppressStartupBanner="true"
  151. CompileAs="0"
  152. />
  153. <Tool
  154. Name="VCManagedResourceCompilerTool"
  155. />
  156. <Tool
  157. Name="VCResourceCompilerTool"
  158. PreprocessorDefinitions="NDEBUG"
  159. Culture="1033"
  160. />
  161. <Tool
  162. Name="VCPreLinkEventTool"
  163. />
  164. <Tool
  165. Name="VCLinkerTool"
  166. AdditionalDependencies="odbc32.lib odbccp32.lib dsound.lib"
  167. OutputFile="../fluidsynth.exe"
  168. LinkIncremental="1"
  169. SuppressStartupBanner="true"
  170. ProgramDatabaseFile=".Release/fluidsynth.pdb"
  171. SubSystem="1"
  172. RandomizedBaseAddress="1"
  173. DataExecutionPrevention="0"
  174. TargetMachine="1"
  175. />
  176. <Tool
  177. Name="VCALinkTool"
  178. />
  179. <Tool
  180. Name="VCManifestTool"
  181. />
  182. <Tool
  183. Name="VCXDCMakeTool"
  184. />
  185. <Tool
  186. Name="VCBscMakeTool"
  187. />
  188. <Tool
  189. Name="VCFxCopTool"
  190. />
  191. <Tool
  192. Name="VCAppVerifierTool"
  193. />
  194. <Tool
  195. Name="VCPostBuildEventTool"
  196. />
  197. </Configuration>
  198. </Configurations>
  199. <References>
  200. </References>
  201. <Files>
  202. <File
  203. RelativePath="....srcfluidsynth.c"
  204. >
  205. <FileConfiguration
  206. Name="Debug|Win32"
  207. >
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. Optimization="0"
  211. AdditionalIncludeDirectories=""
  212. PreprocessorDefinitions=""
  213. BasicRuntimeChecks="3"
  214. />
  215. </FileConfiguration>
  216. <FileConfiguration
  217. Name="Release|Win32"
  218. >
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. Optimization="2"
  222. AdditionalIncludeDirectories=""
  223. PreprocessorDefinitions=""
  224. />
  225. </FileConfiguration>
  226. </File>
  227. </Files>
  228. <Globals>
  229. </Globals>
  230. </VisualStudioProject>