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.

240 lines
13KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{419E6FB8-7771-4D87-92B8-387D872E79BE}</ProjectGuid>
  23. <RootNamespace>Rack</RootNamespace>
  24. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v140</PlatformToolset>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>Application</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <PlatformToolset>v140</PlatformToolset>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v140</PlatformToolset>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>Application</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v140</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="Shared">
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup />
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <ClCompile>
  74. <WarningLevel>Level3</WarningLevel>
  75. <Optimization>Disabled</Optimization>
  76. <SDLCheck>true</SDLCheck>
  77. </ClCompile>
  78. <Link>
  79. <GenerateDebugInformation>true</GenerateDebugInformation>
  80. </Link>
  81. </ItemDefinitionGroup>
  82. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <ClCompile>
  84. <WarningLevel>Level3</WarningLevel>
  85. <Optimization>Disabled</Optimization>
  86. <SDLCheck>true</SDLCheck>
  87. </ClCompile>
  88. <Link>
  89. <GenerateDebugInformation>true</GenerateDebugInformation>
  90. </Link>
  91. </ItemDefinitionGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  93. <ClCompile>
  94. <WarningLevel>Level3</WarningLevel>
  95. <Optimization>MaxSpeed</Optimization>
  96. <FunctionLevelLinking>true</FunctionLevelLinking>
  97. <IntrinsicFunctions>true</IntrinsicFunctions>
  98. <SDLCheck>true</SDLCheck>
  99. </ClCompile>
  100. <Link>
  101. <GenerateDebugInformation>true</GenerateDebugInformation>
  102. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  103. <OptimizeReferences>true</OptimizeReferences>
  104. </Link>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  107. <ClCompile>
  108. <WarningLevel>Level3</WarningLevel>
  109. <Optimization>MaxSpeed</Optimization>
  110. <FunctionLevelLinking>true</FunctionLevelLinking>
  111. <IntrinsicFunctions>true</IntrinsicFunctions>
  112. <SDLCheck>true</SDLCheck>
  113. </ClCompile>
  114. <Link>
  115. <GenerateDebugInformation>true</GenerateDebugInformation>
  116. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  117. <OptimizeReferences>true</OptimizeReferences>
  118. </Link>
  119. </ItemDefinitionGroup>
  120. <ItemGroup>
  121. <ClCompile Include="..\..\..\Rack\src\app\app.cpp" />
  122. <ClCompile Include="..\..\..\Rack\src\app\AudioWidget.cpp" />
  123. <ClCompile Include="..\..\..\Rack\src\app\CircularShadow.cpp" />
  124. <ClCompile Include="..\..\..\Rack\src\app\Knob.cpp" />
  125. <ClCompile Include="..\..\..\Rack\src\app\LedDisplay.cpp" />
  126. <ClCompile Include="..\..\..\Rack\src\app\LightWidget.cpp" />
  127. <ClCompile Include="..\..\..\Rack\src\app\MidiWidget.cpp" />
  128. <ClCompile Include="..\..\..\Rack\src\app\ModuleBrowser.cpp" />
  129. <ClCompile Include="..\..\..\Rack\src\app\ModuleLightWidget.cpp" />
  130. <ClCompile Include="..\..\..\Rack\src\app\ModuleWidget.cpp" />
  131. <ClCompile Include="..\..\..\Rack\src\app\MultiLightWidget.cpp" />
  132. <ClCompile Include="..\..\..\Rack\src\app\Panel.cpp" />
  133. <ClCompile Include="..\..\..\Rack\src\app\ParamWidget.cpp" />
  134. <ClCompile Include="..\..\..\Rack\src\app\PluginManagerWidget.cpp" />
  135. <ClCompile Include="..\..\..\Rack\src\app\Port.cpp" />
  136. <ClCompile Include="..\..\..\Rack\src\app\RackRail.cpp" />
  137. <ClCompile Include="..\..\..\Rack\src\app\RackScene.cpp" />
  138. <ClCompile Include="..\..\..\Rack\src\app\RackScrollWidget.cpp" />
  139. <ClCompile Include="..\..\..\Rack\src\app\RackWidget.cpp" />
  140. <ClCompile Include="..\..\..\Rack\src\app\SpriteKnob.cpp" />
  141. <ClCompile Include="..\..\..\Rack\src\app\SVGFader.cpp" />
  142. <ClCompile Include="..\..\..\Rack\src\app\SVGKnob.cpp" />
  143. <ClCompile Include="..\..\..\Rack\src\app\SVGPanel.cpp" />
  144. <ClCompile Include="..\..\..\Rack\src\app\SVGPort.cpp" />
  145. <ClCompile Include="..\..\..\Rack\src\app\SVGScrew.cpp" />
  146. <ClCompile Include="..\..\..\Rack\src\app\SVGSwitch.cpp" />
  147. <ClCompile Include="..\..\..\Rack\src\app\Toolbar.cpp" />
  148. <ClCompile Include="..\..\..\Rack\src\app\WireContainer.cpp" />
  149. <ClCompile Include="..\..\..\Rack\src\app\WireWidget.cpp" />
  150. <ClCompile Include="..\..\..\Rack\src\asset.cpp" />
  151. <ClCompile Include="..\..\..\Rack\src\audio.cpp" />
  152. <ClCompile Include="..\..\..\Rack\src\Core\AudioInterface.cpp" />
  153. <ClCompile Include="..\..\..\Rack\src\Core\Blank.cpp" />
  154. <ClCompile Include="..\..\..\Rack\src\Core\Core.cpp" />
  155. <ClCompile Include="..\..\..\Rack\src\Core\MIDICCToCVInterface.cpp" />
  156. <ClCompile Include="..\..\..\Rack\src\Core\MidiClockToCV.cpp" />
  157. <ClCompile Include="..\..\..\Rack\src\Core\MidiIO.cpp" />
  158. <ClCompile Include="..\..\..\Rack\src\Core\MIDIToCVInterface.cpp" />
  159. <ClCompile Include="..\..\..\Rack\src\Core\MIDITriggerToCVInterface.cpp" />
  160. <ClCompile Include="..\..\..\Rack\src\Core\Notes.cpp" />
  161. <ClCompile Include="..\..\..\Rack\src\Core\QuadMIDIToCVInterface.cpp" />
  162. <ClCompile Include="..\..\..\Rack\src\dsp\minblep.cpp" />
  163. <ClCompile Include="..\..\..\Rack\src\engine.cpp" />
  164. <ClCompile Include="..\..\..\Rack\src\main.cpp" />
  165. <ClCompile Include="..\..\..\Rack\src\midi.cpp" />
  166. <ClCompile Include="..\..\..\Rack\src\plugin.cpp" />
  167. <ClCompile Include="..\..\..\Rack\src\settings.cpp" />
  168. <ClCompile Include="..\..\..\Rack\src\tags.cpp" />
  169. <ClCompile Include="..\..\..\Rack\src\ui\Button.cpp" />
  170. <ClCompile Include="..\..\..\Rack\src\ui\ChoiceButton.cpp" />
  171. <ClCompile Include="..\..\..\Rack\src\ui\Label.cpp" />
  172. <ClCompile Include="..\..\..\Rack\src\ui\layouts.cpp" />
  173. <ClCompile Include="..\..\..\Rack\src\ui\List.cpp" />
  174. <ClCompile Include="..\..\..\Rack\src\ui\Menu.cpp" />
  175. <ClCompile Include="..\..\..\Rack\src\ui\MenuItem.cpp" />
  176. <ClCompile Include="..\..\..\Rack\src\ui\MenuLabel.cpp" />
  177. <ClCompile Include="..\..\..\Rack\src\ui\MenuOverlay.cpp" />
  178. <ClCompile Include="..\..\..\Rack\src\ui\PasswordField.cpp" />
  179. <ClCompile Include="..\..\..\Rack\src\ui\ProgressBar.cpp" />
  180. <ClCompile Include="..\..\..\Rack\src\ui\RadioButton.cpp" />
  181. <ClCompile Include="..\..\..\Rack\src\ui\Scene.cpp" />
  182. <ClCompile Include="..\..\..\Rack\src\ui\ScrollWidget.cpp" />
  183. <ClCompile Include="..\..\..\Rack\src\ui\Slider.cpp" />
  184. <ClCompile Include="..\..\..\Rack\src\ui\TextField.cpp" />
  185. <ClCompile Include="..\..\..\Rack\src\ui\Tooltip.cpp" />
  186. <ClCompile Include="..\..\..\Rack\src\ui\ui.cpp" />
  187. <ClCompile Include="..\..\..\Rack\src\ui\WindowWidget.cpp" />
  188. <ClCompile Include="..\..\..\Rack\src\util\logger.cpp" />
  189. <ClCompile Include="..\..\..\Rack\src\util\random.cpp" />
  190. <ClCompile Include="..\..\..\Rack\src\util\request.cpp" />
  191. <ClCompile Include="..\..\..\Rack\src\util\string.cpp" />
  192. <ClCompile Include="..\..\..\Rack\src\util\system.cpp" />
  193. <ClCompile Include="..\..\..\Rack\src\widgets\FramebufferWidget.cpp" />
  194. <ClCompile Include="..\..\..\Rack\src\widgets\QuantityWidget.cpp" />
  195. <ClCompile Include="..\..\..\Rack\src\widgets\SpriteWidget.cpp" />
  196. <ClCompile Include="..\..\..\Rack\src\widgets\SVGWidget.cpp" />
  197. <ClCompile Include="..\..\..\Rack\src\widgets\TransformWidget.cpp" />
  198. <ClCompile Include="..\..\..\Rack\src\widgets\Widget.cpp" />
  199. <ClCompile Include="..\..\..\Rack\src\widgets\widgets.cpp" />
  200. <ClCompile Include="..\..\..\Rack\src\widgets\ZoomWidget.cpp" />
  201. <ClCompile Include="..\..\..\Rack\src\window.cpp" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ClInclude Include="..\..\..\Rack\include\app.hpp" />
  205. <ClInclude Include="..\..\..\Rack\include\asset.hpp" />
  206. <ClInclude Include="..\..\..\Rack\include\audio.hpp" />
  207. <ClInclude Include="..\..\..\Rack\include\componentlibrary.hpp" />
  208. <ClInclude Include="..\..\..\Rack\include\dsp\decimator.hpp" />
  209. <ClInclude Include="..\..\..\Rack\include\dsp\digital.hpp" />
  210. <ClInclude Include="..\..\..\Rack\include\dsp\fft.hpp" />
  211. <ClInclude Include="..\..\..\Rack\include\dsp\filter.hpp" />
  212. <ClInclude Include="..\..\..\Rack\include\dsp\fir.hpp" />
  213. <ClInclude Include="..\..\..\Rack\include\dsp\frame.hpp" />
  214. <ClInclude Include="..\..\..\Rack\include\dsp\functions.hpp" />
  215. <ClInclude Include="..\..\..\Rack\include\dsp\minblep.hpp" />
  216. <ClInclude Include="..\..\..\Rack\include\dsp\ode.hpp" />
  217. <ClInclude Include="..\..\..\Rack\include\dsp\ringbuffer.hpp" />
  218. <ClInclude Include="..\..\..\Rack\include\dsp\samplerate.hpp" />
  219. <ClInclude Include="..\..\..\Rack\include\dsp\vumeter.hpp" />
  220. <ClInclude Include="..\..\..\Rack\include\engine.hpp" />
  221. <ClInclude Include="..\..\..\Rack\include\events.hpp" />
  222. <ClInclude Include="..\..\..\Rack\include\midi.hpp" />
  223. <ClInclude Include="..\..\..\Rack\include\plugin.hpp" />
  224. <ClInclude Include="..\..\..\Rack\include\rack.hpp" />
  225. <ClInclude Include="..\..\..\Rack\include\settings.hpp" />
  226. <ClInclude Include="..\..\..\Rack\include\tags.hpp" />
  227. <ClInclude Include="..\..\..\Rack\include\ui.hpp" />
  228. <ClInclude Include="..\..\..\Rack\include\util\color.hpp" />
  229. <ClInclude Include="..\..\..\Rack\include\util\common.hpp" />
  230. <ClInclude Include="..\..\..\Rack\include\util\math.hpp" />
  231. <ClInclude Include="..\..\..\Rack\include\util\request.hpp" />
  232. <ClInclude Include="..\..\..\Rack\include\widgets.hpp" />
  233. <ClInclude Include="..\..\..\Rack\include\window.hpp" />
  234. <ClInclude Include="..\..\..\Rack\src\Core\Core.hpp" />
  235. <ClInclude Include="..\..\..\Rack\src\Core\MidiIO.hpp" />
  236. </ItemGroup>
  237. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  238. <ImportGroup Label="ExtensionTargets">
  239. </ImportGroup>
  240. </Project>