mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add VS2026 build to examples and extras
This commit is contained in:
parent
d1eb77be50
commit
23f6db9b81
43 changed files with 86786 additions and 0 deletions
|
|
@ -60,6 +60,23 @@
|
|||
<MODULEPATH id="juce_build_tools" path="../Build"/>
|
||||
</MODULEPATHS>
|
||||
</VS2022>
|
||||
<VS2026 targetFolder="Builds/VisualStudio2026" bigIcon="Zrx1Gl" extraCompilerFlags="/w44265 /w45038 /w44062"
|
||||
smallIcon="Zrx1Gl">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" useRuntimeLibDLL="0"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
<MODULEPATH id="juce_gui_basics" path="../../modules"/>
|
||||
<MODULEPATH id="juce_graphics" path="../../modules"/>
|
||||
<MODULEPATH id="juce_events" path="../../modules"/>
|
||||
<MODULEPATH id="juce_data_structures" path="../../modules"/>
|
||||
<MODULEPATH id="juce_cryptography" path="../../modules"/>
|
||||
<MODULEPATH id="juce_core" path="../../modules"/>
|
||||
<MODULEPATH id="juce_build_tools" path="../Build"/>
|
||||
</MODULEPATHS>
|
||||
</VS2026>
|
||||
<LINUX_MAKE targetFolder="Builds/LinuxMakefile" bigIcon="Zrx1Gl" smallIcon="Zrx1Gl">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue