| @@ -18,12 +18,10 @@ | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> | |||
| @@ -364,6 +362,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -1333,6 +1334,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format\juce_AudioPluginFormatManager.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_AudioUnitPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTMidiEventList.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_KnownPluginList.h"/> | |||
| @@ -637,6 +637,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| @@ -1848,6 +1851,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTMidiEventList.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| @@ -19,13 +19,11 @@ | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <PlatformToolset>v110</PlatformToolset> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| <PlatformToolset>v110</PlatformToolset> | |||
| </PropertyGroup> | |||
| @@ -370,6 +368,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -1339,6 +1340,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format\juce_AudioPluginFormatManager.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_AudioUnitPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTMidiEventList.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_KnownPluginList.h"/> | |||
| @@ -637,6 +637,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| @@ -1848,6 +1851,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTMidiEventList.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| @@ -19,13 +19,11 @@ | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <PlatformToolset>v120</PlatformToolset> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| <PlatformToolset>v120</PlatformToolset> | |||
| </PropertyGroup> | |||
| @@ -370,6 +368,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -1339,6 +1340,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format\juce_AudioPluginFormatManager.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_AudioUnitPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTMidiEventList.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_KnownPluginList.h"/> | |||
| @@ -637,6 +637,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.cpp"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClCompile> | |||
| @@ -1848,6 +1851,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTMidiEventList.h"> | |||
| <Filter>Juce Modules\juce_audio_processors\format_types</Filter> | |||
| </ClInclude> | |||
| @@ -505,6 +505,7 @@ | |||
| 720C3CA9E28181C76434D465 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_CriticalSection.h"; path = "../../../../modules/juce_core/threads/juce_CriticalSection.h"; sourceTree = "SOURCE_ROOT"; }; | |||
| 7286D6380C74734603D098EB = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_StringArray.cpp"; path = "../../../../modules/juce_core/text/juce_StringArray.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| 728E67FDBD3660742A33C7B6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_CodeEditorComponent.cpp"; path = "../../../../modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| 73267FE8DDE50FD1E6E31ED4 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_VST3PluginFormat.h"; path = "../../../../modules/juce_audio_processors/format_types/juce_VST3PluginFormat.h"; sourceTree = "SOURCE_ROOT"; }; | |||
| 7338D006521EDC5C10EEF974 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_DrawableButton.cpp"; path = "../../../../modules/juce_gui_basics/buttons/juce_DrawableButton.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| 734C43C3F7918061F2DDD214 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_ReferenceCountedObject.h"; path = "../../../../modules/juce_core/memory/juce_ReferenceCountedObject.h"; sourceTree = "SOURCE_ROOT"; }; | |||
| 73CF65298983B8CDC1CD84AC = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_Desktop.cpp"; path = "../../../../modules/juce_gui_basics/components/juce_Desktop.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| @@ -645,6 +646,7 @@ | |||
| 9ADA045A14202C9CF4F8CD40 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_BorderSize.h"; path = "../../../../modules/juce_graphics/geometry/juce_BorderSize.h"; sourceTree = "SOURCE_ROOT"; }; | |||
| 9B089D1649E4B5BC8AF63EC6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_WavAudioFormat.cpp"; path = "../../../../modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| 9B37E4C205A31B36B559E613 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = VideoDemo.cpp; path = ../../Source/Demos/VideoDemo.cpp; sourceTree = "SOURCE_ROOT"; }; | |||
| 9B9E034C5761096ACB8A76C3 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_VST3PluginFormat.cpp"; path = "../../../../modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| 9B9F578EC77AA988C919AC6F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_FileInputSource.cpp"; path = "../../../../modules/juce_core/streams/juce_FileInputSource.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| 9BAE20FD7E2CBA120DDA82B0 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_linux_SystemStats.cpp"; path = "../../../../modules/juce_core/native/juce_linux_SystemStats.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| 9C734938D5FF5DA7827C74C6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_MouseCursor.cpp"; path = "../../../../modules/juce_gui_basics/mouse/juce_MouseCursor.cpp"; sourceTree = "SOURCE_ROOT"; }; | |||
| @@ -1218,6 +1220,8 @@ | |||
| 58FB0C4FE674CC5BB7B1DCA7, | |||
| 8396EA11DD261260F1A96DF9, | |||
| A6FADD9A009BA1F1D36239FD, | |||
| 9B9E034C5761096ACB8A76C3, | |||
| 73267FE8DDE50FD1E6E31ED4, | |||
| 8AE56D2F4E33B015C3D73EB8, | |||
| 52A95B5754438C999343869A, | |||
| C8A42EE493A1DF2E283C245E ); name = "format_types"; sourceTree = "<group>"; }; | |||
| @@ -2128,7 +2132,7 @@ | |||
| 9439CB46EE08D16AAA26A203, | |||
| 9EB09FCC1FD3F263F24203C5 ); name = Source; sourceTree = "<group>"; }; | |||
| D0259E85380471FB442A4B44 = { isa = XCBuildConfiguration; buildSettings = { | |||
| HEADER_SEARCH_PATHS = "../../JuceLibraryCode ../../../../modules $(inherited)"; | |||
| HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)"); | |||
| GCC_OPTIMIZATION_LEVEL = 0; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| @@ -2146,7 +2150,7 @@ | |||
| "JUCE_UNIT_TESTS=1", | |||
| "JUCER_XCODE_IPHONE_5BC26AE3=1"); }; name = Debug; }; | |||
| 80E4DBEBE0CE7D218C89F78C = { isa = XCBuildConfiguration; buildSettings = { | |||
| HEADER_SEARCH_PATHS = "../../JuceLibraryCode ../../../../modules $(inherited)"; | |||
| HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)"); | |||
| GCC_OPTIMIZATION_LEVEL = 3; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| @@ -107,6 +107,10 @@ extern bool juceDemoRepaintDebuggingActive; | |||
| //#define JUCE_PLUGINHOST_VST | |||
| #endif | |||
| #ifndef JUCE_PLUGINHOST_VST3 | |||
| //#define JUCE_PLUGINHOST_VST3 | |||
| #endif | |||
| #ifndef JUCE_PLUGINHOST_AU | |||
| //#define JUCE_PLUGINHOST_AU | |||
| #endif | |||
| @@ -2364,7 +2364,7 @@ static const unsigned char temp_binary_data_5[] = | |||
| "{\r\n" | |||
| " \"id\": \"juce_core\",\r\n" | |||
| " \"name\": \"JUCE core classes\",\r\n" | |||
| " \"version\": \"2.1.5\",\r\n" | |||
| " \"version\": \"3.0.0\",\r\n" | |||
| " \"description\": \"The essential set of basic JUCE classes, as required by all the other JUCE modules. Includes text, container, memory, threading and i/o functionality.\",\r\n" | |||
| " \"website\": \"http://www.juce.com/juce\",\r\n" | |||
| " \"license\": \"ISC Permissive\",\r\n" | |||
| @@ -18,12 +18,10 @@ | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> | |||
| @@ -19,13 +19,11 @@ | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <PlatformToolset>v110</PlatformToolset> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| <PlatformToolset>v110</PlatformToolset> | |||
| </PropertyGroup> | |||
| @@ -19,13 +19,11 @@ | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <PlatformToolset>v120</PlatformToolset> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| <PlatformToolset>v120</PlatformToolset> | |||
| </PropertyGroup> | |||
| @@ -151,16 +151,7 @@ protected: | |||
| String getIntermediatesPath() const { return config [Ids::intermediatesPath].toString(); } | |||
| Value getIntermediatesPathValue() { return getValue (Ids::intermediatesPath); } | |||
| String getCharacterSet() const | |||
| { | |||
| String charSet (config [Ids::characterSet].toString()); | |||
| if (charSet.isEmpty()) | |||
| charSet = "MultiByte"; | |||
| return charSet; | |||
| } | |||
| String getCharacterSet() const { return config [Ids::characterSet].toString(); } | |||
| Value getCharacterSetValue() { return getValue (Ids::characterSet); } | |||
| String getOutputFilename (const String& suffix, bool forceSuffix) const | |||
| @@ -1093,7 +1084,11 @@ protected: | |||
| e->setAttribute ("Label", "Configuration"); | |||
| e->createNewChildElement ("ConfigurationType")->addTextElement (getProjectType()); | |||
| e->createNewChildElement ("UseOfMfc")->addTextElement ("false"); | |||
| e->createNewChildElement ("CharacterSet")->addTextElement (config.getCharacterSet()); | |||
| const String charSet (config.getCharacterSet()); | |||
| if (charSet.isNotEmpty()) | |||
| e->createNewChildElement ("CharacterSet")->addTextElement (charSet); | |||
| if (! (config.isDebug() || config.shouldDisableWholeProgramOpt())) | |||
| e->createNewChildElement ("WholeProgramOptimization")->addTextElement ("true"); | |||
| @@ -18,12 +18,10 @@ | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <UseOfMfc>false</UseOfMfc> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> | |||