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:
parent
ffc5061937
commit
813b01e3d8
28 changed files with 22 additions and 45921 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue