| @@ -1047,6 +1047,7 @@ add_library( ${BINARY_NAME} | |||
| "../../../../../modules/juce_core/native/juce_mac_Strings.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_Threads.mm" | |||
| "../../../../../modules/juce_core/native/juce_native_ThreadPriorities.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_IPAddress.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" | |||
| "../../../../../modules/juce_core/native/juce_posix_SharedCode.h" | |||
| @@ -1847,6 +1848,8 @@ add_library( ${BINARY_NAME} | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.h" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.cpp" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.mm" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.h" | |||
| @@ -3019,6 +3022,7 @@ set_source_files_properties( | |||
| "../../../../../modules/juce_core/native/juce_mac_Strings.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_Threads.mm" | |||
| "../../../../../modules/juce_core/native/juce_native_ThreadPriorities.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_IPAddress.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" | |||
| "../../../../../modules/juce_core/native/juce_posix_SharedCode.h" | |||
| @@ -3819,6 +3823,8 @@ set_source_files_properties( | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.h" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.cpp" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.mm" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.h" | |||
| @@ -467,7 +467,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -499,7 +498,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| DEAD_CODE_STRIPPING = YES; | |||
| @@ -591,7 +589,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| COPY_PHASE_STRIP = NO; | |||
| @@ -698,7 +695,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -2456,6 +2456,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -3234,6 +3237,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3639,6 +3643,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -3127,6 +3127,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -5100,6 +5103,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -6315,6 +6321,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -2456,6 +2456,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -3234,6 +3237,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3639,6 +3643,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -3127,6 +3127,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -5100,6 +5103,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -6315,6 +6321,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -2456,6 +2456,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -3234,6 +3237,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3639,6 +3643,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -3127,6 +3127,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -5100,6 +5103,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -6315,6 +6321,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -452,7 +452,6 @@ | |||
| 07EA85D22270E8EA13CA0BBE /* Release */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| CLANG_ENABLE_OBJC_WEAK = YES; | |||
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |||
| @@ -502,7 +501,6 @@ | |||
| 69330F27DD2C71609336C7D2 /* Release */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| @@ -594,7 +592,6 @@ | |||
| B18D059E5616FA729F764229 /* Debug */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| @@ -685,7 +682,6 @@ | |||
| C01EC82F42B640CA1E54AD53 /* Debug */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| CLANG_ENABLE_OBJC_WEAK = YES; | |||
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |||
| @@ -923,6 +923,7 @@ add_library( ${BINARY_NAME} | |||
| "../../../../../modules/juce_core/native/juce_mac_Strings.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_Threads.mm" | |||
| "../../../../../modules/juce_core/native/juce_native_ThreadPriorities.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_IPAddress.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" | |||
| "../../../../../modules/juce_core/native/juce_posix_SharedCode.h" | |||
| @@ -1624,6 +1625,8 @@ add_library( ${BINARY_NAME} | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.h" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.cpp" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.mm" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.h" | |||
| @@ -2593,6 +2596,7 @@ set_source_files_properties( | |||
| "../../../../../modules/juce_core/native/juce_mac_Strings.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_Threads.mm" | |||
| "../../../../../modules/juce_core/native/juce_native_ThreadPriorities.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_IPAddress.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" | |||
| "../../../../../modules/juce_core/native/juce_posix_SharedCode.h" | |||
| @@ -3294,6 +3298,8 @@ set_source_files_properties( | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.h" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.cpp" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.mm" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.h" | |||
| @@ -317,7 +317,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| COPY_PHASE_STRIP = NO; | |||
| @@ -380,7 +379,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| DEAD_CODE_STRIPPING = YES; | |||
| @@ -460,7 +458,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -509,7 +506,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -2167,6 +2167,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -2787,6 +2790,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3138,6 +3142,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2701,6 +2701,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4377,6 +4380,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5430,6 +5436,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -330,7 +330,6 @@ | |||
| 19B7C16D592FB25D09022191 /* Debug */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| @@ -392,7 +391,6 @@ | |||
| B7A6988E30C0A68B01EDC53B /* Release */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| @@ -455,7 +453,6 @@ | |||
| B907CDF95622107F20CD7617 /* Debug */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| CLANG_ENABLE_OBJC_WEAK = YES; | |||
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |||
| @@ -506,7 +503,6 @@ | |||
| BF82CBDF63CC37CADC61A511 /* Release */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| CLANG_ENABLE_OBJC_WEAK = YES; | |||
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |||
| @@ -956,6 +956,7 @@ add_library( ${BINARY_NAME} | |||
| "../../../../../modules/juce_core/native/juce_mac_Strings.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_Threads.mm" | |||
| "../../../../../modules/juce_core/native/juce_native_ThreadPriorities.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_IPAddress.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" | |||
| "../../../../../modules/juce_core/native/juce_posix_SharedCode.h" | |||
| @@ -1756,6 +1757,8 @@ add_library( ${BINARY_NAME} | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.h" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.cpp" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.mm" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.h" | |||
| @@ -2781,6 +2784,7 @@ set_source_files_properties( | |||
| "../../../../../modules/juce_core/native/juce_mac_Strings.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_Threads.mm" | |||
| "../../../../../modules/juce_core/native/juce_native_ThreadPriorities.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_IPAddress.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" | |||
| "../../../../../modules/juce_core/native/juce_posix_SharedCode.h" | |||
| @@ -3581,6 +3585,8 @@ set_source_files_properties( | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.h" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.cpp" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.mm" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.h" | |||
| @@ -431,7 +431,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| DEAD_CODE_STRIPPING = YES; | |||
| @@ -538,7 +537,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -571,7 +569,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| COPY_PHASE_STRIP = NO; | |||
| @@ -677,7 +674,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -2304,6 +2304,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -2970,6 +2973,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3375,6 +3379,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2911,6 +2911,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4656,6 +4659,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5871,6 +5877,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -2304,6 +2304,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -2970,6 +2973,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3375,6 +3379,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2911,6 +2911,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4656,6 +4659,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5871,6 +5877,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -2304,6 +2304,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -2970,6 +2973,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3375,6 +3379,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2911,6 +2911,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4656,6 +4659,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5871,6 +5877,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -440,7 +440,6 @@ | |||
| 49453CC5AD9F08D2738464AC /* Release */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| @@ -530,7 +529,6 @@ | |||
| 8D1CA827F1EFD443BDCF198A /* Debug */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| CLANG_ENABLE_OBJC_WEAK = YES; | |||
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |||
| @@ -581,7 +579,6 @@ | |||
| C8B793AC1BEFBE7A99BE8352 /* Debug */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| @@ -670,7 +667,6 @@ | |||
| C9295196717FABE454A210B7 /* Release */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| CLANG_ENABLE_OBJC_WEAK = YES; | |||
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |||
| @@ -189,7 +189,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| COPY_PHASE_STRIP = NO; | |||
| @@ -255,7 +254,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -287,7 +285,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| DEAD_CODE_STRIPPING = YES; | |||
| @@ -354,7 +351,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -538,6 +538,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -633,6 +633,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -927,6 +927,7 @@ add_library( ${BINARY_NAME} | |||
| "../../../../../modules/juce_core/native/juce_mac_Strings.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_Threads.mm" | |||
| "../../../../../modules/juce_core/native/juce_native_ThreadPriorities.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_IPAddress.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" | |||
| "../../../../../modules/juce_core/native/juce_posix_SharedCode.h" | |||
| @@ -1643,6 +1644,8 @@ add_library( ${BINARY_NAME} | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.h" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.cpp" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.mm" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.h" | |||
| @@ -2677,6 +2680,7 @@ set_source_files_properties( | |||
| "../../../../../modules/juce_core/native/juce_mac_Strings.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_SystemStats.mm" | |||
| "../../../../../modules/juce_core/native/juce_mac_Threads.mm" | |||
| "../../../../../modules/juce_core/native/juce_native_ThreadPriorities.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_IPAddress.h" | |||
| "../../../../../modules/juce_core/native/juce_posix_NamedPipe.cpp" | |||
| "../../../../../modules/juce_core/native/juce_posix_SharedCode.h" | |||
| @@ -3393,6 +3397,8 @@ set_source_files_properties( | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_TopLevelWindow.h" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.cpp" | |||
| "../../../../../modules/juce_gui_basics/windows/juce_VBlankAttachement.h" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.cpp" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.mm" | |||
| "../../../../../modules/juce_gui_basics/juce_gui_basics.h" | |||
| @@ -357,7 +357,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| DEAD_CODE_STRIPPING = YES; | |||
| @@ -441,7 +440,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -490,7 +488,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -522,7 +519,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| COPY_PHASE_STRIP = NO; | |||
| @@ -2188,6 +2188,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -2878,6 +2881,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3236,6 +3240,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2755,6 +2755,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4518,6 +4521,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5592,6 +5598,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -370,7 +370,6 @@ | |||
| 2E06386CE7CCA5FF76819BFF /* Release */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| @@ -437,7 +436,6 @@ | |||
| 3BF0365A560ACD4FD24D40CE /* Debug */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| CLANG_ENABLE_OBJC_WEAK = YES; | |||
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |||
| @@ -488,7 +486,6 @@ | |||
| 9C6D2FD441D79104734762A5 /* Release */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| CLANG_ENABLE_OBJC_WEAK = YES; | |||
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |||
| @@ -538,7 +535,6 @@ | |||
| EE7498599191DDC73ECB55B0 /* Debug */ = { | |||
| isa = XCBuildConfiguration; | |||
| buildSettings = { | |||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |||
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| @@ -1121,7 +1121,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| DEAD_CODE_STRIPPING = YES; | |||
| @@ -1191,7 +1190,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| COPY_PHASE_STRIP = NO; | |||
| @@ -1277,7 +1275,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -1325,7 +1322,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -1427,6 +1427,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -1771,6 +1774,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -2129,6 +2133,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -1780,6 +1780,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -2634,6 +2637,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -3708,6 +3714,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -1427,6 +1427,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -1771,6 +1774,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -2129,6 +2133,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -1780,6 +1780,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -2634,6 +2637,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -3708,6 +3714,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -1427,6 +1427,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -1771,6 +1774,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -2129,6 +2133,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -1780,6 +1780,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -2634,6 +2637,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -3708,6 +3714,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -363,7 +363,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -396,7 +395,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| DEAD_CODE_STRIPPING = YES; | |||
| @@ -497,7 +495,6 @@ | |||
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
| CLANG_WARN_UNREACHABLE_CODE = YES; | |||
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| DEBUG_INFORMATION_FORMAT = dwarf; | |||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |||
| ENABLE_TESTABILITY = NO; | |||
| @@ -529,7 +526,6 @@ | |||
| CLANG_CXX_LANGUAGE_STANDARD = "c++17"; | |||
| CLANG_CXX_LIBRARY = "libc++"; | |||
| CLANG_LINK_OBJC_RUNTIME = NO; | |||
| CODE_SIGN_IDENTITY = ""; | |||
| COMBINE_HIDPI_IMAGES = YES; | |||
| CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)"; | |||
| COPY_PHASE_STRIP = NO; | |||
| @@ -2312,6 +2312,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -3036,6 +3039,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3441,6 +3445,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2935,6 +2935,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4746,6 +4749,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5961,6 +5967,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -2312,6 +2312,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -3036,6 +3039,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3441,6 +3445,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2935,6 +2935,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4746,6 +4749,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5961,6 +5967,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -2312,6 +2312,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -3036,6 +3039,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3441,6 +3445,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2935,6 +2935,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4746,6 +4749,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5961,6 +5967,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||
| @@ -2187,6 +2187,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <ExcludedFromBuild>true</ExcludedFromBuild> | |||
| </ClCompile> | |||
| @@ -2854,6 +2857,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> | |||
| @@ -3212,6 +3216,7 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/> | |||
| @@ -2752,6 +2752,9 @@ | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClCompile> | |||
| <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClCompile> | |||
| @@ -4485,6 +4488,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_native_ThreadPriorities.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"> | |||
| <Filter>JUCE Modules\juce_core\native</Filter> | |||
| </ClInclude> | |||
| @@ -5559,6 +5565,9 @@ | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachement.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics\windows</Filter> | |||
| </ClInclude> | |||
| <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"> | |||
| <Filter>JUCE Modules\juce_gui_basics</Filter> | |||
| </ClInclude> | |||