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.

169 lines
9.4KB

  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>{8FA13B75-51B8-768E-89A3-57965E6A1D8B}</ProjectGuid>
  17. <PlatformToolset>v141</PlatformToolset>
  18. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"
  22. Label="Configuration">
  23. <ConfigurationType>Application</ConfigurationType>
  24. <UseOfMfc>false</UseOfMfc>
  25. <WholeProgramOptimization>false</WholeProgramOptimization>
  26. <PlatformToolset>v141</PlatformToolset>
  27. <PlatformToolset>v141</PlatformToolset>
  28. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
  31. Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseOfMfc>false</UseOfMfc>
  34. <WholeProgramOptimization>true</WholeProgramOptimization>
  35. <PlatformToolset>v141</PlatformToolset>
  36. <PlatformToolset>v141</PlatformToolset>
  37. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  38. </PropertyGroup>
  39. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  40. <ImportGroup Label="ExtensionSettings"/>
  41. <ImportGroup Label="PropertySheets">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
  43. Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  44. Label="LocalAppDataPlatform"/>
  45. </ImportGroup>
  46. <PropertyGroup Label="UserMacros">
  47. <PlatformToolset>v141</PlatformToolset>
  48. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  52. <TargetExt>.exe</TargetExt>
  53. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\Standalone Plugin\</OutDir>
  54. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\Standalone Plugin\</IntDir>
  55. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">DSPModulePluginDemo</TargetName>
  56. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
  57. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LibraryPath);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
  58. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\Standalone Plugin\</OutDir>
  59. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\Standalone Plugin\</IntDir>
  60. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">DSPModulePluginDemo</TargetName>
  61. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
  62. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LibraryPath);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
  63. <PlatformToolset>v141</PlatformToolset>
  64. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  65. </PropertyGroup>
  66. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Midl>
  68. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  69. <MkTypLibCompatible>true</MkTypLibCompatible>
  70. <SuppressStartupBanner>true</SuppressStartupBanner>
  71. <TargetEnvironment>Win32</TargetEnvironment>
  72. <HeaderFileName/>
  73. </Midl>
  74. <ClCompile>
  75. <Optimization>Disabled</Optimization>
  76. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  77. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  78. <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=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  79. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  80. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  81. <PrecompiledHeader/>
  82. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  83. <ObjectFileName>$(IntDir)\</ObjectFileName>
  84. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  85. <WarningLevel>Level4</WarningLevel>
  86. <SuppressStartupBanner>true</SuppressStartupBanner>
  87. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  88. <LanguageStandard>stdcpp14</LanguageStandard>
  89. </ClCompile>
  90. <ResourceCompile>
  91. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. </ResourceCompile>
  93. <Link>
  94. <OutputFile>$(OutDir)\DSPModulePluginDemo.exe</OutputFile>
  95. <SuppressStartupBanner>true</SuppressStartupBanner>
  96. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. <ProgramDatabaseFile>$(IntDir)\DSPModulePluginDemo.pdb</ProgramDatabaseFile>
  99. <SubSystem>Windows</SubSystem>
  100. <LargeAddressAware>true</LargeAddressAware>
  101. <AdditionalDependencies>DSPModulePluginDemo.lib;%(AdditionalDependencies)</AdditionalDependencies>
  102. </Link>
  103. <Bscmake>
  104. <SuppressStartupBanner>true</SuppressStartupBanner>
  105. <OutputFile>$(IntDir)\DSPModulePluginDemo.bsc</OutputFile>
  106. </Bscmake>
  107. <Lib>
  108. <AdditionalDependencies>DSPModulePluginDemo.lib;%(AdditionalDependencies)</AdditionalDependencies>
  109. </Lib>
  110. </ItemDefinitionGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  112. <Midl>
  113. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <MkTypLibCompatible>true</MkTypLibCompatible>
  115. <SuppressStartupBanner>true</SuppressStartupBanner>
  116. <TargetEnvironment>Win32</TargetEnvironment>
  117. <HeaderFileName/>
  118. </Midl>
  119. <ClCompile>
  120. <Optimization>Full</Optimization>
  121. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  122. <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=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  124. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  125. <PrecompiledHeader/>
  126. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  127. <ObjectFileName>$(IntDir)\</ObjectFileName>
  128. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  129. <WarningLevel>Level4</WarningLevel>
  130. <SuppressStartupBanner>true</SuppressStartupBanner>
  131. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  132. <FloatingPointModel>Fast</FloatingPointModel>
  133. <LanguageStandard>stdcpp14</LanguageStandard>
  134. </ClCompile>
  135. <ResourceCompile>
  136. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. </ResourceCompile>
  138. <Link>
  139. <OutputFile>$(OutDir)\DSPModulePluginDemo.exe</OutputFile>
  140. <SuppressStartupBanner>true</SuppressStartupBanner>
  141. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  142. <GenerateDebugInformation>false</GenerateDebugInformation>
  143. <ProgramDatabaseFile>$(IntDir)\DSPModulePluginDemo.pdb</ProgramDatabaseFile>
  144. <SubSystem>Windows</SubSystem>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  147. <LargeAddressAware>true</LargeAddressAware>
  148. <AdditionalDependencies>DSPModulePluginDemo.lib;%(AdditionalDependencies)</AdditionalDependencies>
  149. </Link>
  150. <Bscmake>
  151. <SuppressStartupBanner>true</SuppressStartupBanner>
  152. <OutputFile>$(IntDir)\DSPModulePluginDemo.bsc</OutputFile>
  153. </Bscmake>
  154. <Lib>
  155. <AdditionalDependencies>DSPModulePluginDemo.lib;%(AdditionalDependencies)</AdditionalDependencies>
  156. </Lib>
  157. </ItemDefinitionGroup>
  158. <ItemGroup>
  159. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_Standalone.cpp"/>
  160. </ItemGroup>
  161. <ItemGroup/>
  162. <ItemGroup>
  163. <ResourceCompile Include=".\resources.rc"/>
  164. </ItemGroup>
  165. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  166. <ImportGroup Label="ExtensionTargets"/>
  167. </Project>