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 2018-11-14 14:04:02 +00:00
parent bba6fa6e4c
commit 6f12e99f3d
43 changed files with 818 additions and 567 deletions

View file

@ -235,6 +235,9 @@
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Files.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Misc.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@ -581,6 +584,9 @@
<ClInclude Include="..\..\JuceLibraryCode\AppConfig.h"/>
<ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\modules\juce_core\native\java\README.txt"/>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include=".\resources.rc"/>
</ItemGroup>

View file

@ -29,6 +29,9 @@
<Filter Include="JUCE Modules\juce_core\misc">
<UniqueIdentifier>{09B91E68-1FF4-C7ED-9055-D4D96E66A0BA}</UniqueIdentifier>
</Filter>
<Filter Include="JUCE Modules\juce_core\native\java">
<UniqueIdentifier>{30B3DA63-C1E4-F2EA-CEF0-8035D8CBFF64}</UniqueIdentifier>
</Filter>
<Filter Include="JUCE Modules\juce_core\native">
<UniqueIdentifier>{4F24EEED-AA33-AC6C-9A39-72E71CF83EF0}</UniqueIdentifier>
</Filter>
@ -172,6 +175,9 @@
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Files.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Misc.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
@ -814,6 +820,11 @@
<Filter>JUCE Library Code</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\modules\juce_core\native\java\README.txt">
<Filter>JUCE Modules\juce_core\native\java</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include=".\resources.rc">
<Filter>JUCE Library Code</Filter>