@@ -633,6 +633,7 @@ add_library( ${BINARY_NAME} | |||||
"../../../../../modules/juce_core/containers/juce_ListenerList.h" | "../../../../../modules/juce_core/containers/juce_ListenerList.h" | ||||
"../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" | "../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" | ||||
"../../../../../modules/juce_core/containers/juce_NamedValueSet.h" | "../../../../../modules/juce_core/containers/juce_NamedValueSet.h" | ||||
"../../../../../modules/juce_core/containers/juce_OwnedArray.cpp" | |||||
"../../../../../modules/juce_core/containers/juce_OwnedArray.h" | "../../../../../modules/juce_core/containers/juce_OwnedArray.h" | ||||
"../../../../../modules/juce_core/containers/juce_PropertySet.cpp" | "../../../../../modules/juce_core/containers/juce_PropertySet.cpp" | ||||
"../../../../../modules/juce_core/containers/juce_PropertySet.h" | "../../../../../modules/juce_core/containers/juce_PropertySet.h" | ||||
@@ -2200,6 +2201,7 @@ set_source_files_properties("../../../../../modules/juce_core/containers/juce_Li | |||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_ListenerList.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_ListenerList.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | |||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
@@ -3,7 +3,6 @@ | |||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="5.3.2" | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="5.3.2" | ||||
package="com.juce.demorunner"> | package="com.juce.demorunner"> | ||||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/> | <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/> | ||||
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="23"/> | |||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | ||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | ||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | ||||
@@ -842,6 +842,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -1264,6 +1264,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -842,6 +842,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -1264,6 +1264,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -844,6 +844,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -1264,6 +1264,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -486,6 +486,7 @@ add_library( ${BINARY_NAME} | |||||
"../../../../../modules/juce_core/containers/juce_ListenerList.h" | "../../../../../modules/juce_core/containers/juce_ListenerList.h" | ||||
"../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" | "../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" | ||||
"../../../../../modules/juce_core/containers/juce_NamedValueSet.h" | "../../../../../modules/juce_core/containers/juce_NamedValueSet.h" | ||||
"../../../../../modules/juce_core/containers/juce_OwnedArray.cpp" | |||||
"../../../../../modules/juce_core/containers/juce_OwnedArray.h" | "../../../../../modules/juce_core/containers/juce_OwnedArray.h" | ||||
"../../../../../modules/juce_core/containers/juce_PropertySet.cpp" | "../../../../../modules/juce_core/containers/juce_PropertySet.cpp" | ||||
"../../../../../modules/juce_core/containers/juce_PropertySet.h" | "../../../../../modules/juce_core/containers/juce_PropertySet.h" | ||||
@@ -1755,6 +1756,7 @@ set_source_files_properties("../../../../../modules/juce_core/containers/juce_Li | |||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_ListenerList.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_ListenerList.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | |||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
@@ -3,7 +3,6 @@ | |||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0.0" | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0.0" | ||||
package="com.juce.audioperformancetest"> | package="com.juce.audioperformancetest"> | ||||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/> | <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/> | ||||
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="23"/> | |||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | ||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | ||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | ||||
@@ -666,6 +666,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -940,6 +940,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -503,6 +503,7 @@ add_library( ${BINARY_NAME} | |||||
"../../../../../modules/juce_core/containers/juce_ListenerList.h" | "../../../../../modules/juce_core/containers/juce_ListenerList.h" | ||||
"../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" | "../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" | ||||
"../../../../../modules/juce_core/containers/juce_NamedValueSet.h" | "../../../../../modules/juce_core/containers/juce_NamedValueSet.h" | ||||
"../../../../../modules/juce_core/containers/juce_OwnedArray.cpp" | |||||
"../../../../../modules/juce_core/containers/juce_OwnedArray.h" | "../../../../../modules/juce_core/containers/juce_OwnedArray.h" | ||||
"../../../../../modules/juce_core/containers/juce_PropertySet.cpp" | "../../../../../modules/juce_core/containers/juce_PropertySet.cpp" | ||||
"../../../../../modules/juce_core/containers/juce_PropertySet.h" | "../../../../../modules/juce_core/containers/juce_PropertySet.h" | ||||
@@ -1845,6 +1846,7 @@ set_source_files_properties("../../../../../modules/juce_core/containers/juce_Li | |||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_ListenerList.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_ListenerList.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | |||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
@@ -3,7 +3,6 @@ | |||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0.0" | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0.0" | ||||
package="com.roli.juce.pluginhost"> | package="com.roli.juce.pluginhost"> | ||||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/> | <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/> | ||||
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="23"/> | |||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | ||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | ||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | ||||
@@ -673,6 +673,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -997,6 +997,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -671,6 +671,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -997,6 +997,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -673,6 +673,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -997,6 +997,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -162,6 +162,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -91,6 +91,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -490,6 +490,7 @@ add_library( ${BINARY_NAME} | |||||
"../../../../../modules/juce_core/containers/juce_ListenerList.h" | "../../../../../modules/juce_core/containers/juce_ListenerList.h" | ||||
"../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" | "../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" | ||||
"../../../../../modules/juce_core/containers/juce_NamedValueSet.h" | "../../../../../modules/juce_core/containers/juce_NamedValueSet.h" | ||||
"../../../../../modules/juce_core/containers/juce_OwnedArray.cpp" | |||||
"../../../../../modules/juce_core/containers/juce_OwnedArray.h" | "../../../../../modules/juce_core/containers/juce_OwnedArray.h" | ||||
"../../../../../modules/juce_core/containers/juce_PropertySet.cpp" | "../../../../../modules/juce_core/containers/juce_PropertySet.cpp" | ||||
"../../../../../modules/juce_core/containers/juce_PropertySet.h" | "../../../../../modules/juce_core/containers/juce_PropertySet.h" | ||||
@@ -1834,6 +1835,7 @@ set_source_files_properties("../../../../../modules/juce_core/containers/juce_Li | |||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_ListenerList.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_ListenerList.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_NamedValueSet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | |||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_OwnedArray.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | set_source_files_properties("../../../../../modules/juce_core/containers/juce_PropertySet.h" PROPERTIES HEADER_FILE_ONLY TRUE) | ||||
@@ -3,7 +3,6 @@ | |||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0.0" | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0.0" | ||||
package="com.juce.networkgraphicsdemo"> | package="com.juce.networkgraphicsdemo"> | ||||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/> | <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/> | ||||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="10"/> | |||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | ||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | ||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | ||||
@@ -666,6 +666,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -970,6 +970,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -666,6 +666,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -970,6 +970,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -274,6 +274,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -544,6 +544,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -274,6 +274,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -544,6 +544,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -276,6 +276,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -544,6 +544,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -700,6 +700,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -1072,6 +1072,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -665,6 +665,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</ClCompile> | </ClCompile> | ||||
@@ -967,6 +967,9 @@ | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> | |||||
<Filter>JUCE Modules\juce_core\containers</Filter> | |||||
</ClCompile> | |||||
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> | ||||
<Filter>JUCE Modules\juce_core\containers</Filter> | <Filter>JUCE Modules\juce_core\containers</Filter> | ||||
</ClCompile> | </ClCompile> | ||||