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:
parent
b82773baae
commit
2ae5d2228a
123 changed files with 969 additions and 67 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -223,6 +223,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.cpp">
|
||||
<Filter>Juce Modules\juce_core\containers</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.cpp">
|
||||
<Filter>Juce Modules\juce_core\containers</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp">
|
||||
<Filter>Juce Modules\juce_core\containers</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -373,6 +376,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\network\juce_URL.cpp">
|
||||
<Filter>Juce Modules\juce_core\network</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.cpp">
|
||||
<Filter>Juce Modules\juce_core\network</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.cpp">
|
||||
<Filter>Juce Modules\juce_core\streams</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1584,6 +1590,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_URL.h">
|
||||
<Filter>Juce Modules\juce_core\network</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.h">
|
||||
<Filter>Juce Modules\juce_core\network</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.h">
|
||||
<Filter>Juce Modules\juce_core\streams</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue