Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rtmidilib.vcproj 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="rtmidilib"
  6. ProjectGUID="{EBFE5EB3-182A-47A6-922B-52ECF777F6A3}"
  7. RootNamespace="rtmidilib"
  8. TargetFrameworkVersion="196613"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="4"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. PreprocessorDefinitions="__WINDOWS_MM__"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. WarningLevel="3"
  48. DebugInformationFormat="4"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. />
  59. <Tool
  60. Name="VCLibrarianTool"
  61. OutputFile="..\lib\rtmidid.lib"
  62. />
  63. <Tool
  64. Name="VCALinkTool"
  65. />
  66. <Tool
  67. Name="VCXDCMakeTool"
  68. />
  69. <Tool
  70. Name="VCBscMakeTool"
  71. />
  72. <Tool
  73. Name="VCFxCopTool"
  74. />
  75. <Tool
  76. Name="VCPostBuildEventTool"
  77. />
  78. </Configuration>
  79. <Configuration
  80. Name="Release|Win32"
  81. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  82. IntermediateDirectory="$(ConfigurationName)"
  83. ConfigurationType="4"
  84. CharacterSet="1"
  85. WholeProgramOptimization="1"
  86. >
  87. <Tool
  88. Name="VCPreBuildEventTool"
  89. />
  90. <Tool
  91. Name="VCCustomBuildTool"
  92. />
  93. <Tool
  94. Name="VCXMLDataGeneratorTool"
  95. />
  96. <Tool
  97. Name="VCWebServiceProxyGeneratorTool"
  98. />
  99. <Tool
  100. Name="VCMIDLTool"
  101. />
  102. <Tool
  103. Name="VCCLCompilerTool"
  104. Optimization="2"
  105. EnableIntrinsicFunctions="true"
  106. PreprocessorDefinitions="__WINDOWS_MM__"
  107. RuntimeLibrary="2"
  108. EnableFunctionLevelLinking="true"
  109. WarningLevel="3"
  110. DebugInformationFormat="3"
  111. />
  112. <Tool
  113. Name="VCManagedResourceCompilerTool"
  114. />
  115. <Tool
  116. Name="VCResourceCompilerTool"
  117. />
  118. <Tool
  119. Name="VCPreLinkEventTool"
  120. />
  121. <Tool
  122. Name="VCLibrarianTool"
  123. OutputFile="..\lib\rtmidi.lib"
  124. />
  125. <Tool
  126. Name="VCALinkTool"
  127. />
  128. <Tool
  129. Name="VCXDCMakeTool"
  130. />
  131. <Tool
  132. Name="VCBscMakeTool"
  133. />
  134. <Tool
  135. Name="VCFxCopTool"
  136. />
  137. <Tool
  138. Name="VCPostBuildEventTool"
  139. />
  140. </Configuration>
  141. </Configurations>
  142. <References>
  143. </References>
  144. <Files>
  145. <Filter
  146. Name="Source Files"
  147. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  148. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  149. >
  150. <File
  151. RelativePath="..\RtMidi.cpp"
  152. >
  153. </File>
  154. </Filter>
  155. <Filter
  156. Name="Header Files"
  157. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  158. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  159. >
  160. <File
  161. RelativePath="..\RtError.h"
  162. >
  163. </File>
  164. <File
  165. RelativePath="..\RtMidi.h"
  166. >
  167. </File>
  168. </Filter>
  169. <Filter
  170. Name="Resource Files"
  171. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  172. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  173. >
  174. </Filter>
  175. </Files>
  176. <Globals>
  177. </Globals>
  178. </VisualStudioProject>