|
|
|
@ -5,10 +5,18 @@ |
|
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Debug|x64"> |
|
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
|
<Configuration>Release</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Release|x64"> |
|
|
|
|
<Configuration>Release</Configuration> |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
|
<ProjectGuid>{1A9EF105-5BF5-9FB6-9634-A91A6D840866}</ProjectGuid> |
|
|
|
@ -20,12 +28,23 @@ |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
|
<ImportGroup Label="ExtensionSettings" /> |
|
|
|
|
<ImportGroup Label="PropertySheets"> |
|
|
|
@ -38,10 +57,14 @@ |
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Dexed</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Dexed</TargetName> |
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> |
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Dexed</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Dexed</TargetName> |
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> |
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> |
|
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
@ -57,7 +80,7 @@ |
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;C:\work\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
|
<PrecompiledHeader /> |
|
|
|
|
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> |
|
|
|
@ -90,6 +113,52 @@ |
|
|
|
|
<Command>copy /Y "$(OutDir)\$(TargetFileName)" "$(OutDir)\$(TargetName).vst3"</Command> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<Midl> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<HeaderFileName> |
|
|
|
|
</HeaderFileName> |
|
|
|
|
</Midl> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;C:\work\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
|
<PrecompiledHeader> |
|
|
|
|
</PrecompiledHeader> |
|
|
|
|
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> |
|
|
|
|
<ObjectFileName>$(IntDir)\</ObjectFileName> |
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Link> |
|
|
|
|
<OutputFile>$(OutDir)\Dexed.dll</OutputFile> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
<ProgramDatabaseFile>$(IntDir)\Dexed.pdb</ProgramDatabaseFile> |
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
|
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
|
<AdditionalOptions>/FORCE:multiple %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
</Link> |
|
|
|
|
<Bscmake> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<OutputFile>$(IntDir)\Dexed.bsc</OutputFile> |
|
|
|
|
</Bscmake> |
|
|
|
|
<PostBuildEvent> |
|
|
|
|
<Command>copy /Y "$(OutDir)\$(TargetFileName)" "$(OutDir)\$(TargetName).vst3"</Command> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<Midl> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
@ -102,7 +171,7 @@ |
|
|
|
|
<Optimization>MinSpace</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;C:\work\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
|
<PrecompiledHeader /> |
|
|
|
|
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> |
|
|
|
@ -136,6 +205,52 @@ |
|
|
|
|
<Command>copy /Y "$(OutDir)\$(TargetFileName)" "$(OutDir)\$(TargetName).vst3"</Command> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<Midl> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<HeaderFileName> |
|
|
|
|
</HeaderFileName> |
|
|
|
|
</Midl> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MinSpace</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;C:\work\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
|
<PrecompiledHeader> |
|
|
|
|
</PrecompiledHeader> |
|
|
|
|
<AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> |
|
|
|
|
<ObjectFileName>$(IntDir)\</ObjectFileName> |
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Link> |
|
|
|
|
<OutputFile>$(OutDir)\Dexed.dll</OutputFile> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation> |
|
|
|
|
<ProgramDatabaseFile>$(IntDir)\Dexed.pdb</ProgramDatabaseFile> |
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
|
<AdditionalOptions>/FORCE:multiple %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
</Link> |
|
|
|
|
<Bscmake> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<OutputFile>$(IntDir)\Dexed.bsc</OutputFile> |
|
|
|
|
</Bscmake> |
|
|
|
|
<PostBuildEvent> |
|
|
|
|
<Command>copy /Y "$(OutDir)\$(TargetFileName)" "$(OutDir)\$(TargetName).vst3"</Command> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ClCompile Include="..\..\Source\PluginProcessor.cpp" /> |
|
|
|
|
<ClCompile Include="..\..\Source\PluginParam.cpp" /> |
|
|
|
|