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

Resave projects

This commit is contained in:
Tom Poole 2023-06-08 11:25:05 +01:00
parent 1fbfeb6039
commit dc30627632
36 changed files with 88 additions and 88 deletions

View file

@ -954,9 +954,9 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_core/native/juce_Network_mac.mm"
"../../../../../modules/juce_core/native/juce_Network_windows.cpp"
"../../../../../modules/juce_core/native/juce_ObjCHelpers_mac.h"
"../../../../../modules/juce_core/native/juce_PlatformTimer_generic.cpp"
"../../../../../modules/juce_core/native/juce_PlatformTimer_linux.cpp"
"../../../../../modules/juce_core/native/juce_PlatformTimer_mac.mm"
"../../../../../modules/juce_core/native/juce_PlatformTimer_wasm.cpp"
"../../../../../modules/juce_core/native/juce_PlatformTimer_windows.cpp"
"../../../../../modules/juce_core/native/juce_PlatformTimerListener.h"
"../../../../../modules/juce_core/native/juce_Registry_windows.cpp"
@ -2791,9 +2791,9 @@ set_source_files_properties(
"../../../../../modules/juce_core/native/juce_Network_mac.mm"
"../../../../../modules/juce_core/native/juce_Network_windows.cpp"
"../../../../../modules/juce_core/native/juce_ObjCHelpers_mac.h"
"../../../../../modules/juce_core/native/juce_PlatformTimer_generic.cpp"
"../../../../../modules/juce_core/native/juce_PlatformTimer_linux.cpp"
"../../../../../modules/juce_core/native/juce_PlatformTimer_mac.mm"
"../../../../../modules/juce_core/native/juce_PlatformTimer_wasm.cpp"
"../../../../../modules/juce_core/native/juce_PlatformTimer_windows.cpp"
"../../../../../modules/juce_core/native/juce_PlatformTimerListener.h"
"../../../../../modules/juce_core/native/juce_Registry_windows.cpp"

View file

@ -1216,10 +1216,10 @@
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_windows.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_linux.cpp">
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_generic.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_wasm.cpp">
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_linux.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_windows.cpp">

View file

@ -1735,15 +1735,15 @@
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_windows.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_generic.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_linux.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_mac.mm">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_wasm.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_windows.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>