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-03 23:42:29 +08:00
|
|
|
<ProjectConfiguration Include="Debug x64|x64">
|
|
|
|
<Configuration>Debug x64</Configuration>
|
2019-06-23 03:41:38 +08:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2019-08-03 23:42:29 +08:00
|
|
|
<ProjectConfiguration Include="Release x64|x64">
|
|
|
|
<Configuration>Release x64</Configuration>
|
2019-06-23 03:41:38 +08:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2019-08-03 23:42:29 +08:00
|
|
|
<ProjectConfiguration Include="Debug x86|Win32">
|
|
|
|
<Configuration>Debug x86</Configuration>
|
2019-08-01 04:54:14 +08:00
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2019-08-03 23:42:29 +08:00
|
|
|
<ProjectConfiguration Include="Release x86|Win32">
|
|
|
|
<Configuration>Release x86</Configuration>
|
2019-08-01 04:54:14 +08:00
|
|
|
<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-03 23:42:29 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug x64|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-03 23:42:29 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'"
|
2019-06-23 03:41:38 +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-03 23:42:29 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug x86|Win32'"
|
2019-08-01 04:54:14 +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-03 23:42:29 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release x86|Win32'"
|
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-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-03 23:42:29 +08:00
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug x64|x64'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug x64|x64'">$(Platform)\$(Configuration)\VST3\</IntDir>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug x64|x64'">juicysfplugin</TargetName>
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug x64|x64'">true</GenerateManifest>
|
|
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug x64|x64'">$(LibraryPath);import_lib_x64;$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'">$(Platform)\$(Configuration)\VST3\</IntDir>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'">juicysfplugin</TargetName>
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'">true</GenerateManifest>
|
|
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'">$(LibraryPath);import_lib_x64;$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug x86|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug x86|Win32'">$(Platform)\$(Configuration)\VST3\</IntDir>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug x86|Win32'">juicysfplugin</TargetName>
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug x86|Win32'">true</GenerateManifest>
|
|
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug x86|Win32'">$(LibraryPath);import_lib_x86;$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release x86|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\VST3\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release x86|Win32'">$(Platform)\$(Configuration)\VST3\</IntDir>
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release x86|Win32'">juicysfplugin</TargetName>
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release x86|Win32'">true</GenerateManifest>
|
|
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release x86|Win32'">$(LibraryPath);import_lib_x86;$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath>
|
2019-06-23 03:41:38 +08:00
|
|
|
</PropertyGroup>
|
2019-08-03 23:42:29 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug x64|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-03 23:42:29 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_x64;%(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-03 23:42:29 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2019-06-23 03:41:38 +08:00
|
|
|
</Lib>
|
|
|
|
</ItemDefinitionGroup>
|
2019-08-03 23:42:29 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|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-03 23:42:29 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_x64;%(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-03 23:42:29 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2019-08-01 04:54:14 +08:00
|
|
|
</Lib>
|
|
|
|
</ItemDefinitionGroup>
|
2019-08-03 23:42:29 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug x86|Win32'">
|
2019-08-01 04:54:14 +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>
|
|
|
|
<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>
|
2019-08-03 23:42:29 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_x86;%(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-03 23:42:29 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2019-08-01 04:54:14 +08:00
|
|
|
</Lib>
|
|
|
|
</ItemDefinitionGroup>
|
2019-08-03 23:42:29 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release x86|Win32'">
|
2019-08-01 04:54:14 +08:00
|
|
|
<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>
|
2019-06-23 03:41:38 +08:00
|
|
|
<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>
|
2019-08-01 04:54:14 +08:00
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2019-06-23 03:41:38 +08:00
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
2019-08-03 23:42:29 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_x86;%(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-03 23:42:29 +08:00
|
|
|
<AdditionalLibraryDirectories>import_lib_x86;%(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-03 23:45:26 +08:00
|
|
|
<!-- Note: glob Content Include is not good for incremental build. It saves some typing though. -->
|
|
|
|
<ItemGroup Condition="'$(Platform)'=='x64'">
|
|
|
|
<Content Include="lib_x64\*.dll">
|
|
|
|
<Link>%(Filename)%(Extension)</Link>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="'$(Platform)'=='Win32'">
|
|
|
|
<Content Include="lib_x86\*.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>
|