1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Resaved all projects

This commit is contained in:
tpoole 2016-11-15 10:25:27 +00:00
parent b82773baae
commit 2ae5d2228a
123 changed files with 969 additions and 67 deletions

View file

@ -137,6 +137,9 @@
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@ -272,6 +275,9 @@
<ClCompile Include="..\..\..\..\modules\juce_core\network\juce_URL.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@ -1274,6 +1280,7 @@
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_Socket.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_URL.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputSource.h"/>