2019-06-23 03:41:38 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<Project DefaultTargets="Build"
|
|
|
|
ToolsVersion="15.0"
|
|
|
|
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2019-08-04 17:43:43 +08:00
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
2019-06-23 03:41:38 +08:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2019-08-04 17:43:43 +08:00
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
2019-06-23 03:41:38 +08:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2019-08-04 17:57:36 +08:00
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2019-06-23 03:41:38 +08:00
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{70A2C49A-5DF9-60C9-981B-D030ADE816BF}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
|
2019-08-04 17:43:43 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"
|
2019-06-23 03:41:38 +08:00
|
|
|
Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
2019-08-04 17:43:43 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
|
2019-08-01 04:54:14 +08:00
|
|
|
Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
2019-08-04 17:57:36 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"
|
|
|
|
Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
|
|
|
|
Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
2019-06-23 03:41:38 +08:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
|
|
|
|
<ImportGroup Label="ExtensionSettings"/>
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
|
|
|
|
Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
|
|
|
|
Label="LocalAppDataPlatform"/>
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
|
<TargetExt>.vst3</TargetExt>
|
2019-08-04 17:43:43 +08:00
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\VST3\</IntDir>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">juicysfplugin</TargetName>
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
|
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LibraryPath);import_lib_$(Platform);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\VST3\</IntDir>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">juicysfplugin</TargetName>
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
|
|
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LibraryPath);import_lib_$(Platform);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
|
2019-08-04 17:57:36 +08:00
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\VST3\</IntDir>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">juicysfplugin</TargetName>
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
|
|
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LibraryPath);import_lib_$(Platform);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\VST3\</IntDir>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">juicysfplugin</TargetName>
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
|
|
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LibraryPath);import_lib_$(Platform);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
|
2019-06-23 03:41:38 +08:00
|
|
|
</PropertyGroup>
|
2019-08-04 17:43:43 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2019-06-23 03:41:38 +08:00
|
|
|
<Midl>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
|
|
<HeaderFileName/>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2019-08-01 04:54:14 +08:00
|
|
|
<AdditionalIncludeDirectories>C:\SDKs\VST_SDK\VST3_SDK;C:\SDKs\VST_SDK\VST2_SDK;..\..\JuceLibraryCode;C:\JUCE\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2019-06-23 03:41:38 +08:00
|
|
|
<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;JucePlugin_Build_Unity=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
<PrecompiledHeader/>
|
|
|
|
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
|
|
|
|
<ObjectFileName>$(IntDir)\</ObjectFileName>
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
|
|
</ClCompile>
|
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
|
|
|
<Link>
|
|
|
|
<OutputFile>$(OutDir)\juicysfplugin.vst3</OutputFile>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(IntDir)\juicysfplugin.pdb</ProgramDatabaseFile>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2019-08-04 17:43:43 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2019-06-23 03:41:38 +08:00
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
<AdditionalDependencies>libfluidsynth.dll.a;juicysfplugin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<Bscmake>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<OutputFile>$(IntDir)\juicysfplugin.bsc</OutputFile>
|
|
|
|
</Bscmake>
|
|
|
|
<Lib>
|
|
|
|
<AdditionalDependencies>libfluidsynth.dll.a;juicysfplugin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2019-08-04 17:43:43 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2019-06-23 03:41:38 +08:00
|
|
|
</Lib>
|
|
|
|
</ItemDefinitionGroup>
|
2019-08-04 17:43:43 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2019-06-23 03:41:38 +08:00
|
|
|
<Midl>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
|
|
<HeaderFileName/>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Full</Optimization>
|
2019-08-01 04:54:14 +08:00
|
|
|
<AdditionalIncludeDirectories>C:\SDKs\VST_SDK\VST3_SDK;C:\SDKs\VST_SDK\VST2_SDK;..\..\JuceLibraryCode;C:\JUCE\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<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;JucePlugin_Build_Unity=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
<PrecompiledHeader/>
|
|
|
|
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
|
|
|
|
<ObjectFileName>$(IntDir)\</ObjectFileName>
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
|
|
</ClCompile>
|
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
|
|
|
<Link>
|
|
|
|
<OutputFile>$(OutDir)\juicysfplugin.vst3</OutputFile>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(IntDir)\juicysfplugin.pdb</ProgramDatabaseFile>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
2019-08-04 17:43:43 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2019-08-04 17:57:36 +08:00
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
<AdditionalDependencies>libfluidsynth.dll.a;juicysfplugin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<Bscmake>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<OutputFile>$(IntDir)\juicysfplugin.bsc</OutputFile>
|
|
|
|
</Bscmake>
|
|
|
|
<Lib>
|
|
|
|
<AdditionalDependencies>libfluidsynth.dll.a;juicysfplugin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<AdditionalLibraryDirectories>import_lib_$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
</Lib>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<Midl>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
|
|
<HeaderFileName/>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<AdditionalIncludeDirectories>C:\SDKs\VST_SDK\VST3_SDK;C:\SDKs\VST_SDK\VST2_SDK;..\..\JuceLibraryCode;C:\JUCE\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<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;JucePlugin_Build_Unity=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
<PrecompiledHeader/>
|
|
|
|
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
|
|
|
|
<ObjectFileName>$(IntDir)\</ObjectFileName>
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
|
|
</ClCompile>
|
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
|
|
|
<Link>
|
|
|
|
<OutputFile>$(OutDir)\juicysfplugin.vst3</OutputFile>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(IntDir)\juicysfplugin.pdb</ProgramDatabaseFile>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
<AdditionalLibraryDirectories>import_lib_$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
<AdditionalDependencies>libfluidsynth.dll.a;juicysfplugin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<Bscmake>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<OutputFile>$(IntDir)\juicysfplugin.bsc</OutputFile>
|
|
|
|
</Bscmake>
|
|
|
|
<Lib>
|
|
|
|
<AdditionalDependencies>libfluidsynth.dll.a;juicysfplugin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<AdditionalLibraryDirectories>import_lib_$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
</Lib>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<Midl>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
|
|
<HeaderFileName/>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
<AdditionalIncludeDirectories>C:\SDKs\VST_SDK\VST3_SDK;C:\SDKs\VST_SDK\VST2_SDK;..\..\JuceLibraryCode;C:\JUCE\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<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;JucePlugin_Build_Unity=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
<PrecompiledHeader/>
|
|
|
|
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
|
|
|
|
<ObjectFileName>$(IntDir)\</ObjectFileName>
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
|
|
</ClCompile>
|
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
|
|
|
<Link>
|
|
|
|
<OutputFile>$(OutDir)\juicysfplugin.vst3</OutputFile>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(IntDir)\juicysfplugin.pdb</ProgramDatabaseFile>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<AdditionalLibraryDirectories>import_lib_$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2019-08-01 04:54:14 +08:00
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
<AdditionalDependencies>libfluidsynth.dll.a;juicysfplugin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<Bscmake>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
<OutputFile>$(IntDir)\juicysfplugin.bsc</OutputFile>
|
|
|
|
</Bscmake>
|
|
|
|
<Lib>
|
|
|
|
<AdditionalDependencies>libfluidsynth.dll.a;juicysfplugin.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2019-08-04 17:43:43 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2019-06-23 03:41:38 +08:00
|
|
|
</Lib>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_VST3.cpp"/>
|
|
|
|
</ItemGroup>
|
2019-08-04 17:58:39 +08:00
|
|
|
<!-- yes, I know globbing would save some typing. -->
|
|
|
|
<!-- but it has less support for incremental build, and poorer IDE support -->
|
|
|
|
<ItemGroup>
|
|
|
|
<!-- https://stackoverflow.com/a/9334351/5257399 -->
|
|
|
|
<!-- libgcc_s_dw2 is a GCC runtime library that provides newer-style exception handling. -->
|
|
|
|
<!-- not sure why only the Win32 distribution wants it. -->
|
|
|
|
<Content Include="lib_$(Platform)\libgcc_s_dw2-1.dll" Condition="'$(Platform)'=='Win32'">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libFLAC-8.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libfluidsynth-2.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libglib-2.0-0.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libgmodule-2.0-0.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libiconv-2.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libintl-8.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libogg-0.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libpcre-1.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libportaudio-2.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libreadline8.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libsndfile-1.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libspeex-1.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libtermcap-0.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libvorbis-0.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libvorbisenc-2.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="lib_$(Platform)\libwinpthread-1.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
2019-06-23 03:41:38 +08:00
|
|
|
<ItemGroup/>
|
|
|
|
<ItemGroup>
|
|
|
|
<ResourceCompile Include=".\resources.rc"/>
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
|
|
|
|
<ImportGroup Label="ExtensionTargets"/>
|
|
|
|
</Project>
|