1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +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 6589b6d64b
commit e618f68d4d
71 changed files with 71 additions and 71 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