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

Re-saved all projects

This commit is contained in:
ed 2021-07-28 09:23:24 +01:00
parent 802f33b0e8
commit ff935c5103
32 changed files with 1391 additions and 1076 deletions

View file

@ -663,6 +663,9 @@
<ClCompile Include="..\..\..\..\modules\juce_events\native\juce_linux_Messaging.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_events\native\juce_ScopedLowPowerModeDisabler.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_events\native\juce_win32_Messaging.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@ -1848,6 +1851,7 @@
<ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_NotificationType.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_linux_EventLoop.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_osx_MessageQueue.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_ScopedLowPowerModeDisabler.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_win32_HiddenMessageWindow.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\native\juce_win32_WinRTWrapper.h"/>
<ClInclude Include="..\..\..\..\modules\juce_events\timers\juce_MultiTimer.h"/>