|
|
@ -2,13 +2,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
|
<ProjectConfiguration Include="Debug|x64"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
<Platform>x64</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
<ProjectConfiguration Include="Release|x64"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
<Platform>x64</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
</ProjectConfiguration> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
<PropertyGroup Label="Globals"> |
|
|
@ -16,16 +16,18 @@ |
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> |
|
|
|
<ImportGroup Label="ExtensionSettings"/> |
|
|
|
<ImportGroup Label="ExtensionSettings"/> |
|
|
@ -38,13 +40,15 @@ |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Dexed</TargetName> |
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\Debug\</OutDir> |
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> |
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Dexed</TargetName> |
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Dexed</TargetName> |
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> |
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> |
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\Release\</OutDir> |
|
|
|
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Dexed</TargetName> |
|
|
|
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> |
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
<PlatformToolset>v110</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<Midl> |
|
|
|
<Midl> |
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
|
@ -54,9 +58,9 @@ |
|
|
|
</Midl> |
|
|
|
</Midl> |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;C:\work\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;C:\work\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
<PrecompiledHeader/> |
|
|
|
<PrecompiledHeader/> |
|
|
@ -77,8 +81,6 @@ |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<ProgramDatabaseFile>$(IntDir)\Dexed.pdb</ProgramDatabaseFile> |
|
|
|
<ProgramDatabaseFile>$(IntDir)\Dexed.pdb</ProgramDatabaseFile> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
|
|
|
|
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
<AdditionalOptions>/FORCE:multiple %(AdditionalOptions)</AdditionalOptions> |
|
|
|
<AdditionalOptions>/FORCE:multiple %(AdditionalOptions)</AdditionalOptions> |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
@ -87,7 +89,7 @@ |
|
|
|
<OutputFile>$(IntDir)\Dexed.bsc</OutputFile> |
|
|
|
<OutputFile>$(IntDir)\Dexed.bsc</OutputFile> |
|
|
|
</Bscmake> |
|
|
|
</Bscmake> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<Midl> |
|
|
|
<Midl> |
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
|
@ -98,7 +100,7 @@ |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>MinSpace</Optimization> |
|
|
|
<Optimization>MinSpace</Optimization> |
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;C:\work\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;C:\work\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<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>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
<PrecompiledHeader/> |
|
|
|
<PrecompiledHeader/> |
|
|
@ -119,7 +121,6 @@ |
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation> |
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation> |
|
|
|
<ProgramDatabaseFile>$(IntDir)\Dexed.pdb</ProgramDatabaseFile> |
|
|
|
<ProgramDatabaseFile>$(IntDir)\Dexed.pdb</ProgramDatabaseFile> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
@ -180,9 +181,6 @@ |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_audio_basics\midi\juce_MidiMessageSequence.cpp"> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_audio_basics\midi\juce_MidiMessageSequence.cpp"> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_FFT.cpp"> |
|
|
|
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
|
|
|
|
</ClCompile> |
|
|
|
|
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_IIRFilter.cpp"> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_IIRFilter.cpp"> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
@ -462,9 +460,6 @@ |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Threads.cpp"> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Threads.cpp"> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_curl_Network.cpp"> |
|
|
|
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
|
|
|
|
</ClCompile> |
|
|
|
|
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_CommonFile.cpp"> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_CommonFile.cpp"> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
@ -504,9 +499,6 @@ |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTree.cpp"> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTree.cpp"> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.cpp"> |
|
|
|
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
|
|
|
|
</ClCompile> |
|
|
|
|
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoManager.cpp"> |
|
|
|
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoManager.cpp"> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
@ -1161,7 +1153,6 @@ |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\midi\juce_MidiMessage.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\midi\juce_MidiMessage.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\midi\juce_MidiMessageSequence.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\midi\juce_MidiMessageSequence.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_Decibels.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_Decibels.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_FFT.h"/> |
|
|
|
|
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_IIRFilter.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_IIRFilter.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_LagrangeInterpolator.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_LagrangeInterpolator.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_Reverb.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_basics\effects\juce_Reverb.h"/> |
|
|
@ -1330,7 +1321,6 @@ |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\juce_core.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\juce_core.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_Value.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_Value.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTree.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTree.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.h"/> |
|
|
|
|
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoableAction.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoableAction.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoManager.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoManager.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_ApplicationProperties.h"/> |
|
|
|
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_ApplicationProperties.h"/> |
|
|
|