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:
Anthony Nicholls 2023-05-25 17:14:59 +01:00
parent 99138c13f8
commit 4351812e83
42 changed files with 2330 additions and 28 deletions

View file

@ -238,6 +238,9 @@
<ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_EnumHelpers_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Result.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@ -529,6 +532,7 @@
<ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Singleton.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_WeakReference.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_EnumHelpers.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Functional.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Result.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_RuntimePermissions.h"/>