-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
440 additions
and
538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
124 changes: 10 additions & 114 deletions
124
Builds/VisualStudio2019/Spleeter4Stems_SharedCode.vcxproj
Large diffs are not rendered by default.
Oops, something went wrong.
224 changes: 13 additions & 211 deletions
224
Builds/VisualStudio2019/Spleeter4Stems_SharedCode.vcxproj.filters
Large diffs are not rendered by default.
Oops, something went wrong.
157 changes: 157 additions & 0 deletions
157
Builds/VisualStudio2019/Spleeter4Stems_StandalonePlugin.vcxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<Project DefaultTargets="Build" | ||
ToolsVersion="16.0" | ||
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{F3F7FA13-E6DE-22F6-C6B6-2F1B18D1D1F9}</ProjectGuid> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" | ||
Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseOfMfc>false</UseOfMfc> | ||
<WholeProgramOptimization>false</WholeProgramOptimization> | ||
<PlatformToolset>v142</PlatformToolset> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" | ||
Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseOfMfc>false</UseOfMfc> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
<PlatformToolset>v142</PlatformToolset> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<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>.exe</TargetExt> | ||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\Standalone Plugin\</OutDir> | ||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\Standalone Plugin\</IntDir> | ||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Spleeter4Stems</TargetName> | ||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> | ||
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LibraryPath);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath> | ||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\Standalone Plugin\</OutDir> | ||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\Standalone Plugin\</IntDir> | ||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Spleeter4Stems</TargetName> | ||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> | ||
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LibraryPath);$(SolutionDir)$(Platform)\$(Configuration)\Shared Code</LibraryPath> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<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:\Users\Aid\Desktop\repos\splitter\vst_related\VST_SDK\vstsdk2.4;..\..\JuceLibraryCode;C:\Users\Aid\Desktop\repos\splitter\vst_related\JUCE\5\5.4.7\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2019_78A5026=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;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>stdcpp14</LanguageStandard> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ResourceCompile> | ||
<Link> | ||
<OutputFile>$(OutDir)\Spleeter4Stems.exe</OutputFile> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<ProgramDatabaseFile>$(IntDir)\Spleeter4Stems.pdb</ProgramDatabaseFile> | ||
<SubSystem>Windows</SubSystem> | ||
<LargeAddressAware>true</LargeAddressAware> | ||
<AdditionalDependencies>Spleeter4Stems.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>$(IntDir)\Spleeter4Stems.bsc</OutputFile> | ||
</Bscmake> | ||
<Lib> | ||
<AdditionalDependencies>Spleeter4Stems.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Lib> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<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:\Users\Aid\Desktop\repos\splitter\vst_related\VST_SDK\vstsdk2.4;..\..\JuceLibraryCode;C:\Users\Aid\Desktop\repos\splitter\vst_related\JUCE\5\5.4.7\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2019_78A5026=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;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>stdcpp14</LanguageStandard> | ||
</ClCompile> | ||
<ResourceCompile> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ResourceCompile> | ||
<Link> | ||
<OutputFile>$(OutDir)\Spleeter4Stems.exe</OutputFile> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> | ||
<GenerateDebugInformation>false</GenerateDebugInformation> | ||
<ProgramDatabaseFile>$(IntDir)\Spleeter4Stems.pdb</ProgramDatabaseFile> | ||
<SubSystem>Windows</SubSystem> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<LargeAddressAware>true</LargeAddressAware> | ||
<AdditionalDependencies>Spleeter4Stems.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>$(IntDir)\Spleeter4Stems.bsc</OutputFile> | ||
</Bscmake> | ||
<Lib> | ||
<AdditionalDependencies>Spleeter4Stems.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Lib> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_Standalone.cpp"/> | ||
</ItemGroup> | ||
<ItemGroup/> | ||
<ItemGroup> | ||
<ResourceCompile Include=".\resources.rc"/> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> | ||
<ImportGroup Label="ExtensionTargets"/> | ||
</Project> |
20 changes: 20 additions & 0 deletions
20
Builds/VisualStudio2019/Spleeter4Stems_StandalonePlugin.vcxproj.filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="JUCE Library Code"> | ||
<UniqueIdentifier>{7ED5A90E-41AF-A1EF-659B-37CEEAB9BA61}</UniqueIdentifier> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_Standalone.cpp"> | ||
<Filter>JUCE Library Code</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup/> | ||
<ItemGroup> | ||
<ResourceCompile Include=".\resources.rc"> | ||
<Filter>JUCE Library Code</Filter> | ||
</ResourceCompile> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0fb1551
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great👍
I like to keep compatibility with VST 2.0, since the API of accessing VST 2.0 DLL function is simpler.