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

Projucer: Remove Visual Studio 2017 exporter

This commit is contained in:
reuk 2024-06-26 12:30:30 +01:00
parent ffc5061937
commit 813b01e3d8
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
28 changed files with 22 additions and 45921 deletions

View file

@ -2,6 +2,26 @@
# develop
## Change
The Visual Studio 2017 exporter has been removed from the Projucer.
**Possible Issues**
It will no longer be possible to generate Visual Studio 2017 projects using the
Projucer.
**Workaround**
Use a different exporter, such as the exporter for Visual Studio 2019 or 2022.
**Rationale**
Since JUCE 8, the minimum build requirement has been Visual Studio 2019. This
minimum requirement allows JUCE to use modern C++ features, along with modern
Windows platform features.
## Change
The Code::Blocks exporter has been removed from the Projucer.