The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

159 lines
9.0KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project DefaultTargets="Build"
  3. ToolsVersion="15.0"
  4. xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  5. <ItemGroup Label="ProjectConfigurations">
  6. <ProjectConfiguration Include="Debug|x64">
  7. <Configuration>Debug</Configuration>
  8. <Platform>x64</Platform>
  9. </ProjectConfiguration>
  10. <ProjectConfiguration Include="Release|x64">
  11. <Configuration>Release</Configuration>
  12. <Platform>x64</Platform>
  13. </ProjectConfiguration>
  14. </ItemGroup>
  15. <PropertyGroup Label="Globals">
  16. <ProjectGuid>{44876436-075F-C9F0-C107-5BB5C5DE6638}</ProjectGuid>
  17. <PlatformToolset>v141</PlatformToolset>
  18. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"
  22. Label="Configuration">
  23. <ConfigurationType>DynamicLibrary</ConfigurationType>
  24. <UseOfMfc>false</UseOfMfc>
  25. <PlatformToolset>v141</PlatformToolset>
  26. <PlatformToolset>v141</PlatformToolset>
  27. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
  30. Label="Configuration">
  31. <ConfigurationType>DynamicLibrary</ConfigurationType>
  32. <UseOfMfc>false</UseOfMfc>
  33. <WholeProgramOptimization>true</WholeProgramOptimization>
  34. <PlatformToolset>v141</PlatformToolset>
  35. <PlatformToolset>v141</PlatformToolset>
  36. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  37. </PropertyGroup>
  38. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  39. <ImportGroup Label="ExtensionSettings"/>
  40. <ImportGroup Label="PropertySheets">
  41. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
  42. Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  43. Label="LocalAppDataPlatform"/>
  44. </ImportGroup>
  45. <PropertyGroup Label="UserMacros">
  46. <PlatformToolset>v141</PlatformToolset>
  47. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  51. <TargetExt>.vst3</TargetExt>
  52. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
  53. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\VST3\</IntDir>
  54. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MultiOutSynth</TargetName>
  55. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
  56. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LibraryPath);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
  57. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
  58. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\VST3\</IntDir>
  59. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MultiOutSynth</TargetName>
  60. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
  61. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LibraryPath);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
  62. <PlatformToolset>v141</PlatformToolset>
  63. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  64. </PropertyGroup>
  65. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66. <Midl>
  67. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  68. <MkTypLibCompatible>true</MkTypLibCompatible>
  69. <SuppressStartupBanner>true</SuppressStartupBanner>
  70. <TargetEnvironment>Win32</TargetEnvironment>
  71. <HeaderFileName/>
  72. </Midl>
  73. <ClCompile>
  74. <Optimization>Disabled</Optimization>
  75. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  76. <AdditionalIncludeDirectories>C:\SDKs\VST_SDK\VST3_SDK;..\..\JuceLibraryCode;C:\SDKs\AAX;C:\SDKs\AAX\Interfaces;C:\SDKs\AAX\Interfaces\ACF;..\..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  77. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=1;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  79. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  80. <PrecompiledHeader/>
  81. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  82. <ObjectFileName>$(IntDir)\</ObjectFileName>
  83. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  84. <WarningLevel>Level4</WarningLevel>
  85. <SuppressStartupBanner>true</SuppressStartupBanner>
  86. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  87. </ClCompile>
  88. <ResourceCompile>
  89. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  90. </ResourceCompile>
  91. <Link>
  92. <OutputFile>$(OutDir)\MultiOutSynth.vst3</OutputFile>
  93. <SuppressStartupBanner>true</SuppressStartupBanner>
  94. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  95. <GenerateDebugInformation>true</GenerateDebugInformation>
  96. <ProgramDatabaseFile>$(IntDir)\MultiOutSynth.pdb</ProgramDatabaseFile>
  97. <SubSystem>Windows</SubSystem>
  98. <LargeAddressAware>true</LargeAddressAware>
  99. <AdditionalDependencies>MultiOutSynth.lib;%(AdditionalDependencies)</AdditionalDependencies>
  100. </Link>
  101. <Bscmake>
  102. <SuppressStartupBanner>true</SuppressStartupBanner>
  103. <OutputFile>$(IntDir)\MultiOutSynth.bsc</OutputFile>
  104. </Bscmake>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  107. <Midl>
  108. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <MkTypLibCompatible>true</MkTypLibCompatible>
  110. <SuppressStartupBanner>true</SuppressStartupBanner>
  111. <TargetEnvironment>Win32</TargetEnvironment>
  112. <HeaderFileName/>
  113. </Midl>
  114. <ClCompile>
  115. <Optimization>Full</Optimization>
  116. <AdditionalIncludeDirectories>C:\SDKs\VST_SDK\VST3_SDK;..\..\JuceLibraryCode;C:\SDKs\AAX;C:\SDKs\AAX\Interfaces;C:\SDKs\AAX\Interfaces\ACF;..\..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  117. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=1;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  119. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  120. <PrecompiledHeader/>
  121. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  122. <ObjectFileName>$(IntDir)\</ObjectFileName>
  123. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  124. <WarningLevel>Level4</WarningLevel>
  125. <SuppressStartupBanner>true</SuppressStartupBanner>
  126. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  127. </ClCompile>
  128. <ResourceCompile>
  129. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. </ResourceCompile>
  131. <Link>
  132. <OutputFile>$(OutDir)\MultiOutSynth.vst3</OutputFile>
  133. <SuppressStartupBanner>true</SuppressStartupBanner>
  134. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  135. <GenerateDebugInformation>false</GenerateDebugInformation>
  136. <ProgramDatabaseFile>$(IntDir)\MultiOutSynth.pdb</ProgramDatabaseFile>
  137. <SubSystem>Windows</SubSystem>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  140. <LargeAddressAware>true</LargeAddressAware>
  141. <AdditionalDependencies>MultiOutSynth.lib;%(AdditionalDependencies)</AdditionalDependencies>
  142. </Link>
  143. <Bscmake>
  144. <SuppressStartupBanner>true</SuppressStartupBanner>
  145. <OutputFile>$(IntDir)\MultiOutSynth.bsc</OutputFile>
  146. </Bscmake>
  147. </ItemDefinitionGroup>
  148. <ItemGroup>
  149. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_VST3.cpp"/>
  150. </ItemGroup>
  151. <ItemGroup/>
  152. <ItemGroup>
  153. <ResourceCompile Include=".\resources.rc"/>
  154. </ItemGroup>
  155. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  156. <ImportGroup Label="ExtensionTargets"/>
  157. </Project>