|
|
@ -2,13 +2,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.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,18 +16,20 @@ |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
<PlatformToolset>v120</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> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
|
|
|
|
<PlatformToolset>v120</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> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> |
|
|
|
<ImportGroup Label="ExtensionSettings"/> |
|
|
|
<ImportGroup Label="ExtensionSettings"/> |
|
|
@ -40,15 +42,15 @@ |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> |
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\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> |
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\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>v120</PlatformToolset> |
|
|
|
<PlatformToolset>v120</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> |
|
|
@ -58,7 +60,7 @@ |
|
|
|
</Midl> |
|
|
|
</Midl> |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;c:\SDKs\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;c:\SDKs\vstsdk2.4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2013_78A5020=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2013_78A5020=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
@ -81,8 +83,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> |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
<Bscmake> |
|
|
|
<Bscmake> |
|
|
@ -90,7 +90,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> |
|
|
@ -122,7 +122,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> |
|
|
|