From cb439c51b8686f691ff28b29018f4590082ace73 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Mon, 1 Jul 2024 10:13:33 +0100 Subject: [PATCH] Remove a reference to VS2017 --- examples/Plugins/AudioPluginDemo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Plugins/AudioPluginDemo.h b/examples/Plugins/AudioPluginDemo.h index f295d0cbea..c1f95821ab 100644 --- a/examples/Plugins/AudioPluginDemo.h +++ b/examples/Plugins/AudioPluginDemo.h @@ -37,7 +37,7 @@ juce_audio_plugin_client, juce_audio_processors, juce_audio_utils, juce_core, juce_data_structures, juce_events, juce_graphics, juce_gui_basics, juce_gui_extra - exporters: xcode_mac, vs2017, vs2022, linux_make, xcode_iphone, androidstudio + exporters: xcode_mac, vs2022, linux_make, xcode_iphone, androidstudio moduleFlags: JUCE_STRICT_REFCOUNTEDPOINTER=1