1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Update all examples to use Visual Studio 2022 as the default Windows exporter

This commit is contained in:
Tom Poole 2022-05-23 19:19:20 +01:00
parent c7cabbbaba
commit 24e3340a55
73 changed files with 73 additions and 73 deletions

View file

@ -31,7 +31,7 @@
dependencies: juce_core, juce_data_structures, juce_events, juce_graphics,
juce_gui_basics, juce_gui_extra
exporters: xcode_mac, vs2019, linux_make, androidstudio, xcode_iphone
exporters: xcode_mac, vs2022, linux_make, androidstudio, xcode_iphone
moduleFlags: JUCE_STRICT_REFCOUNTEDPOINTER=1