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.

155 lines
8.7KB

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