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.

161 lines
9.0KB

  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|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>v140</PlatformToolset>
  18. <WindowsTargetPlatformVersion>8.1</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. <PlatformToolset>v140</PlatformToolset>
  26. <PlatformToolset>v140</PlatformToolset>
  27. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
  30. Label="Configuration">
  31. <ConfigurationType>Application</ConfigurationType>
  32. <UseOfMfc>false</UseOfMfc>
  33. <WholeProgramOptimization>true</WholeProgramOptimization>
  34. <PlatformToolset>v140</PlatformToolset>
  35. <PlatformToolset>v140</PlatformToolset>
  36. <WindowsTargetPlatformVersion>8.1</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>v140</PlatformToolset>
  47. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  51. <TargetExt>.exe</TargetExt>
  52. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\Standalone Plugin\</OutDir>
  53. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\Standalone Plugin\</IntDir>
  54. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">DSPModulePluginDemo</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)\Standalone Plugin\</OutDir>
  58. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\Standalone Plugin\</IntDir>
  59. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">DSPModulePluginDemo</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>v140</PlatformToolset>
  63. <WindowsTargetPlatformVersion>8.1</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>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  77. <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=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <RuntimeLibrary>MultiThreadedDebug</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. <LanguageStandard>stdcpp14</LanguageStandard>
  88. </ClCompile>
  89. <ResourceCompile>
  90. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. </ResourceCompile>
  92. <Link>
  93. <OutputFile>$(OutDir)\DSPModulePluginDemo.exe</OutputFile>
  94. <SuppressStartupBanner>true</SuppressStartupBanner>
  95. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  96. <GenerateDebugInformation>true</GenerateDebugInformation>
  97. <ProgramDatabaseFile>$(IntDir)\DSPModulePluginDemo.pdb</ProgramDatabaseFile>
  98. <SubSystem>Windows</SubSystem>
  99. <LargeAddressAware>true</LargeAddressAware>
  100. <AdditionalDependencies>DSPModulePluginDemo.lib;%(AdditionalDependencies)</AdditionalDependencies>
  101. </Link>
  102. <Bscmake>
  103. <SuppressStartupBanner>true</SuppressStartupBanner>
  104. <OutputFile>$(IntDir)\DSPModulePluginDemo.bsc</OutputFile>
  105. </Bscmake>
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  108. <Midl>
  109. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <MkTypLibCompatible>true</MkTypLibCompatible>
  111. <SuppressStartupBanner>true</SuppressStartupBanner>
  112. <TargetEnvironment>Win32</TargetEnvironment>
  113. <HeaderFileName/>
  114. </Midl>
  115. <ClCompile>
  116. <Optimization>Full</Optimization>
  117. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  118. <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=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  120. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  121. <PrecompiledHeader/>
  122. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  123. <ObjectFileName>$(IntDir)\</ObjectFileName>
  124. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  125. <WarningLevel>Level4</WarningLevel>
  126. <SuppressStartupBanner>true</SuppressStartupBanner>
  127. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  128. <LanguageStandard>stdcpp14</LanguageStandard>
  129. </ClCompile>
  130. <ResourceCompile>
  131. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. </ResourceCompile>
  133. <Link>
  134. <OutputFile>$(OutDir)\DSPModulePluginDemo.exe</OutputFile>
  135. <SuppressStartupBanner>true</SuppressStartupBanner>
  136. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  137. <GenerateDebugInformation>false</GenerateDebugInformation>
  138. <ProgramDatabaseFile>$(IntDir)\DSPModulePluginDemo.pdb</ProgramDatabaseFile>
  139. <SubSystem>Windows</SubSystem>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  142. <LargeAddressAware>true</LargeAddressAware>
  143. <AdditionalDependencies>DSPModulePluginDemo.lib;%(AdditionalDependencies)</AdditionalDependencies>
  144. </Link>
  145. <Bscmake>
  146. <SuppressStartupBanner>true</SuppressStartupBanner>
  147. <OutputFile>$(IntDir)\DSPModulePluginDemo.bsc</OutputFile>
  148. </Bscmake>
  149. </ItemDefinitionGroup>
  150. <ItemGroup>
  151. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_Standalone.cpp"/>
  152. </ItemGroup>
  153. <ItemGroup/>
  154. <ItemGroup>
  155. <ResourceCompile Include=".\resources.rc"/>
  156. </ItemGroup>
  157. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  158. <ImportGroup Label="ExtensionTargets"/>
  159. </Project>